Google OR-Tools v9.15
a fast and portable software suite for combinatorial optimization
Loading...
Searching...
No Matches
remote_streaming_mode.h File Reference
#include <ostream>
#include <string>
#include "absl/strings/string_view.h"

Go to the source code of this file.

Namespaces

namespace  operations_research
 OR-Tools root namespace.
namespace  operations_research::math_opt

Enumerations

enum class  operations_research::math_opt::RemoteStreamingSolveMode { operations_research::math_opt::kDefault , operations_research::math_opt::kSubprocess , operations_research::math_opt::kInProcess }

Functions

bool operations_research::math_opt::AbslParseFlag (const absl::string_view text, RemoteStreamingSolveMode *const value, std::string *const error)
std::string operations_research::math_opt::AbslUnparseFlag (const RemoteStreamingSolveMode value)
std::ostream & operations_research::math_opt::operator<< (std::ostream &out, const RemoteStreamingSolveMode mode)
template<typename Sink>
void operations_research::math_opt::AbslStringify (Sink &sink, const RemoteStreamingSolveMode mode)