twsearch icon indicating copy to clipboard operation
twsearch copied to clipboard

Non-Deterministic Solution Order

Open DougCube opened this issue 1 year ago • 1 comments

At least with using --alloptimal option, I have noticed that the output varies from run to run (with identical inputs). It does not appear to be deterministic. I'm guessing this is from the multi-threaded code. This makes it more difficult to debug problems in wrapper programs/scripts that use the output of this tool. Not sure if this issue is well known. Not sure if there should be an option to force a fixed order or if that would hurt performance too much.

DougCube avatar Dec 18 '24 00:12 DougCube