Google OR-Tools v9.11
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) |
int column |
Definition at line 32 of file parse_proto.cc.
int line |
Definition at line 31 of file parse_proto.cc.
std::string message |
Definition at line 33 of file parse_proto.cc.
bool warning |
Definition at line 30 of file parse_proto.cc.