18#ifndef CUPT_SYSTEM_RESOLVERS_NATIVE
19#define CUPT_SYSTEM_RESOLVERS_NATIVE
30class NativeResolverImpl;
39 internal::NativeResolverImpl* __impl;
43 NativeResolver(
const shared_ptr< const Config >&,
const shared_ptr< const Cache >&);
library's problem resolver implementation
Definition native.hpp:38
void setAutomaticallyInstalledFlag(const string &, bool)
bool resolve(Resolver::CallbackType)
perform a resolve computations
void satisfyRelationExpression(const RelationExpression &, bool, const string &, RequestImportance, bool)
NativeResolver(const shared_ptr< const Config > &, const shared_ptr< const Cache > &)
constructor
dependency problems resolver
Definition resolver.hpp:43
std::function< UserAnswer::Type(const Offer &) > CallbackType
callback function type
Definition resolver.hpp:149
group of alternative relations
Definition relation.hpp:110
Definition resolver.hpp:152