I have a set of variables $x_i$ for which $x_i \ge 0$, and a set of linear equations relating them: $A \mathbf{x} \le \mathbf{b} $. The typical constraints for a linear program. Is there a general way to check if the region of feasible solutions is actually just a single point? Maybe something analogous to the determinant?
Asked
Active
Viewed 240 times
1
-
can you provide the actual problem you're referring to? – Set Feb 18 '19 at 04:22
-
I edited the post to reflect the desire for a general method – user3433489 Feb 18 '19 at 13:34