mirror of
https://github.com/Z3Prover/z3
synced 2025-06-18 20:03:38 +00:00
more scaffolding
This commit is contained in:
parent
a1f484fa35
commit
2fef6dc502
16 changed files with 476 additions and 152 deletions
|
@ -379,7 +379,6 @@ public:
|
|||
rational norm(rational const & val, unsigned bv_size, bool is_signed) const ;
|
||||
rational norm(rational const & val, unsigned bv_size) const { return norm(val, bv_size, false); }
|
||||
bool has_sign_bit(rational const & n, unsigned bv_size) const;
|
||||
bool mult_inverse(rational const & n, unsigned bv_size, rational & result);
|
||||
};
|
||||
|
||||
class bv_util : public bv_recognizers {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue