mirror of
https://github.com/Z3Prover/z3
synced 2025-08-23 03:27:52 +00:00
include mc0 for display method
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
433239d5e9
commit
2313b14210
3 changed files with 6 additions and 11 deletions
|
@ -57,7 +57,7 @@ public:
|
|||
r.append(core.size(), core.c_ptr());
|
||||
}
|
||||
void set_model_converter(model_converter* mc) { m_mc0 = mc; }
|
||||
model_converter* mc0() { return m_mc0.get(); }
|
||||
model_converter* mc0() const { return m_mc0.get(); }
|
||||
virtual void get_model_core(model_ref & m) = 0;
|
||||
void get_model(model_ref & m) {
|
||||
get_model_core(m);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue