mirror of
https://github.com/Z3Prover/z3
synced 2025-09-04 00:58:07 +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
|
@ -195,7 +195,7 @@ namespace pdr {
|
|||
ptr_vector<model_node> const& children() { return m_children; }
|
||||
pred_transformer& pt() const { return m_pt; }
|
||||
model_node* parent() const { return m_parent; }
|
||||
model* model_ptr() const { return m_model.get(); }
|
||||
model* get_model_ptr() const { return m_model.get(); }
|
||||
model const& get_model() const { return *m_model; }
|
||||
unsigned index() const;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue