Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

initial benchmarks to try verifying O(2^k * n) for graph coloring #20

Open
wants to merge 8 commits into
base: main
Choose a base branch
from

Conversation

andersenwall
Copy link
Collaborator

initial benchmarks complete for constant 2 bags with n nodes.
verified n linear for false returns on coloring tests
problem found with n worse than exponential for true returns on coloring tests

@andersenwall andersenwall self-assigned this Oct 3, 2024
#for each leg lᵢ : p → xᵢ of the pullback cone,
#compute its image ιᵢ : im lᵢ → dxᵢ
imgs = map( f -> legs(image(f))[1], p_legs)
#now get the new desired cospan;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

make sure these comments end up back in the code.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

comments are back in the code
old versions of the functions are still in the DecidingSheaves file under old_(function name)

@jpfairbanks
Copy link
Member

@andersenwall, you have permission from @samuelsonric to replace the failing test with a check that the lengths are equal

@andersenwall
Copy link
Collaborator Author

@andersenwall, you have permission from @samuelsonric to replace the failing test with a check that the lengths are equal

resolved, test cases should all pass now

@andersenwall andersenwall marked this pull request as ready for review November 15, 2024 16:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants