![]() |
OR-Tools
8.0
|
Go to the source code of this file.
Namespaces | |
| operations_research | |
| The vehicle routing library lets one model and solve generic vehicle routing problems ranging from the Traveling Salesman Problem to more complex problems such as the Capacitated Vehicle Routing Problem with Time Windows. | |
| operations_research::sat | |
Functions | |
| bool | ProbeBooleanVariables (const double deterministic_time_limit, Model *model, bool log_info) |
| bool | ProbeBooleanVariables (const double deterministic_time_limit, absl::Span< const BooleanVariable > bool_vars, Model *model, bool log_info) |
| bool | LookForTrivialSatSolution (double deterministic_time_limit, Model *model, bool log_info) |
| bool | FailedLiteralProbingRound (ProbingOptions options, Model *model) |