Skip to content
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

Model

The main feature is the object Model which represent a linear programming problem in the tableau form. Info can be found in this page

Functions

List of operations that can be made on the Model class.

Clone this wiki locally