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

fix solve in exp time with c orrectness output result to satisfy all #27

Conversation

ajfAfg
Copy link
Owner

@ajfAfg ajfAfg commented Jan 3, 2024

Motivation

I expect the output of all_local_minimum_vertex_splitters_solver:solve_in_exp_time_with_correctness/1 to be "all families of local minimum vertex splitters", but it was found that "all" of the desired properties may not be satisfied.

Approach

The implementation of all_local_minimum_vertex_splitters_solver:solve_in_exp_time_with_correctness/1 was incorrect and has been fixed. Specifically, in the part of vertex splitters that compares the number of elements, when the number of elements is equal, both vertex splitter should be retained, but only one of them was retained.

@ajfAfg ajfAfg merged commit 8739dde into main Jan 3, 2024
3 checks passed
@ajfAfg ajfAfg deleted the fix-solve_in_exp_time_with_c-orrectness-output-result-to-satisfy-all branch January 3, 2024 08:46
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.

1 participant