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/bp_tests.sh
2012-04-30 11:24:04 +01:00

27 lines
495 B
Bash
Executable File

#!/bin/bash
source city.sh
source ../benchs.sh
SOLVER="bp"
function run_all_graphs
{
write_header $1
run_solver city1000 $2
run_solver city5000 $2
run_solver city10000 $2
run_solver city20000 $2
run_solver city30000 $2
run_solver city40000 $2
run_solver city50000 $2
#run_solver city100000 $2
# > 24h
#run_solver city500000 $2
#run_solver city1000000 $2
}
prepare_new_run
run_all_graphs "bp(shedule=seq_fixed) " seq_fixed