Try our new documentation site (beta).
Filter Content By
Version
Text Search
${sidebar_list_label} - Back
Filter by Language
Constr.index
index
This property returns the current index, or order, of the constraint in the underlying constraint matrix.
Return value:
: | removed | |
: | not in model | |
: | index of the constraint in the model |
Note that the index of a constraint may change after subsequent model modifications.
Example usage:
c = model.getConstrs()[0] print(c.index) # Index will be 0