15#ifndef OR_TOOLS_GLPK_GLPK_FORMATTERS_H_
16#define OR_TOOLS_GLPK_GLPK_FORMATTERS_H_
Collection of objects used to extend the Constraint Solver library.
std::string BasisStatusString(const int stat)
constexpr std::size_t kMaxGLPKNameLen
std::string ReturnCodeString(const int rc)
std::string SolutionStatusString(const int status)
std::string TruncateAndQuoteGLPKName(const std::string_view original_name)