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.
2012-05-15 20:14:13 +01:00

25 lines
552 B
Bash
Executable File

#!/bin/bash
source sm.sh
source ../benchs.sh
SOLVER="hve"
function run_all_graphs
{
write_header $1
run_solver pop25 $2
run_solver pop50 $2
#run_solver pop75 $2
#run_solver pop100 $2
#run_solver pop125 $2
#run_solver pop150 $2
}
prepare_new_run
run_all_graphs "hve(elim_heuristic=min_neighbors) " min_neighbors
#run_all_graphs "hve(elim_heuristic=min_weight) " min_weight
#run_all_graphs "hve(elim_heuristic=min_fill) " min_fill
#run_all_graphs "hve(elim_heuristic=weighted_min_fill) " weighted_min_fill