settype
settype |
Purpose
Synopsis
procedure settype(c:linctr, type:integer)
Arguments
c
|
A linear constraint
|
type
|
Constraint type
|
Further information
The type (
type) of a linear constraint may be set to one of:
Values applicable for unary constraints only are:
CT_EQ
|
|
CT_GEQ
|
|
CT_LEQ
|
|
CT_UNB
|
|
CT_SOS1
|
|
CT_SOS2
|
CT_CONT
|
|
CT_INT
|
|
CT_BIN
|
|
CT_PINT
|
|
CT_SEC
|
|
CT_SINT
|
|
CT_FREE
|
Related topics