14 #ifndef OR_TOOLS_LINEAR_SOLVER_GLOP_UTILS_H_ 15 #define OR_TOOLS_LINEAR_SOLVER_GLOP_UTILS_H_ 32 #endif // OR_TOOLS_LINEAR_SOLVER_GLOP_UTILS_H_ MPSolver::ResultStatus GlopToMPSolverResultStatus(glop::ProblemStatus s)
ResultStatus
The status of solving the problem.
A C++ wrapper that provides a simple and unified interface to several linear programming and mixed in...
BasisStatus
Advanced usage: possible basis status values for a variable and the slack variable of a linear constr...
glop::ConstraintStatus MPSolverToGlopConstraintStatus(MPSolver::BasisStatus s)
glop::VariableStatus MPSolverToGlopVariableStatus(MPSolver::BasisStatus s)
Collection of objects used to extend the Constraint Solver library.
MPSolver::BasisStatus GlopToMPSolverConstraintStatus(glop::ConstraintStatus s)
MPSolver::BasisStatus GlopToMPSolverVariableStatus(glop::VariableStatus s)