3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-29 20:05:51 +00:00

finish is-fixed

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2022-01-19 16:28:34 +01:00
parent e5767bf2b8
commit c00591daaf
8 changed files with 35 additions and 4 deletions

View file

@ -118,6 +118,8 @@ namespace euf {
virtual bool enable_ackerman_axioms(euf::enode* n) const { return true; }
virtual bool is_fixed(euf::theory_var v, expr_ref& val, sat::literal_vector& lits) { return false; }
virtual void relevant_eh(euf::enode* n) {}
/**