Go to the source code of this file.
|
| 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.
|
|
|
| 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) |
|
◆ 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." |
|
|
) |
| |