Google OR-Tools v9.11
a fast and portable software suite for combinatorial optimization
|
#include <string>
#include <type_traits>
#include <utility>
#include "absl/log/check.h"
#include "absl/status/statusor.h"
#include "google/protobuf/message.h"
#include "ortools/base/logging.h"
#include "ortools/linear_solver/linear_solver.pb.h"
#include "ortools/port/proto_utils.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 | |
MPSolutionResponse | operations_research::ConvertStatusOrMPSolutionResponse (bool log_error, absl::StatusOr< MPSolutionResponse > response) |
template<typename P > | |
std::string | operations_research::EncodeParametersAsString (const P ¶meters) |