![]() |
Google OR-Tools v9.15
a fast and portable software suite for combinatorial optimization
|
#include <cstddef>#include <string>#include <string_view>Go to the source code of this file.
Namespaces | |
| namespace | operations_research |
| OR-Tools root namespace. | |
Functions | |
| std::string | operations_research::SolutionStatusString (const int status) |
| std::string | operations_research::BasisStatusString (const int stat) |
| 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 |