![]() |
Google OR-Tools v9.14
a fast and portable software suite for combinatorial optimization
|
#include <string>#include "absl/strings/str_format.h"#include "absl/strings/string_view.h"#include "ortools/base/types.h"#include "ortools/lp_data/lp_types.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. | |
| namespace | operations_research::glop |
Functions | |
| std::string | operations_research::glop::Stringify (const float a) |
| std::string | operations_research::glop::Stringify (const double a) |
| std::string | operations_research::glop::StringifyRational (const double x, const double precision) |
| std::string | operations_research::glop::Stringify (const Fractional x, bool fraction) |
| std::string | operations_research::glop::StringifyMonomial (const Fractional a, absl::string_view x, bool fraction) |