GRBVar.set()

Set the value of a variable attribute.

void set ( GRB.CharAttr attr,
    char newvalue )

void set ( GRB.DoubleAttr attr,
    double newvalue )

void set ( GRB.IntAttr attr,
    int newvalue )

void set ( GRB.StringAttr attr,
    String newvalue )