Set the value of a constraint attribute.
| void | set ( | GRB_CharAttr | attr, |
| char | newvalue ) |
Arguments:
attr: The attribute being modified.
newvalue: The desired new value of the attribute.
| void | set ( | GRB_DoubleAttr | attr, |
| double | newvalue ) |
Arguments:
attr: The attribute being modified.
newvalue: The desired new value of the attribute.
| void | set ( | GRB_IntAttr | attr, |
| int | newvalue ) |
Arguments:
attr: The attribute being modified.
newvalue: The desired new value of the attribute.
| void | set ( | GRB_StringAttr | attr, |
| const string& | newvalue ) |
Arguments:
attr: The attribute being modified.
newvalue: The desired new value of the attribute.