GRBConstr.Set()

Set the value of a constraint 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 )