Initializing help system before first use

settype

settype


Purpose
Set the type of a constraint.
Synopsis
procedure settype(rc:robustctr, type:integer)
procedure settype(uc:uncertainctr, type:integer)
Arguments
rc 
A robust constraint
uc 
An uncertain 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 constraint, turning it into an equality or inequality or making it unbounded, i.e. free.
Related topics
Module