15#ifndef OR_TOOLS_GLPK_GLPK_FORMATTERS_H_
16#define OR_TOOLS_GLPK_GLPK_FORMATTERS_H_
In SWIG mode, we don't want anything besides these top-level includes.
std::string BasisStatusString(const int stat)
Formats a linear constraint or variable basis status (GLP_BS,...).
std::string TruncateAndQuoteGLPKName(const std::string_view original_name)
constexpr std::size_t kMaxGLPKNameLen
std::string ReturnCodeString(const int rc)
std::string SolutionStatusString(const int status)
Formats a solution status (GLP_OPT,...).