Is there a constraint on the size of input matrices to pyraplp's linear solver?

时光怂恿深爱的人放手 提交于 2020-02-08 11:06:46

问题


I am using pywraplp to solve for a minimization problem. I noticed that the solver gives an optimal solution for smaller input matrices (6 X 99). However, it gives an infeasible solution for a matrix size larger than mentioned.

Is this a solver limitation? I am guessing there could be some default parameters that we can modify.

Can you tell me how to tackle this scenario?

来源:https://stackoverflow.com/questions/59987051/is-there-a-constraint-on-the-size-of-input-matrices-to-pyraplps-linear-solver

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!