Sebastian Erik Løken Rindvoll
- Total activity 26
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 5
Comments
Recent activity by Sebastian Erik Løken Rindvoll-
Tobias Achterberg But can you tell anything from the log provided below? Can I see already from the presolve process that I have chosen the wrong upper or lower bounds? /Users/sebastianeriklokenr...
-
Thank you very much Tobias Achterberg. But how do I provide a MIP start in PULP in PyCharm. Right now I am using this: prob.solve(GUROBI(MIPGap=0.01, Presolve=2, Cuts=2, Symmetry=2))
-
I have not completely understood if I can provide the model with a solution from the start to make sure that the lower bound does not start as low as 8448. Or is it possible to make the model solve...
-
With different seeds, I have noticed that the solution appears at different times. The memory on the windows computer have never been an issue, but the CPU varies from 6% to 70% during the whole se...
-
I have tried with different seeds, and it seems like that is the case, but I agree with you that it should not be like that. I have seen that I only use about 20% of the CPU on the windows computer...
-
The Windows computer has more computational power than the mac, but the Mac seems to find solutions and explore nodes much faster than the Windows computer.