Try our new documentation site (beta).
Filter Content By
Version
Text Search
Table of contents
Filter by Language
C API Details
C++ API Details
Java API Details
.NET API Details
Python API Details
Attributes
Constr.getAttr()
getAttr ( attrname )
Query the value of a constraint attribute. The full list of available attributes can be found in the Attributes section.
Raises an AttributeError
if the requested attribute doesn't
exist or can't be queried.
Arguments:
attrname: The attribute being queried.
Return value:
The current value of the requested attribute.
Example usage:
print(constr.getAttr(GRB.Attr.Slack)) print(constr.getAttr("slack"))