mirror of
https://github.com/Z3Prover/z3
synced 2025-05-05 23:05:46 +00:00
tune based on test_l5
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
7b85afbe9c
commit
90bd5f186b
5 changed files with 30 additions and 14 deletions
|
@ -54,7 +54,7 @@ namespace polysat {
|
|||
// after some variable decision was already processed. Then the
|
||||
// behavior of evaluating literals "is_currently_true" and bvalue
|
||||
// uses the full search stack
|
||||
#if 0
|
||||
#if 1
|
||||
for (auto si : s.m_search) {
|
||||
if (!si.is_boolean())
|
||||
continue;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue