Module simplex_solver

Source

Functionsยง

solve_real_lp_problem_micro_lp
Solves a linear programming problem with real variables using the microlp solver.
solve_real_lp_problem_slow_simplex
Solves a linear programming problem with real variables using a basic simplex algorithm.