![]() |
OR-Tools
8.0
|
Go to the source code of this file.
Classes | |
| class | IfThenElseCt |
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. | |
Macros | |
| #define | UPDATE_BASE_ELEMENT_INDEX_BOUNDS(test) |
| #define | UPDATE_RMQ_BASE_ELEMENT_INDEX_BOUNDS(test) |
| #define | UPDATE_ELEMENT_INDEX_BOUNDS(test) |
Functions | |
| DEFINE_bool (cp_disable_element_cache, true, "If true, caching for IntElement is disabled.") | |
| void | LinkVarExpr (Solver *const s, IntExpr *const expr, IntVar *const var) |
| #define UPDATE_BASE_ELEMENT_INDEX_BOUNDS | ( | test | ) |
Definition at line 128 of file element.cc.
| #define UPDATE_ELEMENT_INDEX_BOUNDS | ( | test | ) |
Definition at line 978 of file element.cc.
| #define UPDATE_RMQ_BASE_ELEMENT_INDEX_BOUNDS | ( | test | ) |
Definition at line 418 of file element.cc.
| DEFINE_bool | ( | cp_disable_element_cache | , |
| true | , | ||
| "If | true, | ||
| caching for IntElement is disabled." | |||
| ) |
|
protected |
Definition at line 85 of file element.cc.