Skip to content
Snippets Groups Projects
Commit e440b953 authored by Jan Trávníček's avatar Jan Trávníček
Browse files

another trim step

parent 43477be0
No related branches found
No related tags found
No related merge requests found
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
set -o pipefail set -o pipefail
   
TESTCASE_ITERATIONS=100 TESTCASE_ITERATIONS=100
TESTCASE_TIMEOUT=5 TESTCASE_TIMEOUT=10
LOGFILE="log_tests.txt" LOGFILE="log_tests.txt"
   
RAND_STATES=18 RAND_STATES=18
...@@ -29,7 +29,7 @@ rm -f $LOGFILE ...@@ -29,7 +29,7 @@ rm -f $LOGFILE
# ---------------------------- # ----------------------------
   
function mDFA { function mDFA {
echo "$1" | ./aepsilon2 | ./atrim2 | ./adeterminize2 -t FSM | ./aminimize2 | ./anormalize2 echo "$1" | ./aepsilon2 | ./atrim2 | ./adeterminize2 -t FSM | ./atrim2 | ./aminimize2 | ./anormalize2
} }
   
function compare { function compare {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment