mirror of
https://github.com/Z3Prover/z3
synced 2025-10-09 09:21:56 +00:00
remove ad-hoc parameters, deprecating dimacs cube mode
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
70ee030228
commit
9a4fb4ff76
5 changed files with 24 additions and 14 deletions
|
@ -89,7 +89,6 @@ namespace sat {
|
|||
m_local_search = p.local_search();
|
||||
m_local_search_threads = p.local_search_threads();
|
||||
m_lookahead_simplify = p.lookahead_simplify();
|
||||
m_lookahead_cube = p.lookahead_cube();
|
||||
m_lookahead_search = p.lookahead_search();
|
||||
if (p.lookahead_reward() == symbol("heule_schur")) {
|
||||
m_lookahead_reward = heule_schur_reward;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue