







The Model type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() | AreAllConstraintsLinear |
Have all constraints in this model instance linear expressions?
|
![]() | AreAllObjectivesLinear |
Have all objectives in this model instance linear expressions?
|
![]() | AreAllVariablesBinary |
Are all variables in this model instance of type integer and their lower bound equal to zero and their upper bound equal to 1?
|
![]() | AreAllVariablesContinuous |
Are variables in this model instance of type continuous?
|
![]() | AreAllVariablesInteger |
Are all variables in this model instance of type integer?
|
![]() | Constraints |
Constraints in this model instance.
|
![]() | ConstraintsCount |
Count of constraints in this model instance.
|
![]() | ModelBehavior |
Gets or sets the behavior of the model. Available options are "Automatic" and "Manual"
In automatic mode, the model takes care of adding and removing variables when constraints and objectives get added. In manual mode you need to take care of this yourself.
|
![]() | Name |
Name of this model instance.
|
![]() | Objectives |
Objectives in this model instance.
|
![]() | ObjectivesCount |
Count of objectives in this model instance.
|
![]() | SOS1Sets |
Sets of SOS1 variables in this model instance.
|
![]() | SOS2Sets |
Sets of SOS2 variables in this model instance.
|
![]() | SOS3Sets |
Sets of SOS3 variables in this model instance.
|
![]() | Variables |
Variables in this model instance.
|
![]() | VariablesCount |
Count of variables in this model instance.
|