mirror of
https://github.com/Z3Prover/z3
synced 2025-05-11 09:44:43 +00:00
more refinements for recfun
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
48cdd12a47
commit
8a9837a8b5
3 changed files with 38 additions and 36 deletions
|
@ -294,6 +294,8 @@ namespace smt {
|
|||
SASSERT(m_context);
|
||||
return *m_context;
|
||||
}
|
||||
|
||||
context & ctx() const { return get_context(); }
|
||||
|
||||
ast_manager & get_manager() const {
|
||||
SASSERT(m_manager);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue