mirror of
https://github.com/Z3Prover/z3
synced 2025-07-18 02:16:40 +00:00
get_model_ptr to align naming
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
2243bd3c4a
commit
82ca71e87f
3 changed files with 3 additions and 3 deletions
|
@ -418,7 +418,7 @@ namespace pdr {
|
|||
// nodes from leaves that are repeated
|
||||
// inside the search tree don't have models.
|
||||
//
|
||||
if (!(&node.get_model())) {
|
||||
if (!node.get_model_ptr()) {
|
||||
return;
|
||||
}
|
||||
m_current_rule = &pt.find_rule(node.get_model());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue