Google OR-Tools v9.11
a fast and portable software suite for combinatorial optimization
|
#include "ortools/glpk/glpk_formatters.h"
#include <sstream>
#include <string>
#include <string_view>
#include "absl/strings/ascii.h"
#include "absl/strings/str_cat.h"
#include "ortools/base/logging.h"
#include <glpk.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. | |
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) |