https://github.com/zsyty/simplex
https://github.com/zsyty/simplex
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/zsyty/simplex
- Owner: ZSYTY
- Created: 2021-01-11T16:45:14.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-01-12T13:33:58.000Z (over 5 years ago)
- Last Synced: 2025-01-15T19:38:24.937Z (over 1 year ago)
- Language: C++
- Size: 95.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.txt
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.