3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-07-19 10:52:02 +00:00

disable uhle from lookahead solver

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2018-02-01 19:56:01 -08:00
parent 75bf942237
commit eca250933d
12 changed files with 213 additions and 96 deletions

View file

@ -214,7 +214,7 @@ namespace sat {
}
register_clauses(s.m_clauses);
if (bce_enabled() || bca_enabled() || ate_enabled()) {
if (!learned && (bce_enabled() || bca_enabled() || ate_enabled())) {
elim_blocked_clauses();
}