mirror of
https://github.com/Z3Prover/z3
synced 2025-07-19 10:52:02 +00:00
working on symbolic execution trace unfolding
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
6b414ba5cf
commit
3a837037d4
8 changed files with 165 additions and 206 deletions
|
@ -421,7 +421,7 @@ namespace pdr {
|
|||
if (!(&node.model())) {
|
||||
return;
|
||||
}
|
||||
m_current_rule = pt.find_rule(node.model());
|
||||
m_current_rule = &pt.find_rule(node.model());
|
||||
m_current_pt = &pt;
|
||||
m_current_node = &node;
|
||||
if (!m_current_rule) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue