scipopt / soplex

Sequential object-oriented simPlex
Other
59 stars 18 forks source link

Killed reading the model #43

Open saona-raimundo opened 1 month ago

saona-raimundo commented 1 month ago

I have a really big LP, but not huge. The LP takes 0.5 GB written in .lp format. I wanted to run it in a less powerful computer because the solver is sequential and it will take more than a week to solve it (my estimation).

When I run the solver, after 90 minutes of reading the LP model, it simply returns Killed. Could you tell me the reasons why the solver process might get killed? This way I can figure out if I need a more powerful computer or to change some settings.

Thanks in advance!