Google OR-Tools v9.15
a fast and portable software suite for combinatorial optimization
Loading...
Searching...
No Matches
operations_research::math_opt::LogicalConstraintTestParameters Struct Reference

Detailed Description

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)

Public Attributes

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

Constructor & Destructor Documentation

◆ LogicalConstraintTestParameters()

operations_research::math_opt::LogicalConstraintTestParameters::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.

Member Data Documentation

◆ parameters

SolveParameters operations_research::math_opt::LogicalConstraintTestParameters::parameters

Definition at line 39 of file logical_constraint_tests.h.

◆ solver_type

SolverType operations_research::math_opt::LogicalConstraintTestParameters::solver_type

Definition at line 37 of file logical_constraint_tests.h.

◆ supports_deleting_indicator_variables

bool operations_research::math_opt::LogicalConstraintTestParameters::supports_deleting_indicator_variables

Definition at line 61 of file logical_constraint_tests.h.

◆ supports_incremental_add_and_deletes

bool operations_research::math_opt::LogicalConstraintTestParameters::supports_incremental_add_and_deletes

Definition at line 55 of file logical_constraint_tests.h.

◆ supports_incremental_variable_deletions

bool operations_research::math_opt::LogicalConstraintTestParameters::supports_incremental_variable_deletions

Definition at line 58 of file logical_constraint_tests.h.

◆ supports_indicator_constraints

bool operations_research::math_opt::LogicalConstraintTestParameters::supports_indicator_constraints

Definition at line 51 of file logical_constraint_tests.h.

◆ supports_integer_variables

bool operations_research::math_opt::LogicalConstraintTestParameters::supports_integer_variables

Definition at line 42 of file logical_constraint_tests.h.

◆ supports_sos1

bool operations_research::math_opt::LogicalConstraintTestParameters::supports_sos1

Definition at line 45 of file logical_constraint_tests.h.

◆ supports_sos2

bool operations_research::math_opt::LogicalConstraintTestParameters::supports_sos2

Definition at line 48 of file logical_constraint_tests.h.

◆ supports_sos_on_expressions

bool operations_research::math_opt::LogicalConstraintTestParameters::supports_sos_on_expressions

Definition at line 69 of file logical_constraint_tests.h.

◆ supports_updating_binary_variables

bool operations_research::math_opt::LogicalConstraintTestParameters::supports_updating_binary_variables

Definition at line 65 of file logical_constraint_tests.h.


The documentation for this struct was generated from the following files: