#include <solv/repo_solv.h>
#include <solv/poolarch.h>
#include <solv/evr.h>
#include <solv/poolvendor.h>
#include <solv/policy.h>
#include <solv/bitmap.h>
#include <solv/queue.h>
#include <zypp/base/LogTools.h>
#include <zypp/base/Gettext.h>
#include <zypp/base/Algorithm.h>
#include <zypp/ZConfig.h>
#include <zypp/Product.h>
#include <zypp/AutoDispose.h>
#include <zypp/sat/WhatProvides.h>
#include <zypp/sat/WhatObsoletes.h>
#include <zypp/sat/detail/PoolImpl.h>
#include <zypp/solver/detail/Resolver.h>
#include <zypp/solver/detail/SATResolver.h>
#include <zypp/solver/detail/ProblemSolutionCombi.h>
#include <zypp/solver/detail/ProblemSolutionIgnore.h>
#include <zypp/solver/detail/SolverQueueItemInstall.h>
#include <zypp/solver/detail/SolverQueueItemDelete.h>
#include <zypp/solver/detail/SystemCheck.h>
#include <zypp/solver/detail/SolutionAction.h>
#include <zypp/solver/detail/SolverQueueItem.h>
#include <utility>
Go to the source code of this file.
◆ ZYPP_USE_RESOLVER_INTERNALS
| #define ZYPP_USE_RESOLVER_INTERNALS |
◆ XDEBUG
| #define XDEBUG |
( |
|
x | ) |
do { if (base::logger::isExcessive()) XXX << x << std::endl;} while (0) |
◆ ZYPP_BASE_LOGGER_LOGGROUP
| #define ZYPP_BASE_LOGGER_LOGGROUP "zypp::solver" |
◆ MAYBE_CLEANDEPS
| #define MAYBE_CLEANDEPS (cleandepsOnRemove()?SOLVER_CLEANDEPS:0) |
◆ OUTS
| #define OUTS |
( |
|
X | ) |
os << " " << #X << "\t= " << solver_get_flag(_satSolver, SOLVER_FLAG_##X) << endl |
◆ _ptf
| std::vector<StoreType> _ptf |
|
private |
◆ _patch
| std::vector<StoreType> _patch |
|
private |
◆ _showremoveProtectHint
| bool _showremoveProtectHint = false |
|
private |