I have a system of inequalities Ab >= 0
, where A
is a n by p
matrix, b
and 0
are vectors of length p
and n
, respectively. Is there a package or function in R that would return the solution region? Or something like the upper and lower limits for each entry in b
?
I've checked out this post, but the solution in the answer only seems to return a p
-tuple solution for b
. Thanks.