mirror of
https://github.com/Z3Prover/z3
synced 2025-04-24 01:25:31 +00:00
add filter to detect circumventing the default semantics of bit-vector division with the use of the sat-based bit-vector solver. Provides a way to fix issue #190
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
ee5f1ad6b6
commit
ef7915858b
3 changed files with 8 additions and 0 deletions
|
@ -168,6 +168,8 @@ public:
|
|||
}
|
||||
|
||||
br_status mk_eq_core(expr * lhs, expr * rhs, expr_ref & result);
|
||||
|
||||
bool hi_div0() const { return m_hi_div0; }
|
||||
};
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue