Purpose
Test whether a general constraint is hidden
Synopsis
function ishidden(cName:genctr) :boolean
Argument
Return value
true
|
cName is hidden
|
false
|
cName is not hidden
|
Example
The following example tests the status of the genctr OptRow and prints an appropriate
message.
if ishidden(OptRow) then
writeln("OptRow is hidden")
else
writeln("OptRow is not hidden")
end-if
Further information
This function returns the "hidden" status of a genctr. A hidden genctr still exists in
the model, but will be omitted from the SLP problem which is loaded and solved.
Related topics
If you have any comments or suggestions about these pages,
please send mail to docs@dashoptimization.com.