Skip to content

Latest commit

 

History

History
4 lines (4 loc) · 260 Bytes

File metadata and controls

4 lines (4 loc) · 260 Bytes

This program implements modified symplex method. You can see example of its work in example.txt. If you interested directly in implementation of symplex method, you should look to src/functions.c (iteration(), make_standard() and make_canonic() functions)