Returns the calculated value of a variable.
@deprecated: Use GenericVariable::GetProperties method instead
Stability: locked
Gets the properties of a variable.
@deprecated: Use GetProperties method instead
Stability: locked
Returns the raw value of a variable.
@deprecated: Use GenericVariable::GetProperties method instead
Stability: locked
Sets a value to a variable.
Parameters:
content
- Value of the variable.updateMRU
- If set to true, the value is added to the Most Recently Used (MRU) list.@deprecated: Use GenericVariable::SetProperties method instead
Stability: locked
Sets some properties to a variable.
Parameters:
properties
- Information about the properties of the variable@deprecated: Use SetProperties method instead
Stability: locked
Sets the value of a dual variable overriding any input constraints.
Parameters:
s
- String representation of a dual value. Set this parameter to "", if the string representation is to be Null.d
- Numeric representation of a dual value.@deprecated: Use GenericVariable::SetProperties method instead
Stability: locked