ViolationLS in interleaved search #4296
|
I have a scheduling problem where the violation_ls worker finds many good solutions quickly. However, to obtain deterministic results, I have to use interleaved search in my application. I'm not sure why this worker cannot be enabled in interleaved search, but it would be great if it could be done. |
Answered by
lperron
Jul 4, 2024
Replies: 2 comments
|
it is implemented on main. It will be available in 9.11 (this month). You can compile from source to get it. |
0 replies
Answer selected by
ozan-cb
|
Good to know, thank you! |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
it is implemented on main. It will be available in 9.11 (this month).
You can compile from source to get it.