Get the indicator variable of a constraint.
Namespace:
BCL
Assembly: xprbdn (in xprbdn.dll) Version: 37.1.1.0
Syntax
public XPRBvar getIndVar()
Public Function getIndVar As XPRBvar
Return Value
Type:
XPRBvar
A variable of type XPRBvar, the validity of which can be checked using XPRBvar.isValid().
See Also