Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Why3
why3
Commits
d5afe882
Commit
d5afe882
authored
Feb 10, 2011
by
François Bobot
Browse files
spass bench
parent
b8ce06ce
Changes
3
Hide whitespace changes
Inline
Side-by-side
bench/encoding/meta.why
View file @
d5afe882
...
...
@@ -21,4 +21,12 @@ end
theory Goal
meta "enco_select" "goal"
end
theory KeptIntReal
use int.Int
use real.Real
meta "encoding : kept" type Int.int
meta "encoding : kept" type Real.real
end
\ No newline at end of file
bench/encoding/run_spass_bench.sh
0 → 100755
View file @
d5afe882
#!/bin/sh
why3bench
-B
spass_bench.rc
"
$@
"
\ No newline at end of file
bench/encoding/spass_bench.rc
0 → 100644
View file @
d5afe882
[tools twin_deco]
prover = "spass"
timelimit = 30
memlimit = 2048
loadpath = "."
use = "meta.Twin"
use = "meta.Deco"
use = "meta.KeptIntReal"
[tools partial_deco]
prover = "spass"
timelimit = 30
memlimit = 2048
loadpath = "."
use = "meta.Partial"
use = "meta.Deco"
use = "meta.KeptIntReal"
[tools twin_explicit]
prover = "spass"
timelimit = 30
memlimit = 2048
loadpath = "."
use = "meta.Twin"
use = "meta.Explicit"
use = "meta.KeptIntReal"
[tools partial_explicit]
prover = "spass"
timelimit = 30
memlimit = 2048
loadpath = "."
use = "meta.Partial"
use = "meta.Explicit"
use = "meta.KeptIntReal"
[probs caduceus]
file = "why3/caduceus/abs_why.why"
file = "why3/caduceus/alloca_why.why"
file = "why3/caduceus/alloc_why.why"
file = "why3/caduceus/all_why.why"
file = "why3/caduceus/all_zeros_why.why"
file = "why3/caduceus/arith_why.why"
file = "why3/caduceus/array_why.why"
file = "why3/caduceus/assigns2_why.why"
file = "why3/caduceus/assigns_range_right_why.why"
file = "why3/caduceus/assigns_why.why"
file = "why3/caduceus/band_why.why"
file = "why3/caduceus/binary_search_overflows_why.why"
file = "why3/caduceus/binary_search_safety_why.why"
file = "why3/caduceus/binary_search_why.why"
file = "why3/caduceus/blit_why.why"
file = "why3/caduceus/break_why.why"
file = "why3/caduceus/bresenham_why.why"
file = "why3/caduceus/bug_why.why"
file = "why3/caduceus/calloc_why.why"
file = "why3/caduceus/call_why.why"
file = "why3/caduceus/clash_why.why"
file = "why3/caduceus/consts_why.why"
file = "why3/caduceus/const_why.why"
file = "why3/caduceus/continue_why.why"
file = "why3/caduceus/coord_why.why"
file = "why3/caduceus/copy_why.why"
file = "why3/caduceus/count_bits_2_why.why"
file = "why3/caduceus/count_bits_why.why"
file = "why3/caduceus/dassault_1_why.why"
file = "why3/caduceus/Dillon_why.why"
file = "why3/caduceus/division_why.why"
file = "why3/caduceus/dowhile_why.why"
file = "why3/caduceus/enum_why.why"
file = "why3/caduceus/e_why.why"
file = "why3/caduceus/extern_why.why"
file = "why3/caduceus/fact_why.why"
file = "why3/caduceus/false2_why.why"
file = "why3/caduceus/false_why.why"
file = "why3/caduceus/fib_why.why"
file = "why3/caduceus/flag_checkenum_why.why"
file = "why3/caduceus/flag_why.why"
file = "why3/caduceus/float_why.why"
file = "why3/caduceus/gappa_why.why"
file = "why3/caduceus/ghost2_why.why"
file = "why3/caduceus/ghost_why.why"
file = "why3/caduceus/goto_why.why"
file = "why3/caduceus/heapsort_swap_safety_why.why"
file = "why3/caduceus/heapsort_swap_why.why"
file = "why3/caduceus/heapsort_why.why"
file = "why3/caduceus/heap_why.why"
file = "why3/caduceus/ifs_why.why"
file = "why3/caduceus/incr_why.why"
file = "why3/caduceus/init2_why.why"
file = "why3/caduceus/init_why.why"
file = "why3/caduceus/insertion_safety_why.why"
file = "why3/caduceus/insertion_why.why"
file = "why3/caduceus/invariants_why.why"
file = "why3/caduceus/keiko1_why.why"
file = "why3/caduceus/labels_why.why"
file = "why3/caduceus/latespec_why.why"
file = "why3/caduceus/lexico_why.why"
file = "why3/caduceus/linked-list_why.why"
file = "why3/caduceus/logic_cast_why.why"
file = "why3/caduceus/logic_why.why"
file = "why3/caduceus/loop_assigns_why.why"
file = "why3/caduceus/loop_inv_why.why"
file = "why3/caduceus/loops_why.why"
file = "why3/caduceus/malloc_why.why"
file = "why3/caduceus/math_mod_why.why"
file = "why3/caduceus/matrix_why.why"
file = "why3/caduceus/mean_why.why"
file = "why3/caduceus/muller_why.why"
file = "why3/caduceus/negate_why.why"
file = "why3/caduceus/not_assigns_why.why"
file = "why3/caduceus/null_why.why"
file = "why3/caduceus/overflows_why.why"
file = "why3/caduceus/param_why.why"
file = "why3/caduceus/passing_why.why"
file = "why3/caduceus/pi_again_why.why"
file = "why3/caduceus/pi_why.why"
file = "why3/caduceus/pointer_why.why"
file = "why3/caduceus/purse_why.why"
file = "why3/caduceus/queue_jr_why.why"
file = "why3/caduceus/queue_why.why"
file = "why3/caduceus/rc4_why.why"
file = "why3/caduceus/rec2_why.why"
file = "why3/caduceus/rec_why.why"
file = "why3/caduceus/ref_glob_why.why"
file = "why3/caduceus/ref_why.why"
file = "why3/caduceus/russian_why.why"
file = "why3/caduceus/search_why.why"
file = "why3/caduceus/see_why.why"
file = "why3/caduceus/selection_safety_why.why"
file = "why3/caduceus/selection_why.why"
file = "why3/caduceus/separation1_why.why"
file = "why3/caduceus/separation2_why.why"
file = "why3/caduceus/separation3_why.why"
file = "why3/caduceus/separation4_why.why"
file = "why3/caduceus/separation_why.why"
file = "why3/caduceus/shift_why.why"
file = "why3/caduceus/sort_why.why"
file = "why3/caduceus/sqrt_why.why"
file = "why3/caduceus/strcpy_why.why"
file = "why3/caduceus/string_why.why"
file = "why3/caduceus/struct2_why.why"
file = "why3/caduceus/struct3_why.why"
file = "why3/caduceus/struct4_why.why"
file = "why3/caduceus/struct_why.why"
file = "why3/caduceus/sum1_why.why"
file = "why3/caduceus/sum2_why.why"
file = "why3/caduceus/switch_why.why"
file = "why3/caduceus/tracability_why.why"
file = "why3/caduceus/trop_why.why"
file = "why3/caduceus/unsafe_why.why"
file = "why3/caduceus/zones2_why.why"
file = "why3/caduceus/zones_why.why"
[probs caduceus_why]
file = "why3/caduceus_why/algo64_why.why"
file = "why3/caduceus_why/algo65_why.why"
file = "why3/caduceus_why/all_why.why"
file = "why3/caduceus_why/arith_why.why"
file = "why3/caduceus_why/bresenham_why.why"
file = "why3/caduceus_why/bsearch_why.why"
file = "why3/caduceus_why/dijkstra_why.why"
file = "why3/caduceus_why/exns_why.why"
file = "why3/caduceus_why/fib_why.why"
file = "why3/caduceus_why/find_why.why"
file = "why3/caduceus_why/gcd_why.why"
file = "why3/caduceus_why/heapsort_why.why"
file = "why3/caduceus_why/inductive_why.why"
file = "why3/caduceus_why/loop0_why.why"
file = "why3/caduceus_why/loops_why.why"
file = "why3/caduceus_why/mac_carthy_why.why"
file = "why3/caduceus_why/maximumsort_why.why"
file = "why3/caduceus_why/max_why.why"
file = "why3/caduceus_why/mergesort_why.why"
file = "why3/caduceus_why/oldify_why.why"
file = "why3/caduceus_why/opaque_why.why"
file = "why3/caduceus_why/peano_why.why"
file = "why3/caduceus_why/poly_why.why"
file = "why3/caduceus_why/power_why.why"
file = "why3/caduceus_why/po_why.why"
file = "why3/caduceus_why/queens_why.why"
file = "why3/caduceus_why/quicksort2_why.why"
file = "why3/caduceus_why/quicksort_why.why"
file = "why3/caduceus_why/recfun_why.why"
file = "why3/caduceus_why/return_why.why"
file = "why3/caduceus_why/search_why.why"
file = "why3/caduceus_why/see_why.why"
file = "why3/caduceus_why/selection_why.why"
file = "why3/caduceus_why/set_why.why"
file = "why3/caduceus_why/sqrt_dicho_why.why"
file = "why3/caduceus_why/sqrt_why.why"
file = "why3/caduceus_why/swap0_why.why"
file = "why3/caduceus_why/wpcalls_why.why"
[probs dancing_rev]
file = "why3/dancing/bug2_why.why"
file = "why3/dancing/i_behavior.myset_why.why"
file = "why3/dancing/i_behavior_oracle.myset_why.why"
file = "why3/dancing/i_dancing.myset_why.why"
file = "why3/dancing/i_safety_frame_jessie_why.why"
file = "why3/dancing/i_safety.myset_why.why"
file = "why3/dancing/i_safety.notinft2_why.why"
file = "why3/dancing/i_safety.notinft_why.why"
file = "why3/rev/notinc_disj_FT.ft_is_a_pred_why.why"
file = "why3/rev/notinc_disj_FT.with_notin___why.why"
file = "why3/rev/notinc_disj_FT.without_inductive_FT_why.why"
file = "why3/rev/notin.jessie_frame_why.why"
[bench twin_deco]
tools = twin_deco
probs = caduceus
probs = caduceus_why
probs = dancing_rev
timeline = "twin_deco_spass.time"
average = "twin_deco_spass.avg"
csv = "twin_deco_spass.csv"
[bench partial_deco]
tools = partial_deco
probs = caduceus
probs = caduceus_why
probs = dancing_rev
timeline = "partial_deco_spass.time"
average = "partial_deco_spass.avg"
csv = "partial_deco_spass.csv"
[bench twin_explicit]
tools = twin_explicit
probs = caduceus
probs = caduceus_why
probs = dancing_rev
timeline = "twin_explicit_spass.time"
average = "twin_explicit_spass.avg"
csv = "twin_explicit_spass.csv"
[bench partial_explicit]
tools = partial_explicit
probs = caduceus
probs = caduceus_why
probs = dancing_rev
timeline = "partial_explicit_spass.time"
average = "partial_explicit_spass.avg"
csv = "partial_explicit_spass.csv"
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment