GRBEnv.set()

Set the value of a parameter.

Important notes:

Note that a model gets its own copy of the environment when it is created. Changes to the original environment have no effect on the copy. Use GRBModel.set to change a parameter on an existing model.

void set ( GRB.DoubleParam param,
    double newval )

void set ( GRB.IntParam param,
    int newval )

void set ( GRB.StringParam param,
    String newval )

void set ( String param,
    String newval )