The Set_Solver_Variable procedure sets a Solver internal variable.
Calling syntax:
| call Set (Solver, Variable, Value) |
Input variables:
| Solver | The Solver object to be set. | ||||||||||||||
| Variable | The variable within the Solver object to be set.
Valid variables, their types and descriptions are:
|
||||||||||||||
| Value | The value to set the variable to, which is required to be the proper type (real, integer, character, logical) for a given variable. |
Output variables:
| Solver | Modified Solver object. |
The Set_Solver_Variable code listing contains additional documentation.
Michael L. Hall