-
Notifications
You must be signed in to change notification settings - Fork 1
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
base: main
Are you sure you want to change the base?
Conversation
#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; |
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
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)
@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 |
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