18 lines
273 B
Bash
Executable File
18 lines
273 B
Bash
Executable File
#!/bin/bash
|
|
|
|
source city.sh
|
|
source ../benchs.sh
|
|
|
|
SOLVER="hve"
|
|
|
|
YAP=~/bin/$SHORTNAME-$SOLVER
|
|
|
|
LOG_FILE=$SOLVER.log
|
|
#LOG_FILE=results`date "+ %H:%M:%S %d-%m-%Y"`.
|
|
|
|
rm -f $LOG_FILE
|
|
rm -f ignore.$LOG_FILE
|
|
|
|
run_all_graphs "hve(elim_heuristic=min_neighbors) " min_neighbors
|
|
|