![]() |
Google OR-Tools v9.15
a fast and portable software suite for combinatorial optimization
|
Definition at line 30 of file lp_incomplete_solve_tests.h.
#include <lp_incomplete_solve_tests.h>
Public Member Functions | |
| LpIncompleteSolveTestParams (SolverType solver_type, std::optional< LPAlgorithm > lp_algorithm, bool supports_iteration_limit, bool supports_initial_basis, bool supports_incremental_solve, bool supports_basis, bool supports_presolve, bool check_primal_objective, bool primal_solution_status_always_set, bool dual_solution_status_always_set) | |
Public Attributes | |
| SolverType | solver_type |
| std::optional< LPAlgorithm > | lp_algorithm |
| bool | supports_iteration_limit |
| bool | supports_initial_basis |
| bool | supports_incremental_solve |
| bool | supports_basis |
| bool | supports_presolve |
| bool | check_primal_objective |
| bool | primal_solution_status_always_set |
| bool | dual_solution_status_always_set |
| operations_research::math_opt::LpIncompleteSolveTestParams::LpIncompleteSolveTestParams | ( | SolverType | solver_type, |
| std::optional< LPAlgorithm > | lp_algorithm, | ||
| bool | supports_iteration_limit, | ||
| bool | supports_initial_basis, | ||
| bool | supports_incremental_solve, | ||
| bool | supports_basis, | ||
| bool | supports_presolve, | ||
| bool | check_primal_objective, | ||
| bool | primal_solution_status_always_set, | ||
| bool | dual_solution_status_always_set ) |
Definition at line 38 of file lp_incomplete_solve_tests.cc.
| bool operations_research::math_opt::LpIncompleteSolveTestParams::check_primal_objective |
Definition at line 63 of file lp_incomplete_solve_tests.h.
| bool operations_research::math_opt::LpIncompleteSolveTestParams::dual_solution_status_always_set |
Definition at line 71 of file lp_incomplete_solve_tests.h.
| std::optional<LPAlgorithm> operations_research::math_opt::LpIncompleteSolveTestParams::lp_algorithm |
Definition at line 45 of file lp_incomplete_solve_tests.h.
| bool operations_research::math_opt::LpIncompleteSolveTestParams::primal_solution_status_always_set |
Definition at line 67 of file lp_incomplete_solve_tests.h.
| SolverType operations_research::math_opt::LpIncompleteSolveTestParams::solver_type |
Definition at line 42 of file lp_incomplete_solve_tests.h.
| bool operations_research::math_opt::LpIncompleteSolveTestParams::supports_basis |
Definition at line 57 of file lp_incomplete_solve_tests.h.
| bool operations_research::math_opt::LpIncompleteSolveTestParams::supports_incremental_solve |
Definition at line 54 of file lp_incomplete_solve_tests.h.
| bool operations_research::math_opt::LpIncompleteSolveTestParams::supports_initial_basis |
Definition at line 51 of file lp_incomplete_solve_tests.h.
| bool operations_research::math_opt::LpIncompleteSolveTestParams::supports_iteration_limit |
Definition at line 48 of file lp_incomplete_solve_tests.h.
| bool operations_research::math_opt::LpIncompleteSolveTestParams::supports_presolve |
Definition at line 60 of file lp_incomplete_solve_tests.h.