iamboorrito / Simplex-Method

A learning tool that performs the simplex method.
MIT License
1 stars 0 forks source link

Subclass RXTable or add algorithm to LPFrame to remove Tableau storage. #8

Closed iamboorrito closed 7 years ago

iamboorrito commented 7 years ago

This project started out as a terminal program using the Tableau class to implement the Simplex Algorithm, but now that it is graphical the table model stores the same data as the underlying representation (thanks to a functioning MathEditor). This makes the Tableau class redundant and should be removed in future versions.