scipy做线性规划不是很方便,推荐用pulp来做,这个模块不属于python的内置模块,需要先安装,pip install pulp from pulp import * # 设置对象prob ...
確定! 回上一頁