table_tests_LP.m will generate all of the tables that solve the LP, max c^Tx s.t. Ax = b, x >= 0, optimal solution is nondegenerate (run_table_tests_LP.m), and can be modified to output more. tolerance is 1e-10 by default as that is the lowest stopping tolerance for linprog.