Google OR-Tools v9.11
a fast and portable software suite for combinatorial optimization
Loading...
Searching...
No Matches
fp_roundtrip_conv.cc File Reference
#include "ortools/util/fp_roundtrip_conv.h"
#include <array>
#include <charconv>
#include <limits>
#include <ostream>
#include <string>
#include <system_error>
#include <type_traits>
#include <utility>
#include "absl/base/attributes.h"
#include "absl/log/check.h"
#include "absl/status/statusor.h"
#include "absl/strings/charconv.h"
#include "absl/strings/escaping.h"
#include "absl/strings/str_format.h"
#include "absl/strings/string_view.h"
#include "ortools/base/logging.h"
#include "ortools/base/status_builder.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::ostream & operations_research::operator<< (std::ostream &out, const RoundTripDoubleFormat &format)
 

Variables

ABSL_CONST_INIT const bool operations_research::kStdToCharsDoubleIsSupported