Set the value of a constraint attribute.
| void | set ( | GRB.CharAttr | attr, |
| char | newval ) |
Arguments:
attr: The attribute being modified.
newval: The desired new value of the attribute.
| void | set ( | GRB.DoubleAttr | attr, |
| double | newval ) |
Arguments:
attr: The attribute being modified.
newval: The desired new value of the attribute.
| void | set ( | GRB.IntAttr | attr, |
| int | newval ) |
Arguments:
attr: The attribute being modified.
newval: The desired new value of the attribute.
| void | set ( | GRB.StringAttr | attr, |
| String | newval ) |
Arguments:
attr: The attribute being modified.
newval: The desired new value of the attribute.