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