mirror of
https://github.com/Z3Prover/z3
synced 2025-10-10 17:58:06 +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
|
@ -871,9 +871,13 @@ namespace sat {
|
|||
if (m_config.m_lookahead_search && num_lits == 0) {
|
||||
return lookahead_search();
|
||||
}
|
||||
#if 0
|
||||
// deprecated
|
||||
if (m_config.m_lookahead_cube && num_lits == 0) {
|
||||
return lookahead_cube();
|
||||
}
|
||||
#endif
|
||||
|
||||
if (m_config.m_local_search) {
|
||||
return do_local_search(num_lits, lits);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue