Google OR-Tools v9.11
a fast and portable software suite for combinatorial optimization
|
#include <qc_tests.h>
Public Member Functions | |
QcTestParameters (SolverType solver_type, SolveParameters parameters, bool supports_qc, bool supports_incremental_add_and_deletes, bool supports_incremental_variable_deletions, bool use_integer_variables) | |
Public Attributes | |
SolverType | solver_type |
The tested solver. | |
SolveParameters | parameters |
bool | supports_qc |
True if the solver supports quadratic constraints. | |
bool | supports_incremental_add_and_deletes |
bool | supports_incremental_variable_deletions |
bool | use_integer_variables |
True if the solver supports integer variables. | |
Definition at line 25 of file qc_tests.h.
|
explicit |
Definition at line 31 of file qc_tests.cc.
SolveParameters operations_research::math_opt::QcTestParameters::parameters |
Definition at line 35 of file qc_tests.h.
SolverType operations_research::math_opt::QcTestParameters::solver_type |
The tested solver.
Definition at line 33 of file qc_tests.h.
bool operations_research::math_opt::QcTestParameters::supports_incremental_add_and_deletes |
True if the solver supports incremental updates that add and/or delete quadratic constraints.
Definition at line 42 of file qc_tests.h.
bool operations_research::math_opt::QcTestParameters::supports_incremental_variable_deletions |
True if the solver supports updates that delete variables involved in quadratic constraints.
Definition at line 46 of file qc_tests.h.
bool operations_research::math_opt::QcTestParameters::supports_qc |
True if the solver supports quadratic constraints.
Definition at line 38 of file qc_tests.h.
bool operations_research::math_opt::QcTestParameters::use_integer_variables |
True if the solver supports integer variables.
Definition at line 49 of file qc_tests.h.