Google OR-Tools v9.11
a fast and portable software suite for combinatorial optimization
|
#include "ortools/port/proto_utils.h"
#include <string>
#include "absl/strings/ascii.h"
#include "absl/strings/str_cat.h"
#include "google/protobuf/message.h"
#include "google/protobuf/message_lite.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 | |
std::string | operations_research::ProtobufTextFormatPrintToStringForFlag (const google::protobuf::Message &proto) |
std::string | operations_research::ProtobufTextFormatPrintToStringForFlag (const google::protobuf::MessageLite &proto) |
Prints an error message when compiling with lite protos. | |