This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
yap-6.3/packages/CLPBN/clpbn/bp/benchmarks/city/fove_tests.sh
2012-04-18 02:49:33 +01:00

23 lines
387 B
Bash
Executable File

#!/bin/bash
source city.sh
source ../benchs.sh
SOLVER="fove"
function run_all_graphs
{
write_header $1
run_solver city1000 $2
run_solver city5000 $2
run_solver city10000 $2
run_solver city50000 $2
run_solver city100000 $2
run_solver city500000 $2
run_solver city1000000 $2
}
prepare_new_run
run_all_graphs "fove "