![]() |
Google OR-Tools v9.14
a fast and portable software suite for combinatorial optimization
|
#include "ortools/util/parse_proto.h"#include <string>#include <vector>#include "absl/strings/str_cat.h"#include "absl/strings/str_split.h"#include "google/protobuf/io/tokenizer.h"#include "google/protobuf/text_format.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 | |
| bool | operations_research::ParseTextProtoForFlag (const absl::string_view text, google::protobuf::Message *const message_out, std::string *const error_out) |