Skip to content

Commit

Permalink
utils for running
Browse files Browse the repository at this point in the history
  • Loading branch information
HanielB committed Mar 2, 2024
1 parent 3db13be commit 5e80e14
Show file tree
Hide file tree
Showing 3 changed files with 41 additions and 5 deletions.
36 changes: 36 additions & 0 deletions alessio.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
Allocator.tlaps/tlapm_0803d7.smt
Allocator.tlaps/tlapm_099ad8.smt
Allocator.tlaps/tlapm_0a355e.smt
Allocator.tlaps/tlapm_0ad495.smt
Allocator.tlaps/tlapm_0b9140.smt
Allocator.tlaps/tlapm_1d08e0.smt
Allocator.tlaps/tlapm_2197e4.smt
Allocator.tlaps/tlapm_23bce6.smt
Allocator.tlaps/tlapm_3cbc97.smt
Allocator.tlaps/tlapm_4222fc.smt
Allocator.tlaps/tlapm_4561b7.smt
Allocator.tlaps/tlapm_48700e.smt
Allocator.tlaps/tlapm_4b71cb.smt
Allocator.tlaps/tlapm_4d89a4.smt
Allocator.tlaps/tlapm_50579e.smt
Allocator.tlaps/tlapm_5473da.smt
Allocator.tlaps/tlapm_5cb998.smt
Allocator.tlaps/tlapm_5ef628.smt
Allocator.tlaps/tlapm_6f89fe.smt
Allocator.tlaps/tlapm_81962a.smt
Allocator.tlaps/tlapm_81e00a.smt
Allocator.tlaps/tlapm_9deec9.smt
Allocator.tlaps/tlapm_a0df54.smt
Allocator.tlaps/tlapm_ae2802.smt
Allocator.tlaps/tlapm_ae2a83.smt
Allocator.tlaps/tlapm_b01e66.smt
Allocator.tlaps/tlapm_c42a04.smt
Allocator.tlaps/tlapm_c85796.smt
Allocator.tlaps/tlapm_ce8057.smt
Allocator.tlaps/tlapm_dbde78.smt
Allocator.tlaps/tlapm_dd19c4.smt
Allocator.tlaps/tlapm_e03cb1.smt
Allocator.tlaps/tlapm_e8eaa3.smt
Allocator.tlaps/tlapm_f52471.smt
Allocator.tlaps/tlapm_f84230.smt
Allocator.tlaps/tlapm_fa32ac.smt
6 changes: 3 additions & 3 deletions alethe-check.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

# tfile="$(mktemp /tmp/foo.XXXXXXXXX)" || exit 1
tfile="/home/hbarbosa/cvc/wt-proofnew/pf.alethe"
tfile="/home/hbarbosa/cvc5/wt-alethe/test.alethe"

./prod/bin/cvc5 --proof-format-mode=alethe --proof-granularity=theory-rewrite --lang=smt2 --dump-proofs --proof-alethe-res-pivots --dag-thresh=0 $@ | tail -n +2 > $tfile
carcara check --allow-int-real-subtyping --expand-let-bindings --skip-unknown-rules $tfile $1
./prod/bin/cvc5 --proof-format=alethe --lang=smt2 --dump-proofs --dag-thresh=0 $@ | tail -n +2 > $tfile
~/carcara/target/release/carcara check --no-print-with-sharing --allow-int-real-subtyping --expand-let-bindings -i $tfile $1
4 changes: 2 additions & 2 deletions allrun.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ options="--tlimit=1500 --simplification=none --full-saturate-quant --no-stats"
traces=""
time=""
ulimit="ulimit -S -t 10"
file="isabelle-mirabelle.txt"
path="/home/hbarbosa/benchmarks/isabelle-mirabelle/"
file="alessio.txt"
path="/home/hbarbosa/cvc5/wt-alethe/"

echo "Options: $options"
echo "Traces: $traces"
Expand Down

0 comments on commit 5e80e14

Please sign in to comment.