22 #ifndef ZYPP_SOLVER_DETAIL_PROBLEMSOLUTIONINSTALL_H
23 #define ZYPP_SOLVER_DETAIL_PROBLEMSOLUTIONINSTALL_H
97 #endif // ZYPP_SOLVER_DETAIL_PROBLEMSOLUTIONAINSTALL_H
std::string description() const
Return a one-line text description of this solution.
void addFrontDescription(const std::string &description)
Set description text (prepend)
ProblemSolutionCombi(ResolverProblem_Ptr parent)
Constructor.
void addSingleAction(PoolItem item, const TransactionKind action)
Add a single action of an item.
Class representing one possible solution to one problem found during resolving This problem solution ...
void addDescription(const std::string description)
Set description text (append)
TransactionKind
A problem solution action that performs a transaction (installs, removes, keep ...) one resolvable (package, patch, pattern, product).
int actionCount()
returns the number of actions
Reference to a PoolItem connecting ResObject and ResStatus.
Class representing one possible solution to one problem found during resolving.