-
Notifications
You must be signed in to change notification settings - Fork 35
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Simple Search: max idle iterations during construction
- added an ability to disable the max-idle limitation during the first part of the search, effectively setting up a minimal construction time - parameter Search.MinConstructionTime, which can be in seconds or in percentage of the total time (Termination.TimeOut) - defaults to 10% of the total time limit - so, if max-idle is enabled, it will not stop construction or IFS phase during the first 10% time of the solver run
- Loading branch information
1 parent
db4b876
commit 88e2efd
Showing
1 changed file
with
22 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters