OR-Tools  9.3
scip_proto_solver.cc File Reference

Go to the source code of this file.

Namespaces

namespace  operations_research
 Collection of objects used to extend the Constraint Solver library.
 

Functions

 ABSL_FLAG (std::string, scip_proto_solver_output_cip_file, "", "If given, saves the generated CIP file here. Useful for " "reporting bugs to SCIP.")
 
std::string FindErrorInMPModelForScip (const MPModelProto &model, SCIP *scip)
 
absl::StatusOr< MPSolutionResponse > ScipSolveProto (const MPModelRequest &request)
 

Function Documentation

◆ ABSL_FLAG()

ABSL_FLAG ( std::string  ,
scip_proto_solver_output_cip_file  ,
""  ,
"If  given,
saves the generated CIP file here. Useful for " "reporting bugs to SCIP."   
)