mirror of
https://github.com/Z3Prover/z3
synced 2025-08-17 00:32:16 +00:00
make card2bv a simplifier
This commit is contained in:
parent
cb789f6ca8
commit
db74e23de1
9 changed files with 120 additions and 191 deletions
|
@ -102,7 +102,7 @@ public:
|
|||
/**
|
||||
* add declaration to hide
|
||||
*/
|
||||
void push(func_decl* f) {
|
||||
void hide(func_decl* f) {
|
||||
m_trail.push_back(alloc(entry, m, f));
|
||||
m_trail_stack.push(push_back_vector(m_trail));
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue