Pulp takes too long to solve linear programming problems #546
Unanswered
zhanhang123
asked this question in
Q&A
Replies: 2 comments 2 replies
-
I'm having a similar problem, in my case seems like the adding contraints is taking A LOT of time, talking about hours, and the solving part just take a few minutes. I have seen other people asking about this problem but didnt find a solution yet |
Beta Was this translation helpful? Give feedback.
2 replies
-
did you try the suggestions here? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Recently, I am trying to solve a linear programming problem. However, in some cases, this linear programming problem becomes a constrained programming problem. Its optimization objective is applicable to any result, that is, the result of the optimization function of any result is the best. However, at this time, the speed of solving becomes extremely slow. No service guarantees to get all the solutions, but the speed of getting some solutions is also worrying. What is the reason for this problem, and how can I deal with it to improve its speed
I asked a related question on stackoverflow [pulp-solves-multiple-combinatorial-problems],but so far there is no answer.
All right, what's the best way to do this. Thanks.
Beta Was this translation helpful? Give feedback.
All reactions