workaround garbage collector error
This commit is contained in:
parent
f1d2889eaa
commit
62fedf014b
@ -1,9 +1,13 @@
|
|||||||
|
|
||||||
if [ $1 ] && [ $1 == "clear" ]; then
|
if [ $1 ] && [ $1 == "clear" ]; then
|
||||||
rm -f *~
|
rm -f *~
|
||||||
|
rm -f ../*~
|
||||||
rm -f school/*.log school/*~
|
rm -f school/*.log school/*~
|
||||||
|
rm -f ../school/*.log ../school/*~
|
||||||
rm -f city/*.log city/*~
|
rm -f city/*.log city/*~
|
||||||
|
rm -f ../city/*.log ../city/*~
|
||||||
rm -f workshop_attrs/*.log workshop_attrs/*~
|
rm -f workshop_attrs/*.log workshop_attrs/*~
|
||||||
|
rm -f ../workshop_attrs/*.log ../workshop_attrs/*~
|
||||||
fi
|
fi
|
||||||
|
|
||||||
function run_solver
|
function run_solver
|
||||||
@ -23,6 +27,7 @@ function run_solver
|
|||||||
fi
|
fi
|
||||||
/usr/bin/time -o $LOG_FILE -a -f "real:%E\tuser:%U\tsys:%S" \
|
/usr/bin/time -o $LOG_FILE -a -f "real:%E\tuser:%U\tsys:%S" \
|
||||||
$YAP << EOF >> $LOG_FILE 2>> ignore.$LOG_FILE
|
$YAP << EOF >> $LOG_FILE 2>> ignore.$LOG_FILE
|
||||||
|
nogc.
|
||||||
[$NETWORK].
|
[$NETWORK].
|
||||||
[$constraint].
|
[$constraint].
|
||||||
clpbn_horus:set_solver($SOLVER).
|
clpbn_horus:set_solver($SOLVER).
|
||||||
|
Reference in New Issue
Block a user