22 #include <solv/solver.h>
49 os <<
"[" << (_soft?
"Soft":
"") <<
"Install: "
76 queue_push( &(q), SOLVER_INSTALL | SOLVER_SOLVABLE_NAME | SOLVER_WEAK );
78 queue_push( &(q), SOLVER_INSTALL | SOLVER_SOLVABLE_NAME );
80 queue_push( &(q),
id);
83 <<
" with SAT-PoolID: " <<
id << endl;
91 new_install->SolverQueueItem::copy(
this);
93 new_install->_soft =
_soft;
104 if (
_name != ins->_name) {
105 return _name.compare(ins->_name);
IdType id() const
Expert backdoor.
virtual bool addRule(_Queue &q)
Access to the sat-pools string space.
virtual ~SolverQueueItemInstall()
virtual SolverQueueItem_Ptr copy(void) const
SolverQueueItemInstall(const ResPool &pool, std::string name, bool soft=false)
virtual std::ostream & dumpOn(std::ostream &str) const
Overload to realize std::ostream & operator<<.
IMPL_PTR_TYPE(ProblemSolutionCombi)
virtual int cmp(SolverQueueItem_constPtr item) const
int compare(SolverQueueItem_constPtr item) const