Loading benchmarks/make_table.py +2 −2 Original line number Diff line number Diff line Loading @@ -4,8 +4,8 @@ import pandas as pd benchmark_dir='.' results_dir='results' properties = [ 'termination', 'consensus' ] prop_steps = [ '$|\mathcal{P}|$', '$|R|$' ] properties = [ 'termination', 'consensus', 'correctness' ] prop_steps = [ '$|\mathcal{P}|$', '$|R|$', '$|R|$' ] max_params = 2 Loading benchmarks/run_benchmarks.sh +3 −3 Original line number Diff line number Diff line Loading @@ -13,9 +13,9 @@ options='-i -v' #1 hour timelimit=$((1 * 3600)) properties=( 'termination' 'consensus' ) prop_options=( '--layered-termination' '--strong-consensus' ) prop_refinements=( 'Checking SAT of layered termination' 'Checking SAT of trap' ) properties=( 'termination' 'consensus' 'correctness' ) prop_options=( '--layered-termination' '--strong-consensus' '--correctness' ) prop_refinements=( 'Checking SAT of layered termination' 'Checking SAT of trap' 'Checking SAT of trap' ) mkdir -p $benchmark_dir/$out_dir mkdir -p $benchmark_dir/$results_dir Loading Loading
benchmarks/make_table.py +2 −2 Original line number Diff line number Diff line Loading @@ -4,8 +4,8 @@ import pandas as pd benchmark_dir='.' results_dir='results' properties = [ 'termination', 'consensus' ] prop_steps = [ '$|\mathcal{P}|$', '$|R|$' ] properties = [ 'termination', 'consensus', 'correctness' ] prop_steps = [ '$|\mathcal{P}|$', '$|R|$', '$|R|$' ] max_params = 2 Loading
benchmarks/run_benchmarks.sh +3 −3 Original line number Diff line number Diff line Loading @@ -13,9 +13,9 @@ options='-i -v' #1 hour timelimit=$((1 * 3600)) properties=( 'termination' 'consensus' ) prop_options=( '--layered-termination' '--strong-consensus' ) prop_refinements=( 'Checking SAT of layered termination' 'Checking SAT of trap' ) properties=( 'termination' 'consensus' 'correctness' ) prop_options=( '--layered-termination' '--strong-consensus' '--correctness' ) prop_refinements=( 'Checking SAT of layered termination' 'Checking SAT of trap' 'Checking SAT of trap' ) mkdir -p $benchmark_dir/$out_dir mkdir -p $benchmark_dir/$results_dir Loading