14 #ifndef OR_TOOLS_MATH_OPT_PROTO_CONVERTER_H_
15 #define OR_TOOLS_MATH_OPT_PROTO_CONVERTER_H_
17 #include "absl/status/statusor.h"
19 #include "ortools/math_opt/model.pb.h"
24 absl::StatusOr<::operations_research::math_opt::ModelProto>
33 const ::operations_research::math_opt::ModelProto&
model);
absl::StatusOr<::operations_research::MPModelProto > MathOptModelToMPModelProto(const ::operations_research::math_opt::ModelProto &model)
absl::StatusOr<::operations_research::math_opt::ModelProto > MPModelProtoToMathOptModel(const ::operations_research::MPModelProto &model)
Collection of objects used to extend the Constraint Solver library.