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)