mirror of
https://github.com/Z3Prover/z3
synced 2025-08-06 03:10:25 +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
|
@ -84,6 +84,7 @@ namespace sat {
|
|||
bool m_local_search;
|
||||
bool m_lookahead_search;
|
||||
bool m_lookahead_simplify;
|
||||
bool m_lookahead_simplify_bca;
|
||||
unsigned m_lookahead_cube_cutoff;
|
||||
double m_lookahead_cube_fraction;
|
||||
reward_t m_lookahead_reward;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue