mirror of
https://github.com/Z3Prover/z3
synced 2026-07-22 06:55:51 +00:00
disable instantiation for inconsistent states
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
09ffec52e8
commit
ca2ed44951
1 changed files with 1 additions and 1 deletions
|
|
@ -268,7 +268,7 @@ namespace smt {
|
|||
}
|
||||
|
||||
if (m_on_binding && !m_on_binding(q, instance)) {
|
||||
verbose_stream() << "qi_queue: on_binding returned false, skipping instance.\n";
|
||||
IF_VERBOSE(3, verbose_stream() << "qi_queue: on_binding returned false, skipping instance.\n";);
|
||||
return;
|
||||
}
|
||||
expr_ref lemma(m);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue