https://github.com/utsa-saga/vc8proof
Raw File
Tip revision: 00fb7cff9e2467aee0162b055591406043a62a19 authored by utsa-saga on 19 February 2021, 05:23:58 UTC
Add files via upload
Tip revision: 00fb7cf
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