![]() |
Google OR-Tools v9.15
a fast and portable software suite for combinatorial optimization
|
Definition at line 25 of file logical_constraint_tests.h.
#include <logical_constraint_tests.h>
Public Member Functions | |
| LogicalConstraintTestParameters (SolverType solver_type, SolveParameters parameters, bool supports_integer_variables, bool supports_sos1, bool supports_sos2, bool supports_indicator_constraints, bool supports_incremental_add_and_deletes, bool supports_incremental_variable_deletions, bool supports_deleting_indicator_variables, bool supports_updating_binary_variables, bool supports_sos_on_expressions=true) | |
|
explicit |
Definition at line 32 of file logical_constraint_tests.cc.
| SolveParameters operations_research::math_opt::LogicalConstraintTestParameters::parameters |
Definition at line 39 of file logical_constraint_tests.h.
| SolverType operations_research::math_opt::LogicalConstraintTestParameters::solver_type |
Definition at line 37 of file logical_constraint_tests.h.
| bool operations_research::math_opt::LogicalConstraintTestParameters::supports_deleting_indicator_variables |
Definition at line 61 of file logical_constraint_tests.h.
| bool operations_research::math_opt::LogicalConstraintTestParameters::supports_incremental_add_and_deletes |
Definition at line 55 of file logical_constraint_tests.h.
| bool operations_research::math_opt::LogicalConstraintTestParameters::supports_incremental_variable_deletions |
Definition at line 58 of file logical_constraint_tests.h.
| bool operations_research::math_opt::LogicalConstraintTestParameters::supports_indicator_constraints |
Definition at line 51 of file logical_constraint_tests.h.
| bool operations_research::math_opt::LogicalConstraintTestParameters::supports_integer_variables |
Definition at line 42 of file logical_constraint_tests.h.
| bool operations_research::math_opt::LogicalConstraintTestParameters::supports_sos1 |
Definition at line 45 of file logical_constraint_tests.h.
| bool operations_research::math_opt::LogicalConstraintTestParameters::supports_sos2 |
Definition at line 48 of file logical_constraint_tests.h.
| bool operations_research::math_opt::LogicalConstraintTestParameters::supports_sos_on_expressions |
Definition at line 69 of file logical_constraint_tests.h.
| bool operations_research::math_opt::LogicalConstraintTestParameters::supports_updating_binary_variables |
Definition at line 65 of file logical_constraint_tests.h.