21#ifndef ZYPP_PROBLEMTYPES_H
22#define ZYPP_PROBLEMTYPES_H
30#include <zypp/base/ReferenceCounted.h>
31#include <zypp/base/NonCopyable.h>
32#include <zypp/base/PtrTypes.h>
35#include <zypp/solver/detail/Types.h>
Class representing one possible solution to a problem found during resolving.
Describe a solver problem and offer solutions.
Dependency resolver interface.
Easy-to use interface to the ZYPP dependency resolver.
std::list< ResolverProblem_Ptr > ResolverProblemList
std::list< ProblemSolution_Ptr > ProblemSolutionList
#define DEFINE_PTR_TYPE(NAME)
Forward declaration of Ptr types.