Commit Graph

15 Commits

Author SHA1 Message Date
94581ea60d first version annotation for mpn_add_n 2025-06-21 16:03:04 +00:00
f4db688a30 fix(mpz_realloc): fix minor bugs in proof of mpz_realloc. 2025-06-21 22:23:37 +08:00
1e627cdb84 Merge remote-tracking branch 'origin/main' into mpz_realloc 2025-06-21 22:08:51 +08:00
f8af2cf004 feat(mpz_clear & mpz_realloc): Proved correctness of mpz_clear and mpz_realloc 2025-06-21 21:51:00 +08:00
0656f30a16 finish carry proof 2025-06-21 07:50:20 +00:00
f462570ccd ready to finalize proof_of_mpn_add_1_entail_wit_2_1 2025-06-21 05:45:27 +00:00
49848bd048 finish proof_of_mpn_add_1_return_wit_1 2025-06-20 16:57:26 +00:00
c206e4165f finish symexec 2025-06-20 13:57:21 +00:00
8c52269a5e first version for annotations of mpn_add_1 2025-06-20 13:24:36 +00:00
257241df90 feat(normalized_size): Proved correctness of mpd_normalized_size. Fix minor bugs in previous proves. 2025-06-12 22:11:54 +08:00
f7432dca84 feat(cmp4): modied certain annotations for mpn_cmp and proved correctness of mpn_cmp4. 2025-06-12 12:37:01 +08:00
36204b8877 feat(cmp): Proved correctness of mpn_cmp. 2025-06-11 16:54:36 +08:00
4c0b0e98fa feat(mpn_copyi): Proved correctness of mpn_copyi and other simple util functions. 2025-06-10 17:54:33 +08:00
1873d949ce Add annotations to gmp.c 2025-06-07 15:23:11 +08:00
47ca3e72bd feat: Add definitions for basic structures. 2025-05-27 16:09:30 +08:00