I am trying to find a way to solve system of linear inequalities such as:
c>0
y+c<0
x+c>0
x+y+c<0
w+c>0
w+y+c>0
w+x+c>0
w+x+y+c<0
I have had no luck in finding a fast computational method to solve them. I have tried using wolfram alpha. It works for some sets but not for others. Moreover I also tried solving such systems using matlab's solve function but with no luck. Any help regarding this matter would be very much appreciated.