Anne Li van der veen
- Total activity 13
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 4
Comments
Recent activity by Anne Li van der veen-
hi, im not able to set the DualReductions parameter to 0 for some reason. Im using the pyomo packages and gurobi as a sovler. #Solversolver = po.SolverFactory('gurobi')result = solver.solve(model,...
-
Hi Marika, thanks for your reply. i tried the Model.computeIIS() already, but unfortunately i do not get it working in my code. for the lp.py example, i am unable to load the packages required. is...
-
Hi Jonasz, thanks a lot . i implemented it like this and it seems to work. unfortunately i ran into the next problem while trying to define the objective function. i used the code described above a...
-
Hi Jonas, Thanks for your reply. I'm trying to model an optimzation of the optimal pallet mix for a company, in order to find the trade-off between costs and sustainability. Find below some of the ...