mirror of
https://github.com/Z3Prover/z3
synced 2025-07-19 10:52:02 +00:00
debug emons
Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
parent
884a2628de
commit
e6561c983f
1 changed files with 2 additions and 7 deletions
|
@ -46,16 +46,11 @@ bool lar_solver::get_track_pivoted_rows() const {
|
||||||
|
|
||||||
|
|
||||||
lar_solver::~lar_solver(){
|
lar_solver::~lar_solver(){
|
||||||
TRACE("lar_solver", tout << "~enter\n";);
|
for (auto c : m_constraints)
|
||||||
for (auto c : m_constraints) {
|
|
||||||
TRACE("lar_solver", tout << c << "\n";);
|
|
||||||
delete c;
|
delete c;
|
||||||
}
|
|
||||||
for (auto t : m_terms)
|
for (auto t : m_terms)
|
||||||
delete t;
|
delete t;
|
||||||
|
|
||||||
TRACE("lar_solver", tout << "~exit\n";);
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
bool lar_solver::is_term(var_index j) const {
|
bool lar_solver::is_term(var_index j) const {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue