C++ Reference: scip_proto_solver

Note: This documentation is automatically generated.



Note, here we do not override any of SCIP default parameters. This behavior
   *differs* from `MPSolver::Solve()` which sets the feasibility tolerance to 1e-7, and the gap limit to 0.0001 (whereas SCIP defaults are 1e-6 and 0,

respectively, and they are being used here).
Function Type Arguments Comments
FindErrorInMPModelForScip

Return type: std::string

Arguments: const MPModelProto& model, SCIP* scip

ScipSolveProto

Return type: absl::StatusOr<MPSolutionResponse>

Arguments: const MPModelRequest& request