-
Notifications
You must be signed in to change notification settings - Fork 4
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
How can take one result and finish the program? #1
Comments
It's been a while since I looked at this code, but as I read things, the easiest thing would probably be to add an early exit to |
i do the change but when execute "make -j" say this g++ -MD --std=c++14 -fPIC -fopenmp -Wall -O3 -Iinclude -o src/rs.o -c src/rs.cpp |
Ah, sorry, it's |
I only need one result when use the HS-solver, we use the PRS Algorithm, how i can take one result and finish the program?
The text was updated successfully, but these errors were encountered: