mirror of
https://github.com/Z3Prover/z3
synced 2025-04-26 18:45:33 +00:00
fix at-most-1 constraint compiler bug
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
bb6d826908
commit
23b9d3ef55
17 changed files with 369 additions and 62 deletions
|
@ -265,7 +265,7 @@ public:
|
|||
|
||||
void display_smt2(std::ostream & out, mpq const & a, bool decimal) const;
|
||||
|
||||
void display_decimal(std::ostream & out, mpq const & a, unsigned prec);
|
||||
void display_decimal(std::ostream & out, mpq const & a, unsigned prec, bool truncate = false);
|
||||
|
||||
void add(mpz const & a, mpz const & b, mpz & c) { mpz_manager<SYNCH>::add(a, b, c); }
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue