![]() |
OR-Tools
8.1
|
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 | |
ABSL_FLAG (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 127 of file element.cc.
#define UPDATE_ELEMENT_INDEX_BOUNDS | ( | test | ) |
Definition at line 977 of file element.cc.
#define UPDATE_RMQ_BASE_ELEMENT_INDEX_BOUNDS | ( | test | ) |
Definition at line 417 of file element.cc.
ABSL_FLAG | ( | bool | , |
cp_disable_element_cache | , | ||
true | , | ||
"If | true, | ||
caching for IntElement is disabled." | |||
) |
|
protected |
Definition at line 85 of file element.cc.