|
libzypp
17.25.10
|
#include <boost/static_assert.hpp>#include <zypp/base/LogTools.h>#include <zypp/base/Algorithm.h>#include <zypp/solver/detail/Resolver.h>#include <zypp/solver/detail/Testcase.h>#include <zypp/solver/detail/SATResolver.h>#include <zypp/solver/detail/ItemCapKind.h>#include <zypp/solver/detail/SolutionAction.h>#include <zypp/solver/detail/SolverQueueItem.h>#include <zypp/ZConfig.h>#include <zypp/sat/Transaction.h>
Go to the source code of this file.
Classes | |
| struct | zypp::solver::detail::UndoTransact |
| struct | zypp::solver::detail::DoTransact |
Namespaces | |
| zypp | |
| Easy-to use interface to the ZYPP dependency resolver. | |
| zypp::solver | |
| zypp::solver::detail | |
Macros | |
| #define | ZYPP_USE_RESOLVER_INTERNALS |
| #define | MAXSOLVERRUNS 5 |
| #define | ZYPP_BASE_LOGGER_LOGGROUP "zypp::solver" |
| #define | OUTS(t) os << " " << #t << ":\t" << t << endl; |
| #define | ZOLV_FLAG_TRIBOOL(ZSETTER, ZGETTER, ZVARNAME, ZVARDEFAULT) |
Functions | |
| zypp::solver::detail::ZOLV_FLAG_TRIBOOL (setAllowNameChange, allowNameChange, _allownamechange, true) ZOLV_FLAG_TRIBOOL(setAllowVendorChange | |
| #define ZYPP_USE_RESOLVER_INTERNALS |
Definition at line 23 of file Resolver.cc.
| #define MAXSOLVERRUNS 5 |
Definition at line 38 of file Resolver.cc.
| #define ZYPP_BASE_LOGGER_LOGGROUP "zypp::solver" |
Definition at line 44 of file Resolver.cc.
| #define OUTS | ( | t | ) | os << " " << #t << ":\t" << t << endl; |
| #define ZOLV_FLAG_TRIBOOL | ( | ZSETTER, | |
| ZGETTER, | |||
| ZVARNAME, | |||
| ZVARDEFAULT | |||
| ) |
Definition at line 109 of file Resolver.cc.