14#ifndef OR_TOOLS_LINEAR_SOLVER_SCIP_PROTO_SOLVER_H_
15#define OR_TOOLS_LINEAR_SOLVER_SCIP_PROTO_SOLVER_H_
19#include "absl/status/statusor.h"
20#include "ortools/linear_solver/linear_solver.pb.h"
21#include "scip/type_scip.h"
30 const MPModelRequest& request);
Collection of objects used to extend the Constraint Solver library.
std::string FindErrorInMPModelForScip(const MPModelProto &model, SCIP *scip)
absl::StatusOr< MPSolutionResponse > ScipSolveProto(const MPModelRequest &request)