I'm doing an exercise about linear programming, but my answer doesn't agree with the answer from online calculators like this and this. Below is the problem statement: $$Minimize: u = 4x - 3y, s.t.$$ $$y \le -x + 1$$ $$y \le x + 1$$ $$y \ge 0$$
I found 3 corner: (-1,0), (0,1), (1,0) and min = -4 at (-1,0), but these calculators gives me the answer -3 at (0,1). Did I miss anything when solving this problem?
\leqto get $\leq$ and\geqto get $\geq$. – Dave Dec 31 '18 at 01:22