mirror of
https://github.com/Z3Prover/z3
synced 2025-08-07 19:51:22 +00:00
working on pivot
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
80751bdd12
commit
36cd80748f
6 changed files with 74 additions and 55 deletions
|
@ -88,6 +88,8 @@ public:
|
|||
|
||||
void neg(mpf & o);
|
||||
void neg(mpf const & x, mpf & o);
|
||||
|
||||
void swap(mpf& a, mpf& b) { a.swap(b); }
|
||||
|
||||
bool is_zero(mpf const & x);
|
||||
bool is_neg(mpf const & x);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue