newCtr Method (XPRBvar)
Create a new, unnamed, XPRBctr constraint in the current problem.
Namespace: BCL
Assembly: xprbdn (in xprbdn.dll) Version: 37.1.1.0

Parameters
- v
-
Type:
BCLXPRBvar
The XPRBvar variable used to create the expression which will form the new constraint.
Return Value
Type: XPRBctrThe new XPRBctr object.

Used usually when wanting to set a constraint by the allowed ranges of a defined XPRBvar variable.

xbexpl1i.cs in the User's Guide Examples folder.
