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