22 #include <solv/solver.h>
25 #define ZYPP_USE_RESOLVER_INTERNALS
49 os <<
"[" << (_soft?
"Soft":
"") <<
"Update: " <<
76 ERR <<
"Update explicit: " <<
_item <<
" not found" << endl;
79 MIL <<
"Update explicit " <<
_item <<
" with the SAT-Pool ID: " <<
id << endl;
80 queue_push( &(q), SOLVER_UPDATE | SOLVER_SOLVABLE );
81 queue_push( &(q),
id );
89 new_update->SolverQueueItem::copy(
this);
91 new_update->_soft =
_soft;
98 int cmp = this->compare (item);