![]() |
OR-Tools
9.6
|
Go to the source code of this file.
Namespaces | |
| operations_research | |
| Collection of objects used to extend the Constraint Solver library. | |
| operations_research::sat | |
Functions | |
| Neighborhood | GenerateSchedulingNeighborhoodFromIntervalPrecedences (const absl::Span< const std::pair< int, int >> precedences, const CpSolverResponse &initial_solution, const NeighborhoodGeneratorHelper &helper) |
| Neighborhood | GenerateSchedulingNeighborhoodFromRelaxedIntervals (const absl::Span< const int > intervals_to_relax, const CpSolverResponse &initial_solution, absl::BitGenRef random, const NeighborhoodGeneratorHelper &helper) |
| int64_t end |
Definition at line 481 of file cp_model_lns.cc.
| int64_t height |
Definition at line 549 of file cp_model_lns.cc.
| int interval_index |
Definition at line 482 of file cp_model_lns.cc.
| int64_t start |
Definition at line 480 of file cp_model_lns.cc.
| int64_t x_end |
Definition at line 767 of file cp_model_lns.cc.
| int64_t x_start |
Definition at line 766 of file cp_model_lns.cc.
| int64_t y_end |
Definition at line 769 of file cp_model_lns.cc.
| int64_t y_start |
Definition at line 768 of file cp_model_lns.cc.