-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
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
Added Linked_list_tests #23
base: master
Are you sure you want to change the base?
Conversation
emmyni
commented
Oct 7, 2020
- linked_list_front
- linked_list_begin
- linked_list_end
- linked_list_pop_front
- inked_list_init
- linked_list_reset
- linked_list_next
If I am not mistaken these are based directly on cbmc style pfs. While this is good as exercise, it is not the direction we decided to go with the pfs. Maybe we can move them into some other directory to keep for comparison sake. What are verification times for these? |
What is the difference between cbmc style and pfs and the other pfs? Also is the verification time in the brunch stats? |
|
dfccf75
to
45e451a
Compare
45e451a
to
ea9eac3
Compare