We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This is the list of verified benchmarks:
001_average
002_fib
003_gcd
004_matrix
006_queens
007_regex
008_scc
unsafe
009_lz77
010_sort
011_codejam
012_cyclic
013_btree
014_lights
015_cashtill
016_date
017_math
018_heap
assume
022_cars
023_microwave
024_bits
025_tries
026_reverse
027_c_string
028_flag
029_bipmatch
030_fractions
032_arrlist
033_bank
102_conway
104_tictactoe
107_minesweeper
The text was updated successfully, but these errors were encountered:
No branches or pull requests
This is the list of verified benchmarks:
001_average
002_fib
003_gcd
.004_matrix
006_queens
.007_regex
.008_scc
. (3 xunsafe
)009_lz77
.010_sort
. (doesn't verify deep property that returned array is sorted version of original)011_codejam
012_cyclic
. (1 xunsafe
)013_btree
. (currently doesn't compile)014_lights
015_cashtill
(3 xunsafe
)016_date
. (1 xunsafe
)017_math
.018_heap
. (2 xunsafe
, 1 xassume
) (big challenge with preservation property as this requires a witness).022_cars
023_microwave
024_bits
. (1 xunsafe
, someassume
)025_tries
.026_reverse
. (1 xunsafe
, someassume
)027_c_string
. (1 xunsafe
, someassume
)028_flag
. (but doesn't include deep property that result is permutation)029_bipmatch
030_fractions
032_arrlist
. (1 xassume
)033_bank
102_conway
(3 x 'unsafe')104_tictactoe
(does not compile)107_minesweeper
(does not compile)The text was updated successfully, but these errors were encountered: