-
Notifications
You must be signed in to change notification settings - Fork 145
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[issue1091] Change landmark cost partitioning option from bool to enum.
Users of the landmark cost partitioning heuristic must specify which cost partitioning strategy to use. There are two strategies available right now, namely uniform or optimal cost partitioning. Previously, the command line option to choose between them was a boolean "optimal=(false|true)". This changed to an enum option "cost_partitioning=(uniform|optimal)" to prepare for more choices to be implemented in the future.
- Loading branch information
1 parent
2f0ef82
commit aff6522
Showing
2 changed files
with
25 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