Initializing help system before first use

gettype

gettype


Purpose
Get the type of a nonlinear constraint.
Synopsis
function gettype(c:nlctr):integer
Argument
A nonlinear 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_UNB 
Non-binding constraint, i.e. free
Related topics
Module