Loading...
Searching...
No Matches
Multiple solve management.
More...
|
string | select |
| Selection of enum options.
|
|
integer | value |
| Value of enum options.
|
|
|
static final | Clear = 2 |
| The solution information for all equations appearing in the model is completely replaced; in addition, variables appearing in the symbolic equations but removed by conditionals will be removed.
|
|
static final | Merge = 0 |
| The solution information for all equations appearing in the model is completely replaced by the new model results; variables are only replaced if they appear in the final model.
|
|
static final | Replace = 1 |
| The solution information for all equations and variables is merged into the existing solution information.
|
|
static final | UndefinedSolveOpt = 3 |
| Undefined option.
|
|
Multiple solve management.
- See also
- Options