GRBGenConstr.get()

Query the value of a general constraint attribute.

int get ( GRB.IntAttr attr )

    Query the value of a int-valued attribute.

    Arguments:

    attr: The attribute being queried.

    Return value:

    The current value of the requested attribute.

String get ( GRB.StringAttr attr )

    Query the value of a string-valued attribute.

    Arguments:

    attr: The attribute being queried.

    Return value:

    The current value of the requested attribute.