How to introduce a second decision variable (array) into Python linear programming?

前端 未结 0 1580
遇见更好的自我
遇见更好的自我 2020-12-02 02:47

In scipy.optimize.linprog(c, A_eq, b_eq), the resulting solution is a decision variable (array) called x that multiplies with array c.

相关标签:
回答
  • 消灭零回复
提交回复
热议问题