Initializing help system before first use

settype

settype


Purpose
Set the type of a nonlinear constraint.
Synopsis
procedure settype(c:nlctr, type:integer)
Arguments
A nonlinear constraint
type 
Constraint type. Applicable values are:
CT_EQ 
Equality, `='
CT_GEQ 
Greater than or equal to, `≥'
CT_LEQ 
Less than or equal to, `≤'
CT_UNB 
Non-binding constraint
Further information
This procedure can be used to change the type of a nonlinear constraint, turning it into an equality or inequality or making it unbounded, i.e. free.
Related topics
Module