决定使用哪种溶剂浆?

Which solver pulp decided to use?

当我们写作时

prob.solve()

程序自动决定使用哪种方法。是否有可能找出 PULP 决定在我的问题中使用哪种方法?

我鼓励你阅读 pulp 的 docs. Or the project README: https://github.com/coin-or/pulp/

See the examples directory for examples.

PuLP requires Python 2.7 or Python >= 3.4.

The examples use the default solver (CBC). To use other solvers they must be available (installed and accessible). For more information on how to do that, see the guide on configuring solvers.