mirror of
https://github.com/Z3Prover/z3
synced 2026-06-04 16:10:50 +00:00
Update model_core.h
This commit is contained in:
parent
358378a6f0
commit
78a7b4d3a6
1 changed files with 2 additions and 0 deletions
|
|
@ -58,6 +58,8 @@ public:
|
|||
return eval(f, r) && m.is_false(r);
|
||||
}
|
||||
|
||||
void add_lambda_defs();
|
||||
|
||||
unsigned get_num_constants() const { return m_const_decls.size(); }
|
||||
unsigned get_num_functions() const { return m_func_decls.size(); }
|
||||
func_decl * get_constant(unsigned i) const { return m_const_decls[i]; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue