In the wiki page of Linear Programming is told that Linear Programming problems belong to P complexity class.
However, the method generally used to solve Linear Programming problems is the Simplex method that not belong to P. So, does this make Linear Programming problems exponentially complex ?