14#ifndef OR_TOOLS_LINEAR_SOLVER_GLOP_UTILS_H_
15#define OR_TOOLS_LINEAR_SOLVER_GLOP_UTILS_H_
ResultStatus
The status of solving the problem.
BasisStatus
Advanced usage: possible basis status values for a variable and the slack variable of a linear constr...
A C++ wrapper that provides a simple and unified interface to several linear programming and mixed in...
The vehicle routing library lets one model and solve generic vehicle routing problems ranging from th...
MPSolver::BasisStatus GlopToMPSolverVariableStatus(glop::VariableStatus s)
MPSolver::BasisStatus GlopToMPSolverConstraintStatus(glop::ConstraintStatus s)
MPSolver::ResultStatus GlopToMPSolverResultStatus(glop::ProblemStatus s)
glop::VariableStatus MPSolverToGlopVariableStatus(MPSolver::BasisStatus s)
glop::ConstraintStatus MPSolverToGlopConstraintStatus(MPSolver::BasisStatus s)