Skip to content

Commit

Permalink
update last set of experimental results
Browse files Browse the repository at this point in the history
  • Loading branch information
Gidon Ernst committed Oct 12, 2023
1 parent 0af170d commit 259f3dd
Show file tree
Hide file tree
Showing 11 changed files with 3,881 additions and 294 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ thesy: $T

all: $S $C $E $T

TEX = $(SMALL:%.bpl=%.tex)
TEX = $(BPL:%.bpl=%.tex)
tex: $(TEX)

%.tex: %.bpl %.structural.bpl %.conditional.bpl %.enumerate.bpl %.th.log
Expand Down
2 changes: 1 addition & 1 deletion cuvee/src/cuvee/TACAS.scala
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ object TACAS {

val (cmds, st) = parse(basepath + ".bpl")

implicit val solver = Solver.z3(100)
implicit val solver = Solver.z3(500)
// Solver.debug = true

for (cmd <- cmds)
Expand Down
488 changes: 472 additions & 16 deletions evaluation/lemmas/list.html

Large diffs are not rendered by default.

601 changes: 572 additions & 29 deletions evaluation/lemmas/list.md

Large diffs are not rendered by default.

38 changes: 19 additions & 19 deletions evaluation/lemmas/list.tex
Original file line number Diff line number Diff line change
Expand Up @@ -9,47 +9,47 @@
\newcommand{\xE}{32}
\newcommand{\xF}{33}

\newcommand{\xG}{6}
\newcommand{\xH}{8}
\newcommand{\xI}{9}
\newcommand{\xG}{7}
\newcommand{\xH}{10}
\newcommand{\xI}{11}

\newcommand{\xJ}{1}
\newcommand{\xK}{2}
\newcommand{\xL}{3}


% group: conditional
\newcommand{\yA}{28}
\newcommand{\yA}{30}
\newcommand{\yB}{50}
\newcommand{\yC}{52}

\newcommand{\yD}{22}
\newcommand{\yD}{21}
\newcommand{\yE}{32}
\newcommand{\yF}{34}

\newcommand{\yG}{6}
\newcommand{\yH}{9}
\newcommand{\yI}{11}
\newcommand{\yG}{7}
\newcommand{\yH}{10}
\newcommand{\yI}{12}

\newcommand{\yJ}{1}
\newcommand{\yK}{2}
\newcommand{\yL}{4}


% group: enumerate
\newcommand{\zA}{27}
\newcommand{\zA}{24}
\newcommand{\zB}{28}
\newcommand{\zC}{31}

\newcommand{\zD}{15}
\newcommand{\zE}{13}
\newcommand{\zD}{12}
\newcommand{\zE}{14}
\newcommand{\zF}{15}

\newcommand{\zG}{13}
\newcommand{\zH}{12}
\newcommand{\zI}{14}
\newcommand{\zG}{12}
\newcommand{\zH}{13}
\newcommand{\zI}{13}

\newcommand{\zJ}{5}
\newcommand{\zJ}{2}
\newcommand{\zK}{2}
\newcommand{\zL}{5}

Expand All @@ -60,15 +60,15 @@
\newcommand{\wC}{6}

\newcommand{\wD}{2}
\newcommand{\wE}{1}
\newcommand{\wF}{6}
\newcommand{\wE}{3}
\newcommand{\wF}{5}

\newcommand{\wG}{1}
\newcommand{\wG}{2}
\newcommand{\wH}{3}
\newcommand{\wI}{6}

\newcommand{\wJ}{1}
\newcommand{\wK}{1}
\newcommand{\wL}{3}
\newcommand{\wL}{5}


1,127 changes: 1,053 additions & 74 deletions evaluation/lemmas/nat.html

Large diffs are not rendered by default.

1,296 changes: 1,181 additions & 115 deletions evaluation/lemmas/nat.md

Large diffs are not rendered by default.

42 changes: 21 additions & 21 deletions evaluation/lemmas/nat.tex
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
\newcommand{\xC}{10}

\newcommand{\xD}{7}
\newcommand{\xE}{9}
\newcommand{\xE}{8}
\newcommand{\xF}{10}

\newcommand{\xG}{2}
Expand All @@ -19,56 +19,56 @@


% group: conditional
\newcommand{\yA}{32}
\newcommand{\yB}{44}
\newcommand{\yA}{34}
\newcommand{\yB}{43}
\newcommand{\yC}{45}

\newcommand{\yD}{7}
\newcommand{\yE}{9}
\newcommand{\yE}{8}
\newcommand{\yF}{10}

\newcommand{\yG}{2}
\newcommand{\yH}{2}
\newcommand{\yI}{4}

\newcommand{\yJ}{2}
\newcommand{\yK}{3}
\newcommand{\yK}{2}
\newcommand{\yL}{4}


% group: enumerate
\newcommand{\zA}{50}
\newcommand{\zB}{153}
\newcommand{\zA}{49}
\newcommand{\zB}{150}
\newcommand{\zC}{159}

\newcommand{\zD}{13}
\newcommand{\zE}{58}
\newcommand{\zE}{55}
\newcommand{\zF}{64}

\newcommand{\zG}{14}
\newcommand{\zH}{60}
\newcommand{\zG}{13}
\newcommand{\zH}{55}
\newcommand{\zI}{64}

\newcommand{\zJ}{37}
\newcommand{\zK}{104}
\newcommand{\zJ}{30}
\newcommand{\zK}{102}
\newcommand{\zL}{111}


% group: thesy
\newcommand{\wA}{34}
\newcommand{\wB}{49}
\newcommand{\wB}{51}
\newcommand{\wC}{59}

\newcommand{\wD}{3}
\newcommand{\wE}{6}
\newcommand{\wD}{4}
\newcommand{\wE}{7}
\newcommand{\wF}{12}

\newcommand{\wG}{10}
\newcommand{\wH}{14}
\newcommand{\wI}{21}
\newcommand{\wG}{11}
\newcommand{\wH}{16}
\newcommand{\wI}{22}

\newcommand{\wJ}{4}
\newcommand{\wK}{8}
\newcommand{\wL}{8}
\newcommand{\wJ}{6}
\newcommand{\wK}{9}
\newcommand{\wL}{9}


Loading

0 comments on commit 259f3dd

Please sign in to comment.