Google OR-Tools v9.11
a fast and portable software suite for combinatorial optimization
|
#include "ortools/lp_data/lp_print_utils.h"
#include <cmath>
#include <cstdint>
#include <cstdio>
#include <limits>
#include <string>
#include "absl/strings/str_cat.h"
#include "absl/strings/string_view.h"
#include "ortools/lp_data/lp_types.h"
#include "ortools/util/rational_approximation.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::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) |