Google OR-Tools v9.11
a fast and portable software suite for combinatorial optimization
Loading...
Searching...
No Matches
lp_types.cc File Reference
#include "ortools/lp_data/lp_types.h"
#include <string>
#include "ortools/base/logging.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::glop
 

Functions

std::string operations_research::glop::GetProblemStatusString (ProblemStatus problem_status)
 Returns the string representation of the ProblemStatus enum.
 
std::string operations_research::glop::GetVariableTypeString (VariableType variable_type)
 Returns the string representation of the VariableType enum.
 
std::string operations_research::glop::GetVariableStatusString (VariableStatus status)
 Returns the string representation of the VariableStatus enum.
 
std::string operations_research::glop::GetConstraintStatusString (ConstraintStatus status)
 Returns the string representation of the ConstraintStatus enum.
 
ConstraintStatus operations_research::glop::VariableToConstraintStatus (VariableStatus status)
 Returns the ConstraintStatus corresponding to a given VariableStatus.