简体   繁体   English

SCIP:为大型 LP 找到可行但非最优的解决方案

[英]SCIP: Find a feasible but not optimal solution to a large LP

I asked this on the soplex mailing list, but no answer yet:我在 soplex 邮件列表上问过这个问题,但还没有答案:

http://listserv.zib.de/pipermail/soplex/2022-August/000001.html http://listserv.zib.de/pipermail/soplex/2022-August/000001.html

I tried scip, and it took 30sec.我试过scip,花了30秒。 Maybe because it performs presolve.也许是因为它执行预求解。

Is there an easy way to achieve my objective:有没有一种简单的方法可以实现我的目标:

Specify an initial solution, and use the solver for a limited time to find a better feasible solution指定一个初始解,并在有限的时间内使用解算器来找到更好的可行解

https://math.stackexchange.com/questions/4510587/find-a-feasible-but-not-optimal-solution-to-a-large-lp https://math.stackexchange.com/questions/4510587/find-a-feasible-but-not-optimal-solution-to-a-large-lp

To find only a feasible solution, you can just remove the objective function.要仅找到可行的解决方案,您只需删除目标 function。 This will terminate as soon as feasibility is attained.一旦达到可行性,这将终止。 Then, you could plug in this solution as a starting basis - I don't think this is going to help much, though.然后,您可以将这个解决方案作为一个开始的基础 - 不过我认为这不会有太大帮助。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM