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,
    const string& newvalue )