An open API service indexing awesome lists of open source software.

https://github.com/zsyty/simplex


https://github.com/zsyty/simplex

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

          

Compile:
g++ main.cpp -o main.exe

Run (in cmd):
main.exe < ($testFileName).txt

testFileName:
brandy
dualtest
emptyest
infeasible
maros

Input:
($testFileName).txt
Output:
shown on terminal

".out" files are the standard results to verify the correctness of the program output.
dualtest.txt tests the correctness through comparing the results of simplex with dualsimplex and also compares the running efficiency.