![]() |
Google OR-Tools v9.14
a fast and portable software suite for combinatorial optimization
|
#include <optional>#include "absl/container/flat_hash_map.h"#include "absl/status/status.h"#include "absl/status/statusor.h"#include "ortools/math_opt/constraints/quadratic/quadratic_constraint.h"#include "ortools/math_opt/cpp/basis_status.h"#include "ortools/math_opt/cpp/enums.h"#include "ortools/math_opt/cpp/linear_constraint.h"#include "ortools/math_opt/cpp/objective.h"#include "ortools/math_opt/cpp/variable_and_expressions.h"#include "ortools/math_opt/result.pb.h"#include "ortools/math_opt/solution.pb.h"#include "ortools/math_opt/storage/model_storage.h"Go to the source code of this file.
Namespaces | |
| namespace | operations_research |
| In SWIG mode, we don't want anything besides these top-level includes. | |
| namespace | operations_research::math_opt |
| An object oriented wrapper for quadratic constraints in ModelStorage. | |
Enumerations | |
| enum class | operations_research::math_opt::SolutionStatus { operations_research::math_opt::kUndetermined = SOLUTION_STATUS_UNDETERMINED , operations_research::math_opt::kFeasible = SOLUTION_STATUS_FEASIBLE , operations_research::math_opt::kInfeasible = SOLUTION_STATUS_INFEASIBLE } |
| Feasibility of a primal or dual solution as claimed by the solver. More... | |
Functions | |
| operations_research::math_opt::MATH_OPT_DEFINE_ENUM (SolutionStatus, SOLUTION_STATUS_UNSPECIFIED) | |