22 #include <solv/solver.h>
25 #define ZYPP_USE_RESOLVER_INTERNALS
52 os <<
"[" << (
_soft?
"Soft":
"") <<
"Install: "
79 queue_push( &(q), SOLVER_INSTALL | SOLVER_SOLVABLE_NAME | SOLVER_WEAK );
81 queue_push( &(q), SOLVER_INSTALL | SOLVER_SOLVABLE_NAME );
83 queue_push( &(q),
id);
86 <<
" with SAT-PoolID: " <<
id << endl;
94 new_install->SolverQueueItem::copy(
this);
96 new_install->_soft =
_soft;
103 int cmp = this->compare (item);
106 SolverQueueItemInstall_constPtr ins = dynamic_pointer_cast<const SolverQueueItemInstall>(item);
107 if (
_name != ins->_name) {
108 return _name.compare(ins->_name);