![]() |
Google OR-Tools v9.15
a fast and portable software suite for combinatorial optimization
|
#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 |
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) |