Initializing help system before first use

newCtr Method (XPRBvar)

Create a new, unnamed, XPRBctr constraint in the current problem.

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

Parameters

v
Type:  BCLXPRBvar
The XPRBvar variable used to create the expression which will form the new constraint.

Return Value

Type:  XPRBctr
The new XPRBctr object.
Remarks
Used usually when wanting to set a constraint by the allowed ranges of a defined XPRBvar variable.
Examples
xbexpl1i.cs in the User's Guide Examples folder.
See Also