Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 225 Bytes

README.md

File metadata and controls

5 lines (4 loc) · 225 Bytes

Simplex method solver

My fourth SUZP coursework (C2, 23H1)

It is an API-structured simplex method calculator, including BigM and Gomory methods, applied when needed.

Note: Front-end is a different Next.JS project.