Set the value of a quadratic 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.StringAttr | attr, |
String | newvalue ) |
Arguments:
attr: The attribute being modified.
newvalue: The desired new value of the attribute.