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
lpsolve is the easiest to me. No need to install separate solver. It comes with in the package.