Systems of linear inequalities

  • #1
502
1
Hi,
Is there a polynomial time algorithm (polynomial time in terms of the number of input constraints and variables) to solve a system of linear inequalities or or indicate whether a solution for a system of linear inequalities exists or not?
Thanks
 
Last edited:

Answers and Replies

  • #2
Polynomial time Simplex?
 
  • #3
Simplex is exponential in the worst-case. Although there's Karmarkar's algorithm, it is for optimization of an objective function. Although it can be used for solving systems of linear inequalities, it takes n^3.5*L^2 time. I was wondering if there was a faster algorithm for giving a solution to the systems of linear inequalities.
 

Suggested for: Systems of linear inequalities

Replies
16
Views
986
Replies
12
Views
842
Replies
10
Views
525
Replies
7
Views
994
Replies
4
Views
812
Replies
8
Views
720
Replies
44
Views
2K
Replies
18
Views
766
Replies
7
Views
2K
Back
Top