mirror of
https://github.com/Z3Prover/z3
synced 2025-06-22 05:43:39 +00:00
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
140926e7c0
commit
f29b455611
7 changed files with 74 additions and 41 deletions
|
@ -839,7 +839,7 @@ namespace smt {
|
|||
|
||||
void mk_ite_cnstr(app * n);
|
||||
|
||||
bool track_occs() const { return m_fparams.m_phase_selection == PS_THEORY; }
|
||||
bool track_occs() const { return m_fparams.m_phase_selection == PS_OCCURRENCE; }
|
||||
|
||||
void dec_ref(literal l);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue