3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-15 13:28:47 +00:00

debug emons

Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
Lev Nachmanson 2019-04-18 17:38:15 -07:00
parent 884a2628de
commit e6561c983f

View file

@ -46,16 +46,11 @@ bool lar_solver::get_track_pivoted_rows() const {
lar_solver::~lar_solver(){
TRACE("lar_solver", tout << "~enter\n";);
for (auto c : m_constraints) {
TRACE("lar_solver", tout << c << "\n";);
for (auto c : m_constraints)
delete c;
}
for (auto t : m_terms)
delete t;
TRACE("lar_solver", tout << "~exit\n";);
}
bool lar_solver::is_term(var_index j) const {