Purpose
This function sets the problem status parameters after an optimization
Synopsis
procedure SLPsetprobstat
Example
The following example sets the problem status before obtaining the
solution value for a variable.
SLPsetprobstat
x := getact(col1)
Further information
The problem status is set automatically after a problem has been solved. If
solution information is required while the optimization is in progress (for example, in a callback), then
it may be necessary to set the problem status. If the status is not set, then solution
values will be returned as zero (or "unavailable").
If you have any comments or suggestions about these pages,
please send mail to docs@dashoptimization.com.