You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I noticed in the simple example adding best_score_limit = "0hard/0soft" under termination in solver.toml doesn't do anything and continues to solve until the time limit. Is it meant to terminate during the search?
I noticed in the simple example adding
best_score_limit = "0hard/0soft"under termination in solver.toml doesn't do anything and continues to solve until the time limit. Is it meant to terminate during the search?