![]() |
Google OR-Tools v9.15
a fast and portable software suite for combinatorial optimization
|
#include <cstdint>#include <string>#include <vector>#include "ortools/base/commandlineflags.h"#include "ortools/base/logging.h"#include "ortools/base/stl_util.h"#include "ortools/base/types.h"#include "ortools/constraint_solver/constraint_solver.h"#include "ortools/constraint_solver/constraint_solveri.h"Go to the source code of this file.
Namespaces | |
| namespace | operations_research |
| OR-Tools root namespace. | |
Functions | |
| ABSL_DECLARE_FLAG (int, cache_initial_size) | |
| ABSL_FLAG (bool, cp_disable_cache, false, "Disable caching of model objects") | |
| ModelCache * | operations_research::BuildModelCache (Solver *solver) |
| ABSL_DECLARE_FLAG | ( | int | , |
| cache_initial_size | ) |
| ABSL_FLAG | ( | bool | , |
| cp_disable_cache | , | ||
| false | , | ||
| "Disable caching of model objects" | ) |