mirror of
https://github.com/Z3Prover/z3
synced 2025-04-23 09:05:31 +00:00
initial sls experiment
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
78975827b2
commit
3b3498c4b5
7 changed files with 295 additions and 107 deletions
|
@ -121,7 +121,7 @@ namespace smt {
|
|||
unsigned m_num_propagations;
|
||||
unsigned m_compilation_threshold;
|
||||
lbool m_compiled;
|
||||
|
||||
|
||||
ineq(unsynch_mpz_manager& m, literal l, bool is_eq) :
|
||||
m_mpz(m), m_lit(l), m_is_eq(is_eq),
|
||||
m_max_watch(m), m_watch_sum(m),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue