ZYPP_RC_SOLVER=1 will enable the old RedCapet solver
{
// Solving with the satsolver
- if ( getenv("ZYPP_SAT_SOLVER")) {
+ if ( !getenv("ZYPP_RC_SOLVER")) {
MIL << "-------------- Calling SAT Solver -------------------" << endl;
if ( !_satResolver ) {
// syncing with sat pool
ResolverProblemList
Resolver::problems (const bool ignoreValidSolution) const
{
- if ( getenv("ZYPP_SAT_SOLVER") && _satResolver )
+ if ( !getenv("ZYPP_RC_SOLVER") && _satResolver )
return _satResolver->problems();
ResolverProblemList problems;