mirror of
https://github.com/Z3Prover/z3
synced 2025-08-02 09:20:22 +00:00
set up model reconstruction trail
This commit is contained in:
parent
84af521514
commit
28668c6efc
8 changed files with 130 additions and 44 deletions
|
@ -68,6 +68,10 @@ public:
|
|||
m_fml = nullptr;
|
||||
m_dep = nullptr;
|
||||
}
|
||||
|
||||
ast_manager& get_manager() const { return m; }
|
||||
|
||||
expr* fml() const { return m_fml; }
|
||||
|
||||
std::tuple<expr*, expr_dependency*> operator()() const {
|
||||
return { m_fml, m_dep };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue