![]() |
Google OR-Tools v9.15
a fast and portable software suite for combinatorial optimization
|
#include <initializer_list>#include <optional>#include <ostream>#include <string>#include <utility>#include <vector>#include "absl/status/status.h"#include "absl/status/statusor.h"#include "absl/time/time.h"#include "ortools/math_opt/cpp/enums.h"#include "ortools/math_opt/cpp/linear_constraint.h"#include "ortools/math_opt/cpp/solution.h"#include "ortools/math_opt/cpp/variable_and_expressions.h"#include "ortools/math_opt/result.pb.h"#include "ortools/math_opt/solvers/gscip/gscip.pb.h"#include "ortools/math_opt/storage/model_storage.h"Go to the source code of this file.
Namespaces | |
| namespace | operations_research |
| OR-Tools root namespace. | |
| namespace | operations_research::math_opt |
Functions | |
| operations_research::math_opt::MATH_OPT_DEFINE_ENUM (FeasibilityStatus, FEASIBILITY_STATUS_UNSPECIFIED) | |
| std::ostream & | operations_research::math_opt::operator<< (std::ostream &ostr, const ProblemStatus &problem_status) |
| std::ostream & | operations_research::math_opt::operator<< (std::ostream &ostr, const SolveStats &solve_stats) |
| operations_research::math_opt::MATH_OPT_DEFINE_ENUM (TerminationReason, TERMINATION_REASON_UNSPECIFIED) | |
| operations_research::math_opt::MATH_OPT_DEFINE_ENUM (Limit, LIMIT_UNSPECIFIED) | |
| std::ostream & | operations_research::math_opt::operator<< (std::ostream &ostr, const ObjectiveBounds &objective_bounds) |
| std::ostream & | operations_research::math_opt::operator<< (std::ostream &ostr, const Termination &termination) |
| template<typename Sink> | |
| void | operations_research::math_opt::AbslStringify (Sink &sink, const Termination &termination) |
| std::ostream & | operations_research::math_opt::operator<< (std::ostream &out, const SolveResult &result) |