OR-Tools  9.6
solution.h File Reference

Go to the source code of this file.

Classes

struct  PrimalSolution
 
struct  PrimalRay
 
struct  DualSolution
 
struct  DualRay
 
struct  Basis
 
struct  Solution
 

Namespaces

 operations_research
 Collection of objects used to extend the Constraint Solver library.
 
 operations_research::math_opt
 

Enumerations

enum class  SolutionStatus { kUndetermined = SOLUTION_STATUS_UNDETERMINED , kFeasible = SOLUTION_STATUS_FEASIBLE , kInfeasible = SOLUTION_STATUS_INFEASIBLE }
 

Functions

 MATH_OPT_DEFINE_ENUM (SolutionStatus, SOLUTION_STATUS_UNSPECIFIED)