Google OR-Tools v9.11
a fast and portable software suite for combinatorial optimization
|
#include <mip_tests.h>
Public Member Functions | |
SimpleMipTestParameters (SolverType solver_type, bool report_unboundness_correctly=true) | |
Public Attributes | |
SolverType | solver_type |
The tested solver. | |
bool | report_unboundness_correctly |
Definition at line 27 of file mip_tests.h.
|
explicit |
Definition at line 40 of file mip_tests.cc.
bool operations_research::math_opt::SimpleMipTestParameters::report_unboundness_correctly |
True if the solver reports unbound MIPs as UNBOUNDED or DUAL_INFEASIBLE. If false, the solver is expected to return OTHER_ERROR.
Definition at line 39 of file mip_tests.h.
SolverType operations_research::math_opt::SimpleMipTestParameters::solver_type |
The tested solver.
Definition at line 32 of file mip_tests.h.