I need to make a linear programming model. Here are the inequalities I\'m using (for example):
6x + 4y <= 24 x + 2y <= 6 -x + y <= 1 y <= 2
I would recommend using the PuLP python package. It has a nice interface and you can use differenty types of algorithms to solve LP.