mirror of
https://github.com/Z3Prover/z3
synced 2025-08-03 18:00:23 +00:00
handle ac-op in legacy special relations procedure by adding warning
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
1b1ebaa3b0
commit
bd8bed1759
2 changed files with 9 additions and 3 deletions
|
@ -131,6 +131,7 @@ namespace smt {
|
|||
special_relations_util m_util;
|
||||
atoms m_atoms;
|
||||
unsigned_vector m_atoms_lim;
|
||||
ptr_vector<app> m_terms;
|
||||
obj_map<func_decl, relation*> m_relations;
|
||||
bool_var2atom m_bool_var2atom;
|
||||
bool m_can_propagate;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue