3
0
Fork 0
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:
Nikolaj Bjorner 2020-07-07 23:06:12 -07:00
parent e1a0a2e536
commit ec3066c28a
3 changed files with 16 additions and 6 deletions

View file

@ -65,6 +65,8 @@ public:
void get_interpreted_atoms(expr_ref_vector& atoms);
bool has_interpreted_atoms() const;
};