mirror of
https://github.com/Z3Prover/z3
synced 2025-06-27 08:28:44 +00:00
n/a
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
2f025f52c0
commit
e940f53e9c
6 changed files with 38 additions and 28 deletions
|
@ -2227,7 +2227,7 @@ namespace sat {
|
|||
void lookahead::init_search() {
|
||||
m_search_mode = lookahead_mode::searching;
|
||||
scoped_level _sl(*this, c_fixed_truth);
|
||||
init(true);
|
||||
init(m_s.m_config.m_lookahead_use_learned);
|
||||
}
|
||||
|
||||
void lookahead::checkpoint() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue