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.