Initializing help system before first use

print Method

Print out the constraint.

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

Return Value

Type:  Int32
1 on failure, 0 on success.
Examples
XPRBprob prob = new XPRBprob("NewProb"); XPRBctr ctr = prob.newCtr("Constraint1"); ... ctr.print();
See Also