mirror of
https://github.com/Z3Prover/z3
synced 2025-10-09 17:31:57 +00:00
add options to perform transitive reduction and add hyper binary clauses
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
15d8532d27
commit
62e3906957
9 changed files with 189 additions and 25 deletions
|
@ -115,6 +115,7 @@ namespace sat {
|
|||
|
||||
struct stats {
|
||||
unsigned m_propagations;
|
||||
unsigned m_bca;
|
||||
unsigned m_add_binary;
|
||||
unsigned m_del_binary;
|
||||
unsigned m_decisions;
|
||||
|
@ -533,6 +534,8 @@ namespace sat {
|
|||
|
||||
void normalize_parents();
|
||||
|
||||
void add_hyper_binary();
|
||||
|
||||
public:
|
||||
lookahead(solver& s) :
|
||||
m_s(s),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue