mirror of
https://github.com/Z3Prover/z3
synced 2025-08-24 20:16:00 +00:00
#4532 - arithmetic using SAT for interpreted atoms such as (< 0 0)
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
e1a0a2e536
commit
ec3066c28a
3 changed files with 16 additions and 6 deletions
|
@ -65,6 +65,8 @@ public:
|
|||
|
||||
void get_interpreted_atoms(expr_ref_vector& atoms);
|
||||
|
||||
bool has_interpreted_atoms() const;
|
||||
|
||||
};
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue