14#ifndef OR_TOOLS_LINEAR_SOLVER_PROTO_SOLVER_SCIP_PROTO_SOLVER_H_
15#define OR_TOOLS_LINEAR_SOLVER_PROTO_SOLVER_SCIP_PROTO_SOLVER_H_
19#include "absl/status/statusor.h"
20#include "ortools/linear_solver/linear_solver.pb.h"
22#include "scip/type_scip.h"
31 LazyMutableCopy<MPModelRequest> request);
In SWIG mode, we don't want anything besides these top-level includes.
absl::StatusOr< MPSolutionResponse > ScipSolveProto(LazyMutableCopy< MPModelRequest > request)
std::string FindErrorInMPModelForScip(const MPModelProto &model, SCIP *scip)