Go to the source code of this file.
|
| | ABSL_FLAG (bool, verify_solution, false, "Systematically verify the solution when calling Solve()" ", and change the return value of Solve() to ABNORMAL if" " an error was detected.") |
| | ABSL_FLAG (bool, log_verification_errors, true, "If --verify_solution is set: LOG(ERROR) all errors detected" " during the verification of the solution.") |
| | ABSL_FLAG (bool, linear_solver_enable_verbose_output, false, "If set, enables verbose output for the solver. Setting this flag" " is the same as calling MPSolver::EnableOutput().") |
| | ABSL_FLAG (bool, mpsolver_bypass_model_validation, false, "If set, the user-provided Model won't be verified before Solve()." " Invalid models will typically trigger various error responses" " from the underlying solvers; sometimes crashes.") |
| bool | operations_research::SolverTypeIsMip (MPModelRequest::SolverType solver_type) |
| absl::string_view | operations_research::ToString (MPSolver::OptimizationProblemType optimization_problem_type) |
| bool | operations_research::AbslParseFlag (const absl::string_view text, MPSolver::OptimizationProblemType *solver_type, std::string *error) |
| bool | operations_research::MPSolverResponseStatusIsRpcError (MPSolverResponseStatus status) |
◆ ABSL_FLAG() [1/4]
| ABSL_FLAG |
( |
bool | , |
|
|
linear_solver_enable_verbose_output | , |
|
|
false | , |
|
|
"If | set, |
|
|
enables verbose output for the solver. Setting this flag" " is the same as calling MPSolver::EnableOutput()." | ) |
◆ ABSL_FLAG() [2/4]
| ABSL_FLAG |
( |
bool | , |
|
|
log_verification_errors | , |
|
|
true | , |
|
|
"If --verify_solution is set: LOG(ERROR) all errors detected" " during the verification of the solution." | ) |
◆ ABSL_FLAG() [3/4]
| ABSL_FLAG |
( |
bool | , |
|
|
mpsolver_bypass_model_validation | , |
|
|
false | , |
|
|
"If | set, |
|
|
the user-provided Model won 't be verified before Solve()." " Invalid models will typically trigger various error responses" " from the underlying solvers;sometimes crashes." | ) |
◆ ABSL_FLAG() [4/4]
| ABSL_FLAG |
( |
bool | , |
|
|
verify_solution | , |
|
|
false | , |
|
|
"Systematically verify the solution when calling Solve()" " | , |
|
|
and change the return value of Solve() to ABNORMAL if" " an error was detected." | ) |