The documenation just says:
"Process any pending model modifications. "
http://www.gurobi.com/html/doc/refman/node340.html
However, the example mip1.py
http://www.gurobi.com/html/doc/exampletour/node70.html
only calls it after adding variables. Does it need to be called after
adding constraints? After changing bounds on a variable?
Thanks,
Craig