Google OR-Tools v9.11
a fast and portable software suite for combinatorial optimization
|
#include "ortools/util/proto_tools.h"
#include <string>
#include "absl/strings/str_cat.h"
#include "google/protobuf/descriptor.h"
#include "google/protobuf/message.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::FullProtocolMessageAsString (const google::protobuf::Message &message, int indent_level) |