-
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
- when CBS is enabled, only stop the construction/IFS heuristic when all unassigned variables have been unassigned more times than the given max number of idle iterations - when Search.MaxIdleIterations is set to zero, the construction/IFS heuristics gets switched off (HC and GD/SA are used from the start)
- Loading branch information
1 parent
7bb8c8e
commit db4b876
Showing
2 changed files
with
54 additions
and
8 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
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