mirror of
https://github.com/Z3Prover/z3
synced 2025-08-26 13:06:05 +00:00
use failed literal to asym branching
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
b099449ce1
commit
0a9946578b
3 changed files with 25 additions and 33 deletions
|
@ -31,13 +31,13 @@ namespace sat {
|
|||
struct report;
|
||||
|
||||
solver & s;
|
||||
int m_counter;
|
||||
int64 m_counter;
|
||||
random_gen m_rand;
|
||||
|
||||
// config
|
||||
bool m_asymm_branch;
|
||||
bool m_asymm_branch_all;
|
||||
unsigned m_asymm_branch_rounds;
|
||||
unsigned m_asymm_branch_limit;
|
||||
int64 m_asymm_branch_limit;
|
||||
|
||||
// stats
|
||||
unsigned m_elim_literals;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue