mirror of
https://github.com/Z3Prover/z3
synced 2026-07-22 06:55:51 +00:00
remove relvancy marking code
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
661bb13039
commit
9fb2b491d6
1 changed files with 2 additions and 2 deletions
|
|
@ -1786,8 +1786,8 @@ namespace smt {
|
|||
// if the instantiation creates a conflict, we backtrack immediately.
|
||||
// to retain the conflict clause being relevant we mark it here.
|
||||
// if the instantiation does not create a conflict, default relevancy propagation applies.
|
||||
if (inconsistent())
|
||||
mark_as_relevant(body);
|
||||
//if (inconsistent() && is_app(body))
|
||||
// for (auto arg: *to_app(body)) mark_as_relevant(arg);
|
||||
|
||||
m_case_split_queue->internalize_instance_eh(body, generation);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue