![]() |
Google OR-Tools v9.15
a fast and portable software suite for combinatorial optimization
|
#include <cstdint>#include <optional>#include <string>#include "absl/status/statusor.h"#include "absl/strings/string_view.h"#include "absl/time/time.h"#include "ortools/base/linked_hash_map.h"#include "ortools/glop/parameters.pb.h"#include "ortools/math_opt/cpp/enums.h"#include "ortools/math_opt/parameters.pb.h"#include "ortools/math_opt/solvers/gscip/gscip.pb.h"#include "ortools/math_opt/solvers/gurobi.pb.h"#include "ortools/math_opt/solvers/highs.pb.h"#include "ortools/pdlp/solvers.pb.h"#include "ortools/sat/sat_parameters.pb.h"Go to the source code of this file.
Namespaces | |
| namespace | operations_research |
| OR-Tools root namespace. | |
| namespace | operations_research::math_opt |
Variables | |
| When | operations_research::math_opt::unset |
| When the underlying default is used When the feature cannot be turned | operations_research::math_opt::off |
| When the underlying default is used When the feature cannot be turned kOff will return an error If the feature is enabled by | operations_research::math_opt::default |
| When the underlying default is used When the feature cannot be turned kOff will return an error If the feature is enabled by the solver default is typically If the feature is | operations_research::math_opt::supported |
| When the underlying default is used When the feature cannot be turned kOff will return an error If the feature is enabled by the solver default is typically If the feature is | operations_research::math_opt::kLow |
| When the underlying default is used When the feature cannot be turned kOff will return an error If the feature is enabled by the solver default is typically If the feature is | operations_research::math_opt::kMedium |
| When the underlying default is used When the feature cannot be turned kOff will return an error If the feature is enabled by the solver default is typically If the feature is | operations_research::math_opt::kHigh |