https://github.com/utsa-saga/vc8proof
Raw File
Tip revision: 4480e4ae495ca64f7518dbd8993a991e101f2cca authored by utsa-saga on 07 February 2021, 00:09:30 UTC
Update README.md
Tip revision: 4480e4a
README.md
# vc8proof

This program is intend to show that there does not exist a candidate ordering that is realizable in limited visibility terrain of size 8. 

How to execute: 

cd Solver/

chmod +x ./solve.sh

./solve.sh

Note that ./solve.sh will create 23 processes to verify all 9 * 10 * 11 * 12 = 11880 cases. 
back to top