mirror of
https://github.com/Z3Prover/z3
synced 2025-06-27 00:18:45 +00:00
disable uhle from lookahead solver
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
75bf942237
commit
eca250933d
12 changed files with 213 additions and 96 deletions
|
@ -27,7 +27,7 @@ namespace sat {
|
|||
|
||||
scc::scc(solver & s, params_ref const & p):
|
||||
m_solver(s),
|
||||
m_big(s.m_rand, true) {
|
||||
m_big(s.m_rand) {
|
||||
reset_statistics();
|
||||
updt_params(p);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue