-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Simone Mosco edited this page Feb 14, 2022
·
3 revisions
The linear solver implemented in this repository is very simple. It can perform the following operations:
- Primal Simplex method
- Dual Simplex method
- Gomory's cut
The main feature is the object Model which represent a linear programming problem in the tableau form. Info can be found in this page
List of operations that can be made on the Model class.