mirror of
https://github.com/Z3Prover/z3
synced 2025-04-28 03:15:50 +00:00
support recursive terms (#5246)
Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
parent
466269ee13
commit
179988e161
3 changed files with 37 additions and 3 deletions
|
@ -584,6 +584,8 @@ public:
|
|||
}
|
||||
return out;
|
||||
}
|
||||
|
||||
void subst_known_terms(lar_term*);
|
||||
|
||||
inline std::ostream& print_column_bound_info(unsigned j, std::ostream& out) const {
|
||||
return m_mpq_lar_core_solver.m_r_solver.print_column_bound_info(j, out);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue