![]() |
Google OR-Tools v9.15
a fast and portable software suite for combinatorial optimization
|
#include <algorithm>#include <cstdint>#include <functional>#include <limits>#include <memory>#include <numeric>#include <string>#include <utility>#include <vector>#include "absl/strings/str_format.h"#include "absl/strings/str_join.h"#include "ortools/base/logging.h"#include "ortools/base/types.h"#include "ortools/constraint_solver/constraint_solver.h"#include "ortools/constraint_solver/constraint_solveri.h"#include "ortools/util/range_minimum_query.h"#include "ortools/util/string_array.h"Go to the source code of this file.
Classes | |
| class | operations_research::IfThenElseCt |
Namespaces | |
| namespace | operations_research |
| OR-Tools root namespace. | |
Macros | |
| #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 | operations_research::LinkVarExpr (Solver *s, IntExpr *expr, IntVar *var) |
| #define UPDATE_ELEMENT_INDEX_BOUNDS | ( | test | ) |
Definition at line 986 of file element.cc.
| #define UPDATE_RMQ_BASE_ELEMENT_INDEX_BOUNDS | ( | test | ) |
Definition at line 424 of file element.cc.
| ABSL_FLAG | ( | bool | , |
| cp_disable_element_cache | , | ||
| true | , | ||
| "If | true, | ||
| caching for IntElement is disabled." | ) |