Initializing help system before first use

gettype

gettype


Purpose
Get the type of a constraint.
Synopsis
function gettype(rc:robustctr):integer
function gettype(uc:uncertainctr):integer
Arguments
rc 
A robust constraint
uc 
An uncertain constraint
Return value
Constraint type. Applicable values for nonlinear constraints are:
CT_EQ 
Equality, `='
CT_GEQ 
Greater than or equal to, `≥'
CT_LEQ 
Less than or equal to, `≤'
CT_CARD 
Cardinality
CT_SCEN 
Scenario
CT_UNB 
Non-binding constraint, i.e. free
Related topics
Module