3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2026-05-04 01:15:15 +00:00
This commit is contained in:
Nuno Lopes 2026-02-15 17:10:08 +00:00
parent bd993ca963
commit ac748d973c
4 changed files with 60 additions and 57 deletions

View file

@ -317,8 +317,6 @@ class mpz_manager {
mpz m_two64;
static int64_t i64(mpz const & a) { return a.value(); }
void set_big_i64(mpz & c, int64_t v);
void set_big_ui64(mpz & c, uint64_t v);