Google OR-Tools v9.9
a fast and portable software suite for combinatorial optimization
Loading...
Searching...
No Matches
glpk_formatters.h File Reference
#include <string>
#include <string_view>

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.
 

Functions

std::string operations_research::SolutionStatusString (int status)
 Formats a solution status (GLP_OPT,...).
 
std::string operations_research::BasisStatusString (int stat)
 Formats a linear constraint or variable basis status (GLP_BS,...).
 
std::string operations_research::ReturnCodeString (const int rc)
 
std::string operations_research::TruncateAndQuoteGLPKName (const std::string_view original_name)
 

Variables

constexpr std::size_t operations_research::kMaxGLPKNameLen = 255