jeffgerickson / algorithms

Bug-tracking for Jeff's algorithms book, notes, etc.
7.92k stars 1.02k forks source link

[Oops.] Typo in DualSimplex code #196

Open raenye opened 4 years ago

raenye commented 4 years ago

Please verify that the error is present in the most recent revision before reporting. Yes. Chapter number or note title: http://jeffe.cs.illinois.edu/teaching/algorithms/notes/I-simplex.pdf Page number: Page 4, line 10 (that is, line 4 in the code) Error description: "while x is not feasbile" Suggested fix (if any): feasbile -> feasible