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