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