![]() |
OR-Tools
9.3
|
Go to the source code of this file.
Classes | |
| class | IfThenElseCt |
Namespaces | |
| namespace | operations_research |
| Collection of objects used to extend the Constraint Solver library. | |
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 129 of file element.cc.
| #define UPDATE_ELEMENT_INDEX_BOUNDS | ( | test | ) |
Definition at line 988 of file element.cc.
| #define UPDATE_RMQ_BASE_ELEMENT_INDEX_BOUNDS | ( | test | ) |
Definition at line 423 of file element.cc.
| ABSL_FLAG | ( | bool | , |
| cp_disable_element_cache | , | ||
| true | , | ||
| "If | true, | ||
| caching for IntElement is disabled." | |||
| ) |
|
protected |
Definition at line 87 of file element.cc.