3
0
Fork 0
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:
Nikolaj Bjorner 2012-10-25 01:11:42 -07:00
parent 2243bd3c4a
commit 82ca71e87f
3 changed files with 3 additions and 3 deletions

View file

@ -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());