Google OR-Tools v9.11
a fast and portable software suite for combinatorial optimization
|
#include "ortools/math_opt/cpp/solve_result.h"
#include <initializer_list>
#include <limits>
#include <optional>
#include <ostream>
#include <sstream>
#include <string>
#include <utility>
#include <vector>
#include "absl/log/check.h"
#include "absl/status/status.h"
#include "absl/status/statusor.h"
#include "absl/strings/escaping.h"
#include "absl/strings/str_cat.h"
#include "absl/strings/str_join.h"
#include "absl/strings/string_view.h"
#include "absl/time/time.h"
#include "absl/types/span.h"
#include "ortools/base/protoutil.h"
#include "ortools/base/status_macros.h"
#include "ortools/math_opt/core/math_opt_proto_utils.h"
#include "ortools/math_opt/cpp/linear_constraint.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"
#include "ortools/port/proto_utils.h"
#include "ortools/util/fp_roundtrip_conv.h"
#include "ortools/util/status_macros.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. | |
Functions | |
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) |
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) |
absl::Status | operations_research::math_opt::CheckSolverSpecificOutputEmpty (const SolveResultProto &result) |
std::ostream & | operations_research::math_opt::operator<< (std::ostream &out, const SolveResult &result) |