Cross Reference:
xref
: /
hets
/
GMP
/
examples
/
scripts
/
checkMon.sh
Home
History
Annotate
Line#
Navigate
Download
Search
only in
./
checkMon.sh revision a237b30135e86e8df89659d7b0442e4df305d03d
#!/
bin
/
sh
# testing Monotonic modal logic formulae
for
i
in
../
monotonic
/*
do
echo
"~~~~~~processing $i"
./
gnutime
-f
"Running Time (real): %e"
./
timeout
600
../../
main
7
$i
done