Google OR-Tools v9.11
a fast and portable software suite for combinatorial optimization
Loading...
Searching...
No Matches
solution.h File Reference
#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.

Classes

struct  operations_research::math_opt::PrimalSolution
 
struct  operations_research::math_opt::PrimalRay
 
struct  operations_research::math_opt::DualSolution
 
struct  operations_research::math_opt::DualRay
 
struct  operations_research::math_opt::Basis
 
struct  operations_research::math_opt::Solution
 

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)