About Terminating Solver #1199
Closed
Ajay3oodles
started this conversation in
General
Replies: 1 comment 2 replies
-
I see you are using a Custom Phase. The solver terminates when it is first able to. For a Local Search/Construction Heuristic/Exhaustive Search phase, that is after evaluation of a move. For a Custom Phase, it is checked after a |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have used this to terminate my solving process but I have noticed that even after this my solving continues and then after some time it eventually stops
solverManager.terminateEarly(Long.valueOf(uniqueOrgId));
It continued in separate thread and then stopped
Beta Was this translation helpful? Give feedback.
All reactions