mirror of
https://github.com/Z3Prover/z3
synced 2025-07-18 02:16:40 +00:00
trying new build infrastructure on linux
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
This commit is contained in:
parent
efff6db567
commit
1d795e9a5e
9 changed files with 41 additions and 72 deletions
|
@ -418,10 +418,10 @@ namespace pdr {
|
|||
// nodes from leaves that are repeated
|
||||
// inside the search tree don't have models.
|
||||
//
|
||||
if (!(&node.model())) {
|
||||
if (!(&node.get_model())) {
|
||||
return;
|
||||
}
|
||||
m_current_rule = &pt.find_rule(node.model());
|
||||
m_current_rule = &pt.find_rule(node.get_model());
|
||||
m_current_pt = &pt;
|
||||
m_current_node = &node;
|
||||
if (!m_current_rule) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue