mirror of
https://github.com/Z3Prover/z3
synced 2025-08-07 11:41:22 +00:00
tuning relevancy
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
e22f713b19
commit
6f9082598c
3 changed files with 67 additions and 12 deletions
|
@ -127,6 +127,9 @@ namespace smt {
|
|||
unsigned char m_eq_activity[256];
|
||||
unsigned char m_diseq_activity[256];
|
||||
svector<std::pair<theory_var, theory_var>> m_replay_diseq;
|
||||
vector<vector<std::pair<theory_var, theory_var>>> m_diseq_watch;
|
||||
svector<bool_var> m_diseq_watch_trail;
|
||||
unsigned_vector m_diseq_watch_lim;
|
||||
|
||||
literal_vector m_tmp_literals;
|
||||
svector<var_pos> m_prop_queue;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue