Initializing help system before first use

getRowNum Method

Retrieves the row index for a constraint.

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

Return Value

Type:  Int32
The int row number on success, -1 on failure.
Examples
XPRBprob prob = new XPRBprob("NewProb"); XPRBctr ctr = prob.newCtr("Constraint1"); ... int rowNum = ctr.getRowNum();
See Also