-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[WIP] Add callbacks to rcpsp/ortools/cpsat solver
wip: store all solutions for now -> only improving ones ? (as in routing) -> only x best ones ? (use limit_store but also change resultstorage to avoid appending to list_solution_fit - Make CPSatRCPSPSolver derive from CPSolver - Remove specific callback used to print intermediate variables (to be replaced by a d-o callback in examples/tests) - Branch d-o callbacks in a dedicated CpSolverSolutionCallback - Manage result storage with the CpSolverSolutionCallback - Test callbacks usage
- Loading branch information
Showing
2 changed files
with
119 additions
and
41 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