mirror of
https://github.com/Z3Prover/z3
synced 2025-04-28 19:35:50 +00:00
print terms as monomials
Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
parent
8955509023
commit
130995a3db
10 changed files with 99 additions and 82 deletions
|
@ -47,11 +47,6 @@ void solver::push(){
|
|||
void solver::pop(unsigned n) {
|
||||
m_core->pop(n);
|
||||
}
|
||||
|
||||
std::ostream& solver::display(std::ostream& out) {
|
||||
return m_core->print_monomials(out);
|
||||
}
|
||||
|
||||
|
||||
solver::solver(lp::lar_solver& s): m_core(alloc(core, s, m_res_limit)) {
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue