3
0
Fork 0
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:
Nikolaj Bjorner 2012-10-16 16:54:03 -07:00
parent 6b414ba5cf
commit 3a837037d4
8 changed files with 165 additions and 206 deletions

View file

@ -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) {