Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 PULP 来解决带有 CBC 的 LP,fracgap(epgap) 为 0.01 (99.99%)。求解器完成后是否有返回最佳下限的命令?因此,无论求解器将目标值与什么进行比较,以了解其在 0.01 范围内,它都可以停止。
抱歉,Pulp 不会使用 COIN_CMD() 返回解决方案的最佳界限。如果您只是想看看它是什么,我认为如果使用 msg=1 它会打印到标准输出。