GRBConstr.set()

Set the value of a constraint attribute.

void set ( GRB.CharAttr attr,
    char newval )

void set ( GRB.DoubleAttr attr,
    double newval )

void set ( GRB.IntAttr attr,
    int newval )

void set ( GRB.StringAttr attr,
    String newval )