Cookie Settings

Try our new documentation site (beta).

Filter Content By
Version
Table of contents
Filter by Language
C API Details
C++ API Details
GRBModel +
Java API Details
GRBModel +
.NET API Details
GRBModel +
Python API Details
Model +
Attributes
Parameters
Parameter Descriptions +


GRBConstr::index()

int index ( )

    This method returns the current index, or order, of the constraint in the underlying constraint matrix.

    Return value:

    <span>$</span>= -2<span>$</span> : removed
    <span>$</span>= -1<span>$</span> : not in model
    <span>$</span>\geq 0<span>$</span> : index of the constraint in the model

    Note that the index of a constraint may change after subsequent model modifications.