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