22 #include <solv/solver.h>
25 #define ZYPP_USE_RESOLVER_INTERNALS
51 os <<
"[" << (_soft?
"Soft":
"") <<
"Delete: "
75 #define MAYBE_CLEANDEPS (pool().resolver().cleandepsOnRemove()?SOLVER_CLEANDEPS:0)
79 queue_push( &(q), SOLVER_ERASE | SOLVER_SOLVABLE_NAME | SOLVER_WEAK |
MAYBE_CLEANDEPS );
81 queue_push( &(q), SOLVER_ERASE | SOLVER_SOLVABLE_NAME |
MAYBE_CLEANDEPS );
83 queue_push( &(q),
id);
86 <<
" with SAT-Pool: " <<
id << endl;
94 new_delete->SolverQueueItem::copy(
this);
96 new_delete->_soft =
_soft;
103 int cmp = this->compare (item);
107 if (
_name != del->_name) {
108 return _name.compare(del->_name);