14#ifndef OR_TOOLS_UTIL_STRING_UTIL_H_
15#define OR_TOOLS_UTIL_STRING_UTIL_H_
19#include "absl/strings/str_cat.h"
40 absl::StrAppend(out, t.DebugString());
In SWIG mode, we don't want anything besides these top-level includes.
std::string CropMultiLineString(const std::string &s, int max_line_length, int max_num_lines)