Initializing help system before first use

getctrRef Method

Return the constraint reference pointer.

Namespace:   BCL
Assembly:  xprbdn (in xprbdn.dll) Version: 37.1.1.0
Syntax
C#
VB
public IntPtr getctrRef()

Return Value

Type:  IntPtr
The IntPtr to the constraint reference.
Examples
XPRBprob prob = new XPRBprob("NewProb"); XPRBctr ctr = prob.newCtr("Constraint1"); ... IntPtr pctr = ctr.getctrRef();
See Also