GRBModel.reset()

Reset the model to an unsolved state, discarding any previously computed solution information.

void reset ( )

void reset ( int clearall )

Arguments:

clearall: A value of 1 discards additional information that affects the solution process but not the actual model (currently MIP starts, variable hints, branching priorities, lazy flags, and partition information). Pass 0 to just discard the solution.