![]() |
Google OR-Tools v9.15
a fast and portable software suite for combinatorial optimization
|
Definition at line 24 of file lp_parameter_tests.h.
#include <lp_parameter_tests.h>
Public Member Functions | |
| LpParameterTestParams (const SolverType solver_type, const bool supports_simplex, const bool supports_barrier, const bool supports_first_order, const bool supports_random_seed, const bool supports_presolve, const bool supports_cutoff, const bool supports_objective_limit, const bool supports_best_bound_limit, const bool reports_limits) | |
Public Attributes | |
| SolverType | solver_type |
| bool | supports_simplex |
| bool | supports_barrier |
| bool | supports_first_order |
| bool | supports_random_seed |
| bool | supports_presolve |
| bool | supports_cutoff |
| bool | supports_objective_limit |
| bool | supports_best_bound_limit |
| bool | reports_limits |
|
inline |
Definition at line 25 of file lp_parameter_tests.h.
| bool operations_research::math_opt::LpParameterTestParams::reports_limits |
Definition at line 70 of file lp_parameter_tests.h.
| SolverType operations_research::math_opt::LpParameterTestParams::solver_type |
Definition at line 43 of file lp_parameter_tests.h.
| bool operations_research::math_opt::LpParameterTestParams::supports_barrier |
Definition at line 49 of file lp_parameter_tests.h.
| bool operations_research::math_opt::LpParameterTestParams::supports_best_bound_limit |
Definition at line 67 of file lp_parameter_tests.h.
| bool operations_research::math_opt::LpParameterTestParams::supports_cutoff |
Definition at line 61 of file lp_parameter_tests.h.
| bool operations_research::math_opt::LpParameterTestParams::supports_first_order |
Definition at line 52 of file lp_parameter_tests.h.
| bool operations_research::math_opt::LpParameterTestParams::supports_objective_limit |
Definition at line 64 of file lp_parameter_tests.h.
| bool operations_research::math_opt::LpParameterTestParams::supports_presolve |
Definition at line 58 of file lp_parameter_tests.h.
| bool operations_research::math_opt::LpParameterTestParams::supports_random_seed |
Definition at line 55 of file lp_parameter_tests.h.
| bool operations_research::math_opt::LpParameterTestParams::supports_simplex |
Definition at line 46 of file lp_parameter_tests.h.