OR-Tools  8.1
scip_proto_solver.cc File Reference

Go to the source code of this file.

Namespaces

 operations_research
 The vehicle routing library lets one model and solve generic vehicle routing problems ranging from the Traveling Salesman Problem to more complex problems such as the Capacitated Vehicle Routing Problem with Time Windows.
 

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."   
)