Initializing help system before first use

getIndVar Method

Get the indicator variable of a constraint.

Namespace:   BCL
Assembly:  xprbdn (in xprbdn.dll) Version: 4.8.14.0
Syntax
C#
VB
public XPRBvar getIndVar()

Return Value

Type:  XPRBvar
A variable of type XPRBvar, the validity of which can be checked using XPRBvar.isValid().
See Also