14 #ifndef OR_TOOLS_LINEAR_SOLVER_SCIP_PROTO_SOLVER_H_
15 #define OR_TOOLS_LINEAR_SOLVER_SCIP_PROTO_SOLVER_H_
17 #include "absl/status/statusor.h"
18 #include "ortools/linear_solver/linear_solver.pb.h"
19 #include "scip/type_scip.h"
28 const MPModelRequest& request);
The vehicle routing library lets one model and solve generic vehicle routing problems ranging from th...
std::string FindErrorInMPModelForScip(const MPModelProto &model, SCIP *scip)
absl::StatusOr< MPSolutionResponse > ScipSolveProto(const MPModelRequest &request)