Skip to content

Commit

Permalink
Remove automata
Browse files Browse the repository at this point in the history
  • Loading branch information
verifit committed Oct 26, 2023
1 parent 90620bb commit 9404b9e
Show file tree
Hide file tree
Showing 10 changed files with 0 additions and 40 deletions.
4 changes: 0 additions & 4 deletions jobs/tacas-24-automata-inclusion.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
# automata.net using original inputs
automata:
cmd: ./bin/automata ./programs/automata_inclusion.emp $1 $2

# automata.net using mintermized inputs
automata-min:
cmd: ./scripts/run_automata.sh ./bin/automata ./programs/automata_inclusion.emp $1 $2
Expand Down
4 changes: 0 additions & 4 deletions jobs/tacas-24-bool-comb-cox-diff.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
# automata.net using original inputs
automata:
cmd: ./bin/automata ./programs/bool_comb_diff_sat.emp $1 $2

# automata.net using mintermized inputs
automata-min:
cmd: ./scripts/run_automata.sh ./bin/automata ./programs/bool_comb_diff_sat.emp $1 $2
Expand Down
4 changes: 0 additions & 4 deletions jobs/tacas-24-bool-comb-cox-inter.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
# automata.net using original inputs
automata:
cmd: ./bin/automata ./programs/bool_comb_inter_sat.emp $1 $2

# automata.net using mintermized inputs
automata-min:
cmd: ./scripts/run_automata.sh ./bin/automata ./programs/bool_comb_inter_sat.emp $1 $2
Expand Down
4 changes: 0 additions & 4 deletions jobs/tacas-24-bool-comb-cox-union.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
# automata.net using original inputs
automata:
cmd: ./bin/automata ./programs/bool_comb_union.emp $1 $2

# automata.net using mintermized inputs
automata-min:
cmd: ./scripts/run_automata.sh ./bin/automata ./programs/bool_comb_union.emp $1 $2
Expand Down
4 changes: 0 additions & 4 deletions jobs/tacas-24-bool-comb-ere.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
# automata.net using original inputs
automata:
cmd: ./bin/automata $1 $2

# automata.net using mintermized inputs
automata-min:
cmd: ./scripts/run_automata.sh ./bin/automata $1 $2
Expand Down
4 changes: 0 additions & 4 deletions jobs/tacas-24-bool-comb-intersect-union.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
# automata.net using original inputs
automata:
cmd: ./bin/automata ./programs/bool_comb_intersect_union.emp $1

# automata.net using mintermized inputs
automata-min:
cmd: ./scripts/run_automata.sh ./bin/automata ./programs/bool_comb_intersect_union.emp $1
Expand Down
4 changes: 0 additions & 4 deletions jobs/tacas-24-bool-comb-intersect.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
# automata.net using original inputs
automata:
cmd: ./bin/automata ./programs/bool_comb_intersect.emp $1

# automata.net using mintermized inputs
automata-min:
cmd: ./scripts/run_automata.sh ./bin/automata ./programs/bool_comb_intersect.emp $1
Expand Down
4 changes: 0 additions & 4 deletions jobs/tacas-24-email-filter.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
# automata.net using original inputs
automata:
cmd: ./bin/automata ./programs/email_filter.emp $1 $2 $3 $4 $5

# automata.net using mintermized inputs
automata-min:
cmd: ./scripts/run_automata.sh ./bin/automata ./programs/email_filter.emp $1 $2 $3 $4 $5
Expand Down
4 changes: 0 additions & 4 deletions jobs/tacas-24-presburger-complement.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
# automata.net using original inputs
automata:
cmd: ./bin/automata ./programs/complement.emp $1

# automata.net using mintermized inputs
automata-min:
cmd: ./scripts/run_automata.sh ./bin/automata ./programs/complement.emp $1
Expand Down
4 changes: 0 additions & 4 deletions jobs/tacas-24-z3-noodler.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
# automata.net using original inputs
automata:
cmd: ./bin/automata ./programs/complement.emp $1

# automata.net using mintermized inputs
automata-min:
cmd: ./scripts/run_automata.sh ./bin/automata ./programs/complement.emp $1
Expand Down

0 comments on commit 9404b9e

Please sign in to comment.