mirror of
https://github.com/Z3Prover/z3
synced 2025-11-29 08:49:51 +00:00
Renamed spacer options
This commit is contained in:
parent
81575fae7c
commit
d38879e478
5 changed files with 67 additions and 94 deletions
|
|
@ -230,7 +230,7 @@ lbool context::gpdr_solve_core() {
|
|||
//if there is no query predicate, abort
|
||||
if (!m_rels.find(m_query_pred, m_query)) { return l_false; }
|
||||
|
||||
model_search ms(true);
|
||||
model_search ms(m_pdr_bfs);
|
||||
unsigned lvl = 0;
|
||||
unsigned max_level = m_max_level;
|
||||
for (lvl = 0; lvl < max_level; ++lvl) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue