Replies: 1 comment 4 replies
-
|
What is your configured termination? The solver can stop the construction heuristic if its configured termination tell it to terminate before the construction heuristic is complete (for example, a 1 second termination will terminate the solver after 1 second, regardless of if the construction heuristic complete or not). If you want to wait for the CH to be finished regardless of how long it may take, combine your current termination with a |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello all I was wondering when/why I would be getting the warning when my solver starts up that
DefaultConstructionHeuristicPhase terminated early with step count (2). The solution may not be fully initialized.I’m wondering if this behavior would affect the correctness of my solution and why it may be happening. Thanks so much!Beta Was this translation helpful? Give feedback.
All reactions