-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[issue1134] Implement delete-relaxation operator-counting constraints…
… by Rankooh and Rintanen. We implement the delete-relaxation operator-counting constraints described in "Efficient Computation and Informative Estimation of h^+ by Integer and Linear Programming" ICAPS 2022 by Masood Feyzbakhsh Rankooh and Jussi Rintanen. The command line option for the existing delete-relaxation constraint formulation by Tatsuya Imai and Alex Fukunaga changed from `delete_relaxation_constraints(...)` to `delete_relaxation_if_constraints(...)`. The Rankooh and Rintanen formulation generally shows better performance. We also fix a small bug in named vector.
- Loading branch information
1 parent
ea0f93a
commit 00625e7
Showing
9 changed files
with
810 additions
and
31 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
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
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
Oops, something went wrong.