org.sat4j.core(2.3.5) |
REMOVED | org.sat4j.AbstractLauncher#ANSWER_PREFIX |
REMOVED | org.sat4j.AbstractLauncher#SOLUTION_PREFIX |
ADDED | org.sat4j.AbstractLauncher#prime |
ADDED | org.sat4j.AbstractLauncher#problem |
ADDED | org.sat4j.AbstractLauncher#void setDisplaySolutionLine(boolean) |
ADDED | org.sat4j.AbstractLauncher#void setIncomplete(boolean) |
ADDED | org.sat4j.AbstractLauncher#void setLauncherMode(ILauncherMode) |
ADDED | org.sat4j.AbstractLauncher#void showAvailableSolvers<T::Lorg.sat4j.specs.ISolver;>(ASolverFactory<T>, String) |
ADDED | org.sat4j.ILauncherMode |
ADDED | org.sat4j.core.ConstrGroup |
ADDED | org.sat4j.core.ReadOnlyVecInt#VecInt[] subset(int) |
ADDED | org.sat4j.core.VecInt#IVecInt[] subset(int) |
ADDED | org.sat4j.minisat.SolverFactory#ICDCL<MixedDataStructureDanielWL> newBackjumping() |
REMOVED | org.sat4j.minisat.SolverFactory#Solver<MixedDataStructureDanielWL> newBackjumping() |
ADDED | org.sat4j.minisat.SolverFactory#ICDCL<DataStructureFactory> newBest17() |
REMOVED | org.sat4j.minisat.SolverFactory#Solver<DataStructureFactory> newBest17() |
ADDED | org.sat4j.minisat.SolverFactory#ICDCL<DataStructureFactory> newBestHT() |
REMOVED | org.sat4j.minisat.SolverFactory#Solver<DataStructureFactory> newBestHT() |
REMOVED | org.sat4j.minisat.SolverFactory#Solver<DataStructureFactory> newBestSingleWL() |
ADDED | org.sat4j.minisat.SolverFactory#ICDCL<DataStructureFactory> newDefaultAutoErasePhaseSaving() |
REMOVED | org.sat4j.minisat.SolverFactory#Solver<DataStructureFactory> newDefaultAutoErasePhaseSaving() |
ADDED | org.sat4j.minisat.SolverFactory#ICDCL<DataStructureFactory> newDefaultMS21PhaseSaving() |
REMOVED | org.sat4j.minisat.SolverFactory#Solver<DataStructureFactory> newDefaultMS21PhaseSaving() |
ADDED | org.sat4j.minisat.SolverFactory#ICDCL<DataStructureFactory> newGlucose21() |
ADDED | org.sat4j.minisat.SolverFactory#ICDCL<DataStructureFactory> newGreedySolver() |
REMOVED | org.sat4j.minisat.SolverFactory#Solver<DataStructureFactory> newGreedySolver() |
ADDED | org.sat4j.minisat.SolverFactory#ICDCL<DataStructureFactory> newMiniLearningHeapEZSimp() |
REMOVED | org.sat4j.minisat.SolverFactory#Solver<DataStructureFactory> newMiniLearningHeapEZSimp() |
ADDED | org.sat4j.minisat.SolverFactory#ICDCL<DataStructureFactory> newMiniLearningHeapEZSimpLongRestarts() |
REMOVED | org.sat4j.minisat.SolverFactory#Solver<DataStructureFactory> newMiniLearningHeapEZSimpLongRestarts() |
ADDED | org.sat4j.minisat.SolverFactory#ICDCL<DataStructureFactory> newMiniLearningHeapEZSimpNoRestarts() |
REMOVED | org.sat4j.minisat.SolverFactory#Solver<DataStructureFactory> newMiniLearningHeapEZSimpNoRestarts() |
ADDED | org.sat4j.minisat.SolverFactory#ICDCL<DataStructureFactory> newMiniLearningHeapRsatExpSimpLuby() |
REMOVED | org.sat4j.minisat.SolverFactory#Solver<DataStructureFactory> newMiniLearningHeapRsatExpSimpLuby() |
REMOVED | org.sat4j.minisat.SolverFactory#Solver<DataStructureFactory> newMiniLearningPure() |
ADDED | org.sat4j.minisat.SolverFactory#ICDCL<DataStructureFactory> newMiniSATHeapEZSimp() |
REMOVED | org.sat4j.minisat.SolverFactory#Solver<DataStructureFactory> newMiniSATHeapEZSimp() |
ADDED | org.sat4j.minisat.SolverFactory#ICDCL<DataStructureFactory> newMiniSATHeapExpSimp() |
REMOVED | org.sat4j.minisat.SolverFactory#Solver<DataStructureFactory> newMiniSATHeapExpSimp() |
ADDED | org.sat4j.minisat.SolverFactory#ISolver newParallel() |
ADDED | org.sat4j.minisat.SolverFactory#Solver newSAT() |
ADDED | org.sat4j.minisat.SolverFactory#ISolver newSATUNSAT() |
ADDED | org.sat4j.minisat.SolverFactory#ISolver newStatistics() |
ADDED | org.sat4j.minisat.SolverFactory#Solver newUNSAT() |
ADDED | org.sat4j.minisat.constraints.AbstractDataStructureFactory#Constr createUnregisteredCardinalityConstraint(IVecInt, int) |
REMOVED | org.sat4j.minisat.constraints.AbstractDataStructureFactory#void setUnitPropagationListener(UnitPropagationListener) |
ADDED | org.sat4j.minisat.constraints.AbstractDataStructureFactory#void setUnitPropagationListener(UnitPropagationListener) |
REMOVED | org.sat4j.minisat.constraints.card.AtLeast#void assertConstraint(UnitPropagationListener) |
ADDED | org.sat4j.minisat.constraints.card.AtLeast#void assertConstraint(UnitPropagationListener) |
ADDED | org.sat4j.minisat.constraints.card.AtLeast#void assertConstraintIfNeeded(UnitPropagationListener) |
REMOVED | org.sat4j.minisat.constraints.card.AtLeast#Constr atLeastNew(UnitPropagationListener, ILits, IVecInt, int) |
ADDED | org.sat4j.minisat.constraints.card.AtLeast#Constr atLeastNew(UnitPropagationListener, ILits, IVecInt, int) |
ADDED | org.sat4j.minisat.constraints.card.AtLeast#void calcReasonOnTheFly(int, IVecInt, IVecInt) |
ADDED | org.sat4j.minisat.constraints.card.AtLeast#boolean canBePropagatedMultipleTimes() |
REMOVED | org.sat4j.minisat.constraints.card.AtLeast#int niceParameters(UnitPropagationListener, ILits, IVecInt, int) |
ADDED | org.sat4j.minisat.constraints.card.AtLeast#int niceParameters(UnitPropagationListener, ILits, IVecInt, int) |
REMOVED | org.sat4j.minisat.constraints.card.AtLeast#boolean propagate(UnitPropagationListener, int) |
ADDED | org.sat4j.minisat.constraints.card.AtLeast#boolean propagate(UnitPropagationListener, int) |
REMOVED | org.sat4j.minisat.constraints.card.AtLeast#void remove(UnitPropagationListener) |
ADDED | org.sat4j.minisat.constraints.card.AtLeast#void remove(UnitPropagationListener) |
ADDED | org.sat4j.minisat.constraints.card.AtLeast#void setActivity(double) |
ADDED | org.sat4j.minisat.constraints.card.AtLeast#Constr toConstraint() |
REMOVED | org.sat4j.minisat.constraints.card.MaxWatchCard#void assertConstraint(UnitPropagationListener) |
ADDED | org.sat4j.minisat.constraints.card.MaxWatchCard#void assertConstraint(UnitPropagationListener) |
ADDED | org.sat4j.minisat.constraints.card.MaxWatchCard#void assertConstraintIfNeeded(UnitPropagationListener) |
ADDED | org.sat4j.minisat.constraints.card.MaxWatchCard#void calcReasonOnTheFly(int, IVecInt, IVecInt) |
ADDED | org.sat4j.minisat.constraints.card.MaxWatchCard#boolean canBePropagatedMultipleTimes() |
REMOVED | org.sat4j.minisat.constraints.card.MaxWatchCard#Constr maxWatchCardNew(UnitPropagationListener, ILits, IVecInt, boolean, int) |
ADDED | org.sat4j.minisat.constraints.card.MaxWatchCard#Constr maxWatchCardNew(UnitPropagationListener, ILits, IVecInt, boolean, int) |
REMOVED | org.sat4j.minisat.constraints.card.MaxWatchCard#boolean propagate(UnitPropagationListener, int) |
ADDED | org.sat4j.minisat.constraints.card.MaxWatchCard#boolean propagate(UnitPropagationListener, int) |
REMOVED | org.sat4j.minisat.constraints.card.MaxWatchCard#void remove(UnitPropagationListener) |
ADDED | org.sat4j.minisat.constraints.card.MaxWatchCard#void remove(UnitPropagationListener) |
ADDED | org.sat4j.minisat.constraints.card.MaxWatchCard#void setActivity(double) |
ADDED | org.sat4j.minisat.constraints.card.MaxWatchCard#Constr toConstraint() |
REMOVED | org.sat4j.minisat.constraints.card.MinWatchCard#void assertConstraint(UnitPropagationListener) |
ADDED | org.sat4j.minisat.constraints.card.MinWatchCard#void assertConstraint(UnitPropagationListener) |
ADDED | org.sat4j.minisat.constraints.card.MinWatchCard#void assertConstraintIfNeeded(UnitPropagationListener) |
ADDED | org.sat4j.minisat.constraints.card.MinWatchCard#void calcReasonOnTheFly(int, IVecInt, IVecInt) |
ADDED | org.sat4j.minisat.constraints.card.MinWatchCard#boolean canBePropagatedMultipleTimes() |
REMOVED | org.sat4j.minisat.constraints.card.MinWatchCard#MinWatchCard computePropagation(UnitPropagationListener) |
ADDED | org.sat4j.minisat.constraints.card.MinWatchCard#MinWatchCard computePropagation(UnitPropagationListener) |
REMOVED | org.sat4j.minisat.constraints.card.MinWatchCard#Constr minWatchCardNew(UnitPropagationListener, ILits, IVecInt, boolean, int) |
ADDED | org.sat4j.minisat.constraints.card.MinWatchCard#Constr minWatchCardNew(UnitPropagationListener, ILits, IVecInt, boolean, int) |
REMOVED | org.sat4j.minisat.constraints.card.MinWatchCard#boolean propagate(UnitPropagationListener, int) |
ADDED | org.sat4j.minisat.constraints.card.MinWatchCard#boolean propagate(UnitPropagationListener, int) |
REMOVED | org.sat4j.minisat.constraints.card.MinWatchCard#void remove(UnitPropagationListener) |
ADDED | org.sat4j.minisat.constraints.card.MinWatchCard#void remove(UnitPropagationListener) |
ADDED | org.sat4j.minisat.constraints.card.MinWatchCard#void setActivity(double) |
ADDED | org.sat4j.minisat.constraints.card.MinWatchCard#Constr toConstraint() |
REMOVED | org.sat4j.minisat.constraints.cnf.BinaryClause#void assertConstraint(UnitPropagationListener) |
ADDED | org.sat4j.minisat.constraints.cnf.BinaryClause#void assertConstraint(UnitPropagationListener) |
ADDED | org.sat4j.minisat.constraints.cnf.BinaryClause#void assertConstraintIfNeeded(UnitPropagationListener) |
ADDED | org.sat4j.minisat.constraints.cnf.BinaryClause#void calcReasonOnTheFly(int, IVecInt, IVecInt) |
ADDED | org.sat4j.minisat.constraints.cnf.BinaryClause#boolean canBePropagatedMultipleTimes() |
REMOVED | org.sat4j.minisat.constraints.cnf.BinaryClause#boolean propagate(UnitPropagationListener, int) |
ADDED | org.sat4j.minisat.constraints.cnf.BinaryClause#boolean propagate(UnitPropagationListener, int) |
REMOVED | org.sat4j.minisat.constraints.cnf.BinaryClause#void remove(UnitPropagationListener) |
ADDED | org.sat4j.minisat.constraints.cnf.BinaryClause#void remove(UnitPropagationListener) |
ADDED | org.sat4j.minisat.constraints.cnf.BinaryClause#Constr toConstraint() |
REMOVED | org.sat4j.minisat.constraints.cnf.Clauses#IVecInt sanityCheck(IVecInt, ILits, UnitPropagationListener) |
ADDED | org.sat4j.minisat.constraints.cnf.Clauses#IVecInt sanityCheck(IVecInt, ILits, UnitPropagationListener) |
REMOVED | org.sat4j.minisat.constraints.cnf.HTClause#void assertConstraint(UnitPropagationListener) |
ADDED | org.sat4j.minisat.constraints.cnf.HTClause#void assertConstraint(UnitPropagationListener) |
ADDED | org.sat4j.minisat.constraints.cnf.HTClause#void assertConstraintIfNeeded(UnitPropagationListener) |
ADDED | org.sat4j.minisat.constraints.cnf.HTClause#void calcReasonOnTheFly(int, IVecInt, IVecInt) |
ADDED | org.sat4j.minisat.constraints.cnf.HTClause#boolean canBePropagatedMultipleTimes() |
REMOVED | org.sat4j.minisat.constraints.cnf.HTClause#boolean propagate(UnitPropagationListener, int) |
ADDED | org.sat4j.minisat.constraints.cnf.HTClause#boolean propagate(UnitPropagationListener, int) |
REMOVED | org.sat4j.minisat.constraints.cnf.HTClause#void remove(UnitPropagationListener) |
ADDED | org.sat4j.minisat.constraints.cnf.HTClause#void remove(UnitPropagationListener) |
ADDED | org.sat4j.minisat.constraints.cnf.HTClause#Constr toConstraint() |
ADDED | org.sat4j.minisat.constraints.cnf.LearntBinaryClause#void setActivity(double) |
ADDED | org.sat4j.minisat.constraints.cnf.LearntHTClause#void setActivity(double) |
ADDED | org.sat4j.minisat.constraints.cnf.Lits#void forgets(int) |
REMOVED | org.sat4j.minisat.constraints.cnf.OriginalBinaryClause#OriginalBinaryClause brandNewClause(UnitPropagationListener, ILits, IVecInt) |
ADDED | org.sat4j.minisat.constraints.cnf.OriginalBinaryClause#OriginalBinaryClause brandNewClause(UnitPropagationListener, ILits, IVecInt) |
ADDED | org.sat4j.minisat.constraints.cnf.OriginalBinaryClause#void setActivity(double) |
REMOVED | org.sat4j.minisat.constraints.cnf.OriginalHTClause#OriginalHTClause brandNewClause(UnitPropagationListener, ILits, IVecInt) |
ADDED | org.sat4j.minisat.constraints.cnf.OriginalHTClause#OriginalHTClause brandNewClause(UnitPropagationListener, ILits, IVecInt) |
ADDED | org.sat4j.minisat.constraints.cnf.OriginalHTClause#void setActivity(double) |
REMOVED | org.sat4j.minisat.constraints.cnf.OriginalWLClause#OriginalWLClause brandNewClause(UnitPropagationListener, ILits, IVecInt) |
ADDED | org.sat4j.minisat.constraints.cnf.OriginalWLClause#OriginalWLClause brandNewClause(UnitPropagationListener, ILits, IVecInt) |
ADDED | org.sat4j.minisat.constraints.cnf.UnitClause#activity |
REMOVED | org.sat4j.minisat.constraints.cnf.UnitClause#void assertConstraint(UnitPropagationListener) |
ADDED | org.sat4j.minisat.constraints.cnf.UnitClause#void assertConstraint(UnitPropagationListener) |
ADDED | org.sat4j.minisat.constraints.cnf.UnitClause#void assertConstraintIfNeeded(UnitPropagationListener) |
ADDED | org.sat4j.minisat.constraints.cnf.UnitClause#void calcReasonOnTheFly(int, IVecInt, IVecInt) |
ADDED | org.sat4j.minisat.constraints.cnf.UnitClause#boolean canBePropagatedMultipleTimes() |
REMOVED | org.sat4j.minisat.constraints.cnf.UnitClause#boolean propagate(UnitPropagationListener, int) |
ADDED | org.sat4j.minisat.constraints.cnf.UnitClause#boolean propagate(UnitPropagationListener, int) |
REMOVED | org.sat4j.minisat.constraints.cnf.UnitClause#void remove(UnitPropagationListener) |
ADDED | org.sat4j.minisat.constraints.cnf.UnitClause#void remove(UnitPropagationListener) |
ADDED | org.sat4j.minisat.constraints.cnf.UnitClause#void setActivity(double) |
REMOVED | org.sat4j.minisat.constraints.cnf.UnitClauses#void assertConstraint(UnitPropagationListener) |
ADDED | org.sat4j.minisat.constraints.cnf.UnitClauses#void assertConstraint(UnitPropagationListener) |
ADDED | org.sat4j.minisat.constraints.cnf.UnitClauses#void assertConstraintIfNeeded(UnitPropagationListener) |
ADDED | org.sat4j.minisat.constraints.cnf.UnitClauses#void calcReasonOnTheFly(int, IVecInt, IVecInt) |
ADDED | org.sat4j.minisat.constraints.cnf.UnitClauses#boolean canBePropagatedMultipleTimes() |
REMOVED | org.sat4j.minisat.constraints.cnf.UnitClauses#boolean propagate(UnitPropagationListener, int) |
ADDED | org.sat4j.minisat.constraints.cnf.UnitClauses#boolean propagate(UnitPropagationListener, int) |
REMOVED | org.sat4j.minisat.constraints.cnf.UnitClauses#void remove(UnitPropagationListener) |
ADDED | org.sat4j.minisat.constraints.cnf.UnitClauses#void remove(UnitPropagationListener) |
ADDED | org.sat4j.minisat.constraints.cnf.UnitClauses#void setActivity(double) |
REMOVED | org.sat4j.minisat.constraints.cnf.WLClause#void assertConstraint(UnitPropagationListener) |
ADDED | org.sat4j.minisat.constraints.cnf.WLClause#void assertConstraint(UnitPropagationListener) |
ADDED | org.sat4j.minisat.constraints.cnf.WLClause#void assertConstraintIfNeeded(UnitPropagationListener) |
ADDED | org.sat4j.minisat.constraints.cnf.WLClause#void calcReasonOnTheFly(int, IVecInt, IVecInt) |
ADDED | org.sat4j.minisat.constraints.cnf.WLClause#boolean canBePropagatedMultipleTimes() |
REMOVED | org.sat4j.minisat.constraints.cnf.WLClause#boolean propagate(UnitPropagationListener, int) |
ADDED | org.sat4j.minisat.constraints.cnf.WLClause#boolean propagate(UnitPropagationListener, int) |
REMOVED | org.sat4j.minisat.constraints.cnf.WLClause#void remove(UnitPropagationListener) |
ADDED | org.sat4j.minisat.constraints.cnf.WLClause#void remove(UnitPropagationListener) |
ADDED | org.sat4j.minisat.constraints.cnf.WLClause#void setActivity(double) |
ADDED | org.sat4j.minisat.constraints.cnf.WLClause#Constr toConstraint() |
ADDED | org.sat4j.minisat.core.ActivityComparator |
ADDED | org.sat4j.minisat.core.CircularBuffer |
ADDED | org.sat4j.minisat.core.ConflictTimer |
ADDED | org.sat4j.minisat.core.ConflictTimerAdapter |
ADDED | org.sat4j.minisat.core.ConflictTimerContainer |
REMOVED | org.sat4j.minisat.core.Constr#void assertConstraint(UnitPropagationListener) |
ADDED | org.sat4j.minisat.core.Constr#void assertConstraint(UnitPropagationListener) |
ADDED | org.sat4j.minisat.core.Constr#void assertConstraintIfNeeded(UnitPropagationListener) |
ADDED | org.sat4j.minisat.core.Constr#void calcReasonOnTheFly(int, IVecInt, IVecInt) |
REMOVED | org.sat4j.minisat.core.Constr#void remove(UnitPropagationListener) |
ADDED | org.sat4j.minisat.core.Constr#void remove(UnitPropagationListener) |
ADDED | org.sat4j.minisat.core.Constr#void setActivity(double) |
ADDED | org.sat4j.minisat.core.Counter#Counter(int) |
ADDED | org.sat4j.minisat.core.Counter#int getValue() |
ADDED | org.sat4j.minisat.core.DataStructureFactory#Constr createUnregisteredCardinalityConstraint(IVecInt, int) |
REMOVED | org.sat4j.minisat.core.DataStructureFactory#void setUnitPropagationListener(UnitPropagationListener) |
ADDED | org.sat4j.minisat.core.DataStructureFactory#void setUnitPropagationListener(UnitPropagationListener) |
ADDED | org.sat4j.minisat.core.Heap#int get(int) |
ADDED | org.sat4j.minisat.core.Heap#int size() |
ADDED | org.sat4j.minisat.core.ICDCL |
ADDED | org.sat4j.minisat.core.ILits#void forgets(int) |
REMOVED | org.sat4j.minisat.core.ILits#int not(int) |
ADDED | org.sat4j.minisat.core.IOrder#double[] getVariableHeuristics() |
ADDED | org.sat4j.minisat.core.ISimplifier |
ADDED | org.sat4j.minisat.core.LearnedConstraintsDeletionStrategy |
ADDED | org.sat4j.minisat.core.LearnedConstraintsEvaluationType |
REMOVED | org.sat4j.minisat.core.Propagatable#boolean propagate(UnitPropagationListener, int) |
ADDED | org.sat4j.minisat.core.Propagatable#boolean propagate(UnitPropagationListener, int) |
ADDED | org.sat4j.minisat.core.Propagatable#Constr toConstraint() |
REMOVED | org.sat4j.minisat.core.RestartStrategy#void init(SearchParams) |
ADDED | org.sat4j.minisat.core.RestartStrategy#void init(SearchParams, SolverStats) |
ADDED | org.sat4j.minisat.core.RestartStrategy#void newLearnedClause(Constr, int) |
ADDED | org.sat4j.minisat.core.RestartStrategy#void onBackjumpToRootLevel() |
ADDED | org.sat4j.minisat.core.RestartStrategy#boolean shouldRestart() |
ADDED | org.sat4j.minisat.core.SimplificationType |
ADDED | org.sat4j.minisat.core.Solver#Solver(LearningStrategy<D>, D, SearchParams, IOrder, RestartStrategy, ILogAble) |
ADDED | org.sat4j.minisat.core.Solver#IConstr addAtMostOnTheFly(int[], int) |
ADDED | org.sat4j.minisat.core.Solver#IConstr addClauseOnTheFly(int[]) |
ADDED | org.sat4j.minisat.core.Solver#IConstr addExactly(IVecInt, int) |
ADDED | org.sat4j.minisat.core.Solver#void backtrack(int[]) |
ADDED | org.sat4j.minisat.core.Solver#int currentDecisionLevel() |
ADDED | org.sat4j.minisat.core.Solver#LearnedConstraintsDeletionStrategy fixedSize(int) |
REMOVED | org.sat4j.minisat.core.Solver#Solver.LearnedConstraintsDeletionStrategy fixedSize(int) |
ADDED | org.sat4j.minisat.core.Solver#Set<Integer> fromLastDecisionLevel(IVecInt) |
ADDED | org.sat4j.minisat.core.Solver#IVec<Constr> getLearnedConstraints() |
ADDED | org.sat4j.minisat.core.Solver#int[] getLiteralsPropagatedAt(int) |
ADDED | org.sat4j.minisat.core.Solver#ILogAble getLogger() |
ADDED | org.sat4j.minisat.core.Solver#RestartStrategy getRestartStrategy() |
ADDED | org.sat4j.minisat.core.Solver#SearchParams getSearchParams() |
ADDED | org.sat4j.minisat.core.Solver#ISimplifier getSimplifier() |
ADDED | org.sat4j.minisat.core.Solver#ISolver getSolvingEngine() |
ADDED | org.sat4j.minisat.core.Solver#double[] getVariableHeuristics() |
ADDED | org.sat4j.minisat.core.Solver#boolean isNeedToReduceDB() |
ADDED | org.sat4j.minisat.core.Solver#boolean isSolverKeptHot() |
ADDED | org.sat4j.minisat.core.Solver#int[] modelWithInternalVariables() |
ADDED | org.sat4j.minisat.core.Solver#out |
ADDED | org.sat4j.minisat.core.Solver#boolean primeImplicant(int) |
ADDED | org.sat4j.minisat.core.Solver#void printInfos(PrintWriter) |
ADDED | org.sat4j.minisat.core.Solver#void printStat(PrintWriter) |
ADDED | org.sat4j.minisat.core.Solver#int realNumberOfVariables() |
ADDED | org.sat4j.minisat.core.Solver#void registerLiteral(int) |
ADDED | org.sat4j.minisat.core.Solver#void setKeepSolverHot(boolean) |
ADDED | org.sat4j.minisat.core.Solver#void setLearnedConstraintsDeletionStrategy(ConflictTimer, LearnedConstraintsEvaluationType) |
ADDED | org.sat4j.minisat.core.Solver#void setLearnedConstraintsDeletionStrategy(LearnedConstraintsDeletionStrategy) |
ADDED | org.sat4j.minisat.core.Solver#void setLearnedConstraintsDeletionStrategy(LearnedConstraintsEvaluationType) |
REMOVED | org.sat4j.minisat.core.Solver#void setLearnedConstraintsDeletionStrategy(Solver.LearnedConstraintsDeletionStrategy) |
ADDED | org.sat4j.minisat.core.Solver#void setLearningStrategy(LearningStrategy<D>) |
ADDED | org.sat4j.minisat.core.Solver#void setLogger(ILogAble) |
ADDED | org.sat4j.minisat.core.Solver#void setNeedToReduceDB(boolean) |
REMOVED | org.sat4j.minisat.core.Solver#void setSimplifier(String) |
ADDED | org.sat4j.minisat.core.Solver#void setSimplifier(ISimplifier) |
ADDED | org.sat4j.minisat.core.Solver#void setSimplifier(SimplificationType) |
REMOVED | org.sat4j.minisat.core.Solver#void setSimplifier(Solver.ISimplifier) |
ADDED | org.sat4j.minisat.core.Solver#void setUnitClauseProvider(UnitClauseProvider) |
ADDED | org.sat4j.minisat.core.Solver#sharedConflict |
ADDED | org.sat4j.minisat.core.Solver#void stop() |
ADDED | org.sat4j.minisat.core.Solver#void suggestNextLiteralToBranchOn(int) |
ADDED | org.sat4j.minisat.core.Solver#Lbool truthValue(int) |
ADDED | org.sat4j.minisat.core.SolverStats#importedUnits |
ADDED | org.sat4j.minisat.core.SolverStats#updateLBD |
REMOVED | org.sat4j.minisat.core.UnitPropagationListener |
REMOVED | org.sat4j.minisat.orders.RandomWalkDecorator#RandomWalkDecorator(IOrder) |
REMOVED | org.sat4j.minisat.orders.RandomWalkDecorator#RandomWalkDecorator(IOrder, double) |
ADDED | org.sat4j.minisat.orders.RandomWalkDecorator#RandomWalkDecorator(VarOrderHeap) |
ADDED | org.sat4j.minisat.orders.RandomWalkDecorator#RandomWalkDecorator(VarOrderHeap, double) |
ADDED | org.sat4j.minisat.orders.RandomWalkDecorator#double getProbability() |
ADDED | org.sat4j.minisat.orders.RandomWalkDecorator#double[] getVariableHeuristics() |
ADDED | org.sat4j.minisat.orders.RandomWalkDecorator#void setProbability(double) |
ADDED | org.sat4j.minisat.orders.SubsetVarOrder |
ADDED | org.sat4j.minisat.orders.TabuListDecorator |
ADDED | org.sat4j.minisat.orders.VarOrderHeap#double[] getVariableHeuristics() |
REMOVED | org.sat4j.minisat.restarts.ArminRestarts#void init(SearchParams) |
ADDED | org.sat4j.minisat.restarts.ArminRestarts#void init(SearchParams, SolverStats) |
ADDED | org.sat4j.minisat.restarts.ArminRestarts#void newConflict() |
ADDED | org.sat4j.minisat.restarts.ArminRestarts#void newLearnedClause(Constr, int) |
ADDED | org.sat4j.minisat.restarts.ArminRestarts#void onBackjumpToRootLevel() |
ADDED | org.sat4j.minisat.restarts.ArminRestarts#void reset() |
ADDED | org.sat4j.minisat.restarts.ArminRestarts#boolean shouldRestart() |
ADDED | org.sat4j.minisat.restarts.FixedPeriodRestarts |
ADDED | org.sat4j.minisat.restarts.Glucose21Restarts |
REMOVED | org.sat4j.minisat.restarts.LubyRestarts#void init(SearchParams) |
ADDED | org.sat4j.minisat.restarts.LubyRestarts#void init(SearchParams, SolverStats) |
ADDED | org.sat4j.minisat.restarts.LubyRestarts#int luby() |
REMOVED | org.sat4j.minisat.restarts.LubyRestarts#int luby(int) |
ADDED | org.sat4j.minisat.restarts.LubyRestarts#void newConflict() |
ADDED | org.sat4j.minisat.restarts.LubyRestarts#void newLearnedClause(Constr, int) |
ADDED | org.sat4j.minisat.restarts.LubyRestarts#int nextLuby() |
ADDED | org.sat4j.minisat.restarts.LubyRestarts#void onBackjumpToRootLevel() |
ADDED | org.sat4j.minisat.restarts.LubyRestarts#void reset() |
ADDED | org.sat4j.minisat.restarts.LubyRestarts#boolean shouldRestart() |
REMOVED | org.sat4j.minisat.restarts.MiniSATRestarts#void init(SearchParams) |
ADDED | org.sat4j.minisat.restarts.MiniSATRestarts#void init(SearchParams, SolverStats) |
ADDED | org.sat4j.minisat.restarts.MiniSATRestarts#void newConflict() |
ADDED | org.sat4j.minisat.restarts.MiniSATRestarts#void newLearnedClause(Constr, int) |
ADDED | org.sat4j.minisat.restarts.MiniSATRestarts#void onBackjumpToRootLevel() |
ADDED | org.sat4j.minisat.restarts.MiniSATRestarts#void reset() |
ADDED | org.sat4j.minisat.restarts.MiniSATRestarts#boolean shouldRestart() |
REMOVED | org.sat4j.minisat.restarts.NoRestarts#void init(SearchParams) |
ADDED | org.sat4j.minisat.restarts.NoRestarts#void init(SearchParams, SolverStats) |
ADDED | org.sat4j.minisat.restarts.NoRestarts#void newConflict() |
ADDED | org.sat4j.minisat.restarts.NoRestarts#void newLearnedClause(Constr, int) |
ADDED | org.sat4j.minisat.restarts.NoRestarts#void onBackjumpToRootLevel() |
ADDED | org.sat4j.minisat.restarts.NoRestarts#void reset() |
ADDED | org.sat4j.minisat.restarts.NoRestarts#boolean shouldRestart() |
ADDED | org.sat4j.opt.AbstractSelectorVariablesDecorator#int getNbexpectedclauses() |
ADDED | org.sat4j.opt.AbstractSelectorVariablesDecorator#boolean[] getPrevboolmodel() |
ADDED | org.sat4j.opt.AbstractSelectorVariablesDecorator#int[] getPrevfullmodel() |
ADDED | org.sat4j.opt.AbstractSelectorVariablesDecorator#int[] getPrevmodel() |
ADDED | org.sat4j.opt.AbstractSelectorVariablesDecorator#boolean isSolutionOptimal() |
REMOVED | org.sat4j.opt.AbstractSelectorVariablesDecorator#nbnewvar |
REMOVED | org.sat4j.opt.AbstractSelectorVariablesDecorator#nborigvars |
ADDED | org.sat4j.opt.AbstractSelectorVariablesDecorator#void setNbexpectedclauses(int) |
ADDED | org.sat4j.opt.AbstractSelectorVariablesDecorator#void setPrevboolmodel(boolean[]) |
ADDED | org.sat4j.opt.AbstractSelectorVariablesDecorator#void setPrevfullmodel(int[]) |
ADDED | org.sat4j.opt.AbstractSelectorVariablesDecorator#void setPrevmodel(int[]) |
ADDED | org.sat4j.opt.AbstractSelectorVariablesDecorator#void setSolutionOptimal(boolean) |
ADDED | org.sat4j.opt.MaxSatDecorator#MaxSatDecorator(ISolver, boolean) |
ADDED | org.sat4j.opt.MaxSatDecorator#void setTimeoutForFindingBetterSolution(int) |
ADDED | org.sat4j.opt.MinOneDecorator#void setTimeoutForFindingBetterSolution(int) |
ADDED | org.sat4j.reader.GroupedCNFReader#GroupedCNFReader(IGroupSolver) |
REMOVED | org.sat4j.reader.GroupedCNFReader#GroupedCNFReader(HighLevelXplain<ISolver>) |
ADDED | org.sat4j.reader.InstanceReader#Reader handleFileName(String, String) |
ADDED | org.sat4j.reader.JSONReader |
ADDED | org.sat4j.reader.ParseFormatException#PARSING_ERROR |
ADDED | org.sat4j.specs.IConstr#boolean canBePropagatedMultipleTimes() |
ADDED | org.sat4j.specs.IGroupSolver |
ADDED | org.sat4j.specs.ILogAble |
ADDED | org.sat4j.specs.IOptimizationProblem#void setTimeoutForFindingBetterSolution(int) |
ADDED | org.sat4j.specs.IProblem#int newVar(int) |
ADDED | org.sat4j.specs.IProblem#boolean primeImplicant(int) |
ADDED | org.sat4j.specs.IProblem#void printInfos(PrintWriter) |
ADDED | org.sat4j.specs.ISolver#IConstr addExactly(IVecInt, int) |
ADDED | org.sat4j.specs.ISolver#ISolver getSolvingEngine() |
ADDED | org.sat4j.specs.ISolver#boolean isSolverKeptHot() |
ADDED | org.sat4j.specs.ISolver#int[] modelWithInternalVariables() |
ADDED | org.sat4j.specs.ISolver#void printStat(PrintWriter) |
ADDED | org.sat4j.specs.ISolver#int realNumberOfVariables() |
ADDED | org.sat4j.specs.ISolver#void registerLiteral(int) |
ADDED | org.sat4j.specs.ISolver#void setKeepSolverHot(boolean) |
ADDED | org.sat4j.specs.ISolver#void setUnitClauseProvider(UnitClauseProvider) |
ADDED | org.sat4j.specs.ISolverService |
ADDED | org.sat4j.specs.IVecInt#IVecInt[] subset(int) |
ADDED | org.sat4j.specs.RandomAccessModel |
ADDED | org.sat4j.specs.SearchListener#void cleaning() |
ADDED | org.sat4j.specs.SearchListener#void init(S) |
ADDED | org.sat4j.specs.SearchListener#void learnUnit(int) |
REMOVED | org.sat4j.specs.SearchListener#void solutionFound() |
ADDED | org.sat4j.specs.SearchListener#void solutionFound(int[], RandomAccessModel) |
ADDED | org.sat4j.specs.UnitClauseProvider |
ADDED | org.sat4j.specs.UnitPropagationListener |
ADDED | org.sat4j.tools.AbstractClauseSelectorSolver |
ADDED | org.sat4j.tools.AbstractMinimalModel |
ADDED | org.sat4j.tools.AbstractOutputSolver#ISolver getSolvingEngine() |
ADDED | org.sat4j.tools.AbstractOutputSolver#boolean isSolverKeptHot() |
ADDED | org.sat4j.tools.AbstractOutputSolver#int nConstraints() |
ADDED | org.sat4j.tools.AbstractOutputSolver#int nVars() |
ADDED | org.sat4j.tools.AbstractOutputSolver#int newVar(int) |
ADDED | org.sat4j.tools.AbstractOutputSolver#void setKeepSolverHot(boolean) |
ADDED | org.sat4j.tools.AbstractOutputSolver#void setUnitClauseProvider(UnitClauseProvider) |
ADDED | org.sat4j.tools.AllMUSes |
ADDED | org.sat4j.tools.Backbone |
ADDED | org.sat4j.tools.CheckMUSSolutionListener |
ADDED | org.sat4j.tools.ClausalCardinalitiesDecorator |
ADDED | org.sat4j.tools.ConflictDepthTracing |
REMOVED | org.sat4j.tools.ConflictLevelTracing#ConflictLevelTracing(String) |
ADDED | org.sat4j.tools.ConflictLevelTracing#ConflictLevelTracing(IVisualizationTool, IVisualizationTool, IVisualizationTool) |
REMOVED | org.sat4j.tools.ConflictLevelTracing#void solutionFound() |
REMOVED | org.sat4j.tools.ConstrGroup |
REMOVED | org.sat4j.tools.DecisionLevelTracing#DecisionLevelTracing(String) |
ADDED | org.sat4j.tools.DecisionLevelTracing#DecisionLevelTracing(IVisualizationTool) |
REMOVED | org.sat4j.tools.DecisionLevelTracing#void solutionFound() |
REMOVED | org.sat4j.tools.DecisionTracing#DecisionTracing(String) |
ADDED | org.sat4j.tools.DecisionTracing#DecisionTracing(IVisualizationTool, IVisualizationTool, IVisualizationTool, IVisualizationTool) |
REMOVED | org.sat4j.tools.DecisionTracing#void solutionFound() |
ADDED | org.sat4j.tools.DimacsOutputSolver#IConstr addExactly(IVecInt, int) |
ADDED | org.sat4j.tools.DimacsOutputSolver#int[] modelWithInternalVariables() |
ADDED | org.sat4j.tools.DimacsOutputSolver#boolean primeImplicant(int) |
ADDED | org.sat4j.tools.DimacsOutputSolver#void printInfos(PrintWriter) |
ADDED | org.sat4j.tools.DimacsOutputSolver#void printStat(PrintWriter) |
ADDED | org.sat4j.tools.DimacsOutputSolver#int realNumberOfVariables() |
ADDED | org.sat4j.tools.DimacsOutputSolver#void registerLiteral(int) |
ADDED | org.sat4j.tools.DimacsStringSolver#IConstr addExactly(IVecInt, int) |
ADDED | org.sat4j.tools.DimacsStringSolver#int[] modelWithInternalVariables() |
ADDED | org.sat4j.tools.DimacsStringSolver#boolean primeImplicant(int) |
ADDED | org.sat4j.tools.DimacsStringSolver#void printInfos(PrintWriter) |
ADDED | org.sat4j.tools.DimacsStringSolver#void printStat(PrintWriter) |
ADDED | org.sat4j.tools.DimacsStringSolver#int realNumberOfVariables() |
ADDED | org.sat4j.tools.DimacsStringSolver#void registerLiteral(int) |
REMOVED | org.sat4j.tools.DotSearchTracing#void solutionFound() |
ADDED | org.sat4j.tools.FileBasedVisualizationTool |
ADDED | org.sat4j.tools.FullClauseSelectorSolver |
ADDED | org.sat4j.tools.GroupClauseSelectorSolver |
ADDED | org.sat4j.tools.HeuristicsTracing |
ADDED | org.sat4j.tools.IVisualizationTool |
ADDED | org.sat4j.tools.LBDTracing |
REMOVED | org.sat4j.tools.LearnedClauseSizeTracing#LearnedClauseSizeTracing(String) |
ADDED | org.sat4j.tools.LearnedClauseSizeTracing#LearnedClauseSizeTracing(IVisualizationTool) |
REMOVED | org.sat4j.tools.LearnedClauseSizeTracing#void solutionFound() |
ADDED | org.sat4j.tools.LearnedClausesSizeTracing |
ADDED | org.sat4j.tools.LearnedTracing |
ADDED | org.sat4j.tools.LexicoDecorator#IConstr discardSolutionsForOptimizing() |
ADDED | org.sat4j.tools.LexicoDecorator#Number evaluate() |
ADDED | org.sat4j.tools.LexicoDecorator#Number evaluate(int) |
ADDED | org.sat4j.tools.LexicoDecorator#void fixCriterionValue() |
ADDED | org.sat4j.tools.LexicoDecorator#Number getObjectiveValue(int) |
ADDED | org.sat4j.tools.LexicoDecorator#int numberOfCriteria() |
ADDED | org.sat4j.tools.LexicoDecorator#prevmodelwithinternalvars |
ADDED | org.sat4j.tools.LexicoDecorator#void setTimeoutForFindingBetterSolution(int) |
ADDED | org.sat4j.tools.ManyCore#ManyCore(String[], S[]) |
ADDED | org.sat4j.tools.ManyCore#ManyCore(S[]) |
ADDED | org.sat4j.tools.ManyCore#IConstr addExactly(IVecInt, int) |
ADDED | org.sat4j.tools.ManyCore#List<S> getSolvers() |
ADDED | org.sat4j.tools.ManyCore#ISolver getSolvingEngine() |
ADDED | org.sat4j.tools.ManyCore#boolean isSolverKeptHot() |
ADDED | org.sat4j.tools.ManyCore#int[] modelWithInternalVariables() |
ADDED | org.sat4j.tools.ManyCore#boolean primeImplicant(int) |
ADDED | org.sat4j.tools.ManyCore#void printInfos(PrintWriter) |
ADDED | org.sat4j.tools.ManyCore#void printStat(PrintWriter) |
ADDED | org.sat4j.tools.ManyCore#void provideUnitClauses(UnitPropagationListener) |
ADDED | org.sat4j.tools.ManyCore#int realNumberOfVariables() |
ADDED | org.sat4j.tools.ManyCore#void registerLiteral(int) |
ADDED | org.sat4j.tools.ManyCore#void setKeepSolverHot(boolean) |
ADDED | org.sat4j.tools.ManyCore#void setUnitClauseProvider(UnitClauseProvider) |
ADDED | org.sat4j.tools.Minimal4CardinalityModel#Minimal4CardinalityModel(ISolver, IVecInt) |
ADDED | org.sat4j.tools.Minimal4CardinalityModel#Minimal4CardinalityModel(ISolver, IVecInt, SolutionFoundListener) |
ADDED | org.sat4j.tools.Minimal4CardinalityModel#Minimal4CardinalityModel(ISolver, SolutionFoundListener) |
ADDED | org.sat4j.tools.Minimal4InclusionModel#Minimal4InclusionModel(ISolver, IVecInt) |
ADDED | org.sat4j.tools.Minimal4InclusionModel#Minimal4InclusionModel(ISolver, IVecInt, SolutionFoundListener) |
ADDED | org.sat4j.tools.ModelIteratorToSATAdapter |
ADDED | org.sat4j.tools.MultiTracing |
ADDED | org.sat4j.tools.NegationDecorator |
ADDED | org.sat4j.tools.OptToSatAdapter#OptToSatAdapter(IOptimizationProblem, SolutionFoundListener) |
ADDED | org.sat4j.tools.OutcomeListener |
ADDED | org.sat4j.tools.RupSearchListener |
ADDED | org.sat4j.tools.SearchEnumeratorListener |
ADDED | org.sat4j.tools.SearchListenerAdapter |
ADDED | org.sat4j.tools.SearchMinOneListener |
ADDED | org.sat4j.tools.SolutionFoundListener |
ADDED | org.sat4j.tools.SolverDecorator#IConstr addExactly(IVecInt, int) |
ADDED | org.sat4j.tools.SolverDecorator#ISolver getSolvingEngine() |
ADDED | org.sat4j.tools.SolverDecorator#boolean isSolverKeptHot() |
ADDED | org.sat4j.tools.SolverDecorator#int[] modelWithInternalVariables() |
ADDED | org.sat4j.tools.SolverDecorator#boolean primeImplicant(int) |
ADDED | org.sat4j.tools.SolverDecorator#void printInfos(PrintWriter) |
ADDED | org.sat4j.tools.SolverDecorator#void printStat(PrintWriter) |
ADDED | org.sat4j.tools.SolverDecorator#int realNumberOfVariables() |
ADDED | org.sat4j.tools.SolverDecorator#void registerLiteral(int) |
ADDED | org.sat4j.tools.SolverDecorator#void setKeepSolverHot(boolean) |
ADDED | org.sat4j.tools.SolverDecorator#void setUnitClauseProvider(UnitClauseProvider) |
ADDED | org.sat4j.tools.SpeedTracing |
ADDED | org.sat4j.tools.StatisticsSolver |
ADDED | org.sat4j.tools.TextOutputTracing#void cleaning() |
ADDED | org.sat4j.tools.TextOutputTracing#void init(ISolverService) |
ADDED | org.sat4j.tools.TextOutputTracing#void learnUnit(int) |
REMOVED | org.sat4j.tools.TextOutputTracing#void solutionFound() |
ADDED | org.sat4j.tools.TextOutputTracing#void solutionFound(int[], RandomAccessModel) |
ADDED | org.sat4j.tools.encoding.Binary |
ADDED | org.sat4j.tools.encoding.Binomial |
ADDED | org.sat4j.tools.encoding.Commander |
ADDED | org.sat4j.tools.encoding.EncodingStrategy |
ADDED | org.sat4j.tools.encoding.EncodingStrategyAdapter |
ADDED | org.sat4j.tools.encoding.Ladder |
ADDED | org.sat4j.tools.encoding.Policy |
ADDED | org.sat4j.tools.encoding.Product |
ADDED | org.sat4j.tools.encoding.Sequential |
REMOVED | org.sat4j.tools.xplain.HighLevelXplain#constrs |
REMOVED | org.sat4j.tools.xplain.Pair |
ADDED | org.sat4j.tools.xplain.Xplain#Xplain(T, boolean) |
REMOVED | org.sat4j.tools.xplain.Xplain#constrs |
org.sat4j.pb(2.3.5) |
ADDED | org.sat4j.pb.ConstraintRelaxingPseudoOptDecorator |
ADDED | org.sat4j.pb.IPBSolver#IConstr addAtLeast(IVecInt, IVec<BigInteger>, BigInteger) |
ADDED | org.sat4j.pb.IPBSolver#IConstr addAtLeast(IVecInt, IVecInt, int) |
ADDED | org.sat4j.pb.IPBSolver#IConstr addAtMost(IVecInt, IVec<BigInteger>, BigInteger) |
ADDED | org.sat4j.pb.IPBSolver#IConstr addAtMost(IVecInt, IVecInt, int) |
ADDED | org.sat4j.pb.IPBSolver#IConstr addExactly(IVecInt, IVec<BigInteger>, BigInteger) |
ADDED | org.sat4j.pb.IPBSolver#IConstr addExactly(IVecInt, IVecInt, int) |
ADDED | org.sat4j.pb.IPBSolverService |
ADDED | org.sat4j.pb.LPStringSolver |
REMOVED | org.sat4j.pb.LanceurPseudo2007Eclipse#void displayAnswer() |
ADDED | org.sat4j.pb.OPBStringSolver#IConstr addAtLeast(IVecInt, IVec<BigInteger>, BigInteger) |
ADDED | org.sat4j.pb.OPBStringSolver#IConstr addAtLeast(IVecInt, IVecInt, int) |
ADDED | org.sat4j.pb.OPBStringSolver#IConstr addAtMost(IVecInt, IVec<BigInteger>, BigInteger) |
ADDED | org.sat4j.pb.OPBStringSolver#IConstr addAtMost(IVecInt, IVecInt, int) |
ADDED | org.sat4j.pb.OPBStringSolver#IConstr addExactly(IVecInt, IVec<BigInteger>, BigInteger) |
ADDED | org.sat4j.pb.OPBStringSolver#IConstr addExactly(IVecInt, IVecInt, int) |
ADDED | org.sat4j.pb.ObjectiveFunction#BigInteger calculateDegree(RandomAccessModel) |
REMOVED | org.sat4j.pb.ObjectiveFunction#BigInteger calculateDegree(int[]) |
ADDED | org.sat4j.pb.ObjectiveFunction#BigInteger calculateDegreeImplicant(ISolver) |
ADDED | org.sat4j.pb.ObjectiveFunction#BigInteger getCorrection() |
ADDED | org.sat4j.pb.ObjectiveFunction#BigInteger minValue() |
ADDED | org.sat4j.pb.ObjectiveFunction#void setCorrection(BigInteger) |
ADDED | org.sat4j.pb.OptToPBSATAdapter#OptToPBSATAdapter(IOptimizationProblem, SolutionFoundListener) |
ADDED | org.sat4j.pb.OptToPBSATAdapter#Number getCurrentObjectiveValue() |
ADDED | org.sat4j.pb.OptToPBSATAdapter#int[] model(PrintWriter) |
ADDED | org.sat4j.pb.OptToPBSATAdapter#void setSolutionFoundListener(SolutionFoundListener) |
ADDED | org.sat4j.pb.OptToPBSATAdapter#void setTimeoutForFindingBetterSolution(int) |
ADDED | org.sat4j.pb.PBSolverDecorator#IConstr addAtLeast(IVecInt, IVec<BigInteger>, BigInteger) |
ADDED | org.sat4j.pb.PBSolverDecorator#IConstr addAtLeast(IVecInt, IVecInt, int) |
ADDED | org.sat4j.pb.PBSolverDecorator#IConstr addAtMost(IVecInt, IVec<BigInteger>, BigInteger) |
ADDED | org.sat4j.pb.PBSolverDecorator#IConstr addAtMost(IVecInt, IVecInt, int) |
ADDED | org.sat4j.pb.PBSolverDecorator#IConstr addExactly(IVecInt, IVec<BigInteger>, BigInteger) |
ADDED | org.sat4j.pb.PBSolverDecorator#IConstr addExactly(IVecInt, IVecInt, int) |
ADDED | org.sat4j.pb.PseudoBitsAdderDecorator#IConstr addAtLeast(IVecInt, IVec<BigInteger>, BigInteger) |
ADDED | org.sat4j.pb.PseudoBitsAdderDecorator#IConstr addAtLeast(IVecInt, IVecInt, int) |
ADDED | org.sat4j.pb.PseudoBitsAdderDecorator#IConstr addAtMost(IVecInt, IVec<BigInteger>, BigInteger) |
ADDED | org.sat4j.pb.PseudoBitsAdderDecorator#IConstr addAtMost(IVecInt, IVecInt, int) |
ADDED | org.sat4j.pb.PseudoBitsAdderDecorator#IConstr addExactly(IVecInt, IVec<BigInteger>, BigInteger) |
ADDED | org.sat4j.pb.PseudoBitsAdderDecorator#IConstr addExactly(IVecInt, IVecInt, int) |
ADDED | org.sat4j.pb.PseudoOptDecorator#PseudoOptDecorator(IPBSolver, boolean) |
ADDED | org.sat4j.pb.PseudoOptDecorator#PseudoOptDecorator(IPBSolver, boolean, boolean) |
ADDED | org.sat4j.pb.PseudoOptDecorator#void setTimeoutForFindingBetterSolution(int) |
REMOVED | org.sat4j.pb.SolverFactory#IPBSolver defaultSolver() |
ADDED | org.sat4j.pb.SolverFactory#PBSolver defaultSolver() |
ADDED | org.sat4j.pb.SolverFactory#PBSolverCP newCompetPBCPMixedConstraintsLongMaxObjective() |
ADDED | org.sat4j.pb.SolverFactory#PBSolverCP newCompetPBCPMixedConstraintsLongMinObjective() |
ADDED | org.sat4j.pb.SolverFactory#PBSolverCP newCompetPBCPMixedConstraintsMinObjective() |
REMOVED | org.sat4j.pb.SolverFactory#IPBSolver newDefault() |
ADDED | org.sat4j.pb.SolverFactory#PBSolver newDefault() |
ADDED | org.sat4j.pb.SolverFactory#IPBSolver newDefaultOptimizer() |
REMOVED | org.sat4j.pb.SolverFactory#ISolver newDimacsOutput() |
REMOVED | org.sat4j.pb.SolverFactory#IPBSolver newResolutionGlucose() |
ADDED | org.sat4j.pb.SolverFactory#PBSolverResolution newResolutionGlucose() |
ADDED | org.sat4j.pb.SolverFactory#PBSolverResolution newResolutionGlucose21() |
ADDED | org.sat4j.pb.SolverFactory#PBSolverResolution newResolutionGlucoseExpSimp() |
REMOVED | org.sat4j.pb.SolverFactory#IPBSolver newResolutionGlucoseSimpleSimp() |
ADDED | org.sat4j.pb.SolverFactory#PBSolverResolution newResolutionGlucoseSimpleSimp() |
ADDED | org.sat4j.pb.SolverFactory#PBSolverResolution newSAT() |
ADDED | org.sat4j.pb.SolverFactory#IPBSolver newSATUNSAT() |
ADDED | org.sat4j.pb.SolverFactory#PBSolverResolution newUNSAT() |
ADDED | org.sat4j.pb.UserFriendlyPBStringSolver#IConstr addAtLeast(IVecInt, IVec<BigInteger>, BigInteger) |
ADDED | org.sat4j.pb.UserFriendlyPBStringSolver#IConstr addAtLeast(IVecInt, IVecInt, int) |
ADDED | org.sat4j.pb.UserFriendlyPBStringSolver#IConstr addAtMost(IVecInt, IVec<BigInteger>, BigInteger) |
ADDED | org.sat4j.pb.UserFriendlyPBStringSolver#IConstr addAtMost(IVecInt, IVecInt, int) |
ADDED | org.sat4j.pb.UserFriendlyPBStringSolver#IConstr addExactly(IVecInt, IVec<BigInteger>, BigInteger) |
ADDED | org.sat4j.pb.UserFriendlyPBStringSolver#IConstr addExactly(IVecInt, IVecInt, int) |
REMOVED | org.sat4j.pb.constraints.AbstractPBClauseCardConstrDataStructure#AbstractPBClauseCardConstrDataStructure() |
ADDED | org.sat4j.pb.constraints.AbstractPBClauseCardConstrDataStructure#Constr constructLearntCard(IVecInt, IVec<BigInteger>, BigInteger) |
ADDED | org.sat4j.pb.constraints.AbstractPBClauseCardConstrDataStructure#Constr constructLearntPB(IVecInt, IVec<BigInteger>, BigInteger) |
ADDED | org.sat4j.pb.constraints.AbstractPBClauseCardConstrDataStructure#BigInteger sumOfCoefficients(BigInteger[]) |
ADDED | org.sat4j.pb.constraints.AbstractPBDataStructureFactory#Constr createAtLeastPBConstraint(IVecInt, IVec<BigInteger>, BigInteger) |
ADDED | org.sat4j.pb.constraints.AbstractPBDataStructureFactory#Constr createAtMostPBConstraint(IVecInt, IVec<BigInteger>, BigInteger) |
ADDED | org.sat4j.pb.constraints.AbstractPBDataStructureFactory#Constr createUnregisteredAtLeastConstraint(IVecInt, IVec<BigInteger>, BigInteger) |
ADDED | org.sat4j.pb.constraints.AbstractPBDataStructureFactory#Constr createUnregisteredAtMostConstraint(IVecInt, IVec<BigInteger>, BigInteger) |
ADDED | org.sat4j.pb.constraints.AbstractPBDataStructureFactory#Constr learntAtLeastConstraintFactory(IVecInt, IVec<BigInteger>, BigInteger) |
ADDED | org.sat4j.pb.constraints.AbstractPBDataStructureFactory#Constr learntAtMostConstraintFactory(IVecInt, IVec<BigInteger>, BigInteger) |
ADDED | org.sat4j.pb.constraints.AtLeastCardConstructor |
ADDED | org.sat4j.pb.constraints.AtLeastCardPBConstructor |
REMOVED | org.sat4j.pb.constraints.CompetResolutionMinPBLongMixedWLClauseCardConstrDataStructure#Constr constructLearntLongPB(IDataStructurePB) |
REMOVED | org.sat4j.pb.constraints.CompetResolutionMinPBLongMixedWLClauseCardConstrDataStructure#Constr constructLongPB(int[], BigInteger[], BigInteger) |
REMOVED | org.sat4j.pb.constraints.CompetResolutionMinPBLongMixedWLClauseCardConstrDataStructure#boolean isLongSufficient(BigInteger[], BigInteger) |
REMOVED | org.sat4j.pb.constraints.CompetResolutionPBLongMixedHTClauseCardConstrDataStructure#Constr constructLearntLongPB(IDataStructurePB) |
REMOVED | org.sat4j.pb.constraints.CompetResolutionPBLongMixedHTClauseCardConstrDataStructure#Constr constructLongPB(int[], BigInteger[], BigInteger) |
REMOVED | org.sat4j.pb.constraints.CompetResolutionPBLongMixedHTClauseCardConstrDataStructure#boolean isLongSufficient(BigInteger[], BigInteger) |
ADDED | org.sat4j.pb.constraints.ICardConstructor |
ADDED | org.sat4j.pb.constraints.IClauseConstructor |
ADDED | org.sat4j.pb.constraints.IPBConstructor |
ADDED | org.sat4j.pb.constraints.MaxLongWatchPBCPConstructor |
ADDED | org.sat4j.pb.constraints.MaxLongWatchPBConstructor |
ADDED | org.sat4j.pb.constraints.MaxWatchPBConstructor |
ADDED | org.sat4j.pb.constraints.MinCardConstructor |
ADDED | org.sat4j.pb.constraints.MinCardPBConstructor |
ADDED | org.sat4j.pb.constraints.MinLongWatchPBCPConstructor |
ADDED | org.sat4j.pb.constraints.MinLongWatchPBConstructor |
ADDED | org.sat4j.pb.constraints.MinWatchPBConstructor |
ADDED | org.sat4j.pb.constraints.PBLongMaxClauseCardConstrDataStructure |
ADDED | org.sat4j.pb.constraints.PBLongMinClauseCardConstrDataStructure |
REMOVED | org.sat4j.pb.constraints.PBMaxClauseAtLeastConstrDataStructure#PBConstr constructCard(IVecInt, int) |
REMOVED | org.sat4j.pb.constraints.PBMinClauseCardConstrDataStructure#PBConstr constructLearntPB(IDataStructurePB) |
REMOVED | org.sat4j.pb.constraints.PBMinClauseCardConstrDataStructure#PBConstr constructPB(int[], BigInteger[], BigInteger) |
ADDED | org.sat4j.pb.constraints.PuebloMinWatchPBConstructor |
REMOVED | org.sat4j.pb.constraints.PuebloPBMinClauseAtLeastConstrDataStructure#PBConstr constructCard(IVecInt, int) |
ADDED | org.sat4j.pb.constraints.UnitBinaryHTClauseConstructor |
ADDED | org.sat4j.pb.constraints.UnitBinaryHTClausePBConstructor |
ADDED | org.sat4j.pb.constraints.UnitBinaryWLClauseConstructor |
REMOVED | org.sat4j.pb.constraints.pb.AtLeastPB#void assertConstraint(UnitPropagationListener) |
REMOVED | org.sat4j.pb.constraints.pb.AtLeastPB#PBConstr atLeastNew(UnitPropagationListener, ILits, IVecInt, int) |
ADDED | org.sat4j.pb.constraints.pb.AtLeastPB#PBConstr atLeastNew(UnitPropagationListener, ILits, IVecInt, int) |
REMOVED | org.sat4j.pb.constraints.pb.ConflictMapMerging |
REMOVED | org.sat4j.pb.constraints.pb.ConflictMapSwitchToClause#UPPERBOUND |
ADDED | org.sat4j.pb.constraints.pb.ConflictMapSwitchToClause#UpperBound |
REMOVED | org.sat4j.pb.constraints.pb.LearntHTClausePB#void assertConstraint(UnitPropagationListener) |
ADDED | org.sat4j.pb.constraints.pb.MapPb#MapPb(IVecInt, IVec<BigInteger>, BigInteger) |
ADDED | org.sat4j.pb.constraints.pb.MaxWatchPb#LIMIT_FOR_MAP |
REMOVED | org.sat4j.pb.constraints.pb.MaxWatchPb#MaxWatchPb normalizedMaxWatchPbNew(UnitPropagationListener, ILits, int[], BigInteger[], BigInteger) |
ADDED | org.sat4j.pb.constraints.pb.MaxWatchPb#MaxWatchPb normalizedMaxWatchPbNew(UnitPropagationListener, ILits, int[], BigInteger[], BigInteger, BigInteger) |
REMOVED | org.sat4j.pb.constraints.pb.MaxWatchPb#boolean propagate(UnitPropagationListener, int) |
ADDED | org.sat4j.pb.constraints.pb.MaxWatchPb#boolean propagate(UnitPropagationListener, int) |
REMOVED | org.sat4j.pb.constraints.pb.MaxWatchPb#void remove(UnitPropagationListener) |
ADDED | org.sat4j.pb.constraints.pb.MaxWatchPb#void remove(UnitPropagationListener) |
REMOVED | org.sat4j.pb.constraints.pb.MaxWatchPbLong#MaxWatchPbLong normalizedMaxWatchPbNew(UnitPropagationListener, ILits, int[], BigInteger[], BigInteger) |
ADDED | org.sat4j.pb.constraints.pb.MaxWatchPbLong#MaxWatchPbLong normalizedMaxWatchPbNew(UnitPropagationListener, ILits, int[], BigInteger[], BigInteger, BigInteger) |
REMOVED | org.sat4j.pb.constraints.pb.MaxWatchPbLong#boolean propagate(UnitPropagationListener, int) |
REMOVED | org.sat4j.pb.constraints.pb.MaxWatchPbLong#void remove(UnitPropagationListener) |
ADDED | org.sat4j.pb.constraints.pb.MaxWatchPbLongCP |
REMOVED | org.sat4j.pb.constraints.pb.MinWatchCardPB#void assertConstraint(UnitPropagationListener) |
REMOVED | org.sat4j.pb.constraints.pb.MinWatchCardPB#PBConstr minWatchCardPBNew(UnitPropagationListener, ILits, IVecInt, boolean, int) |
ADDED | org.sat4j.pb.constraints.pb.MinWatchCardPB#PBConstr minWatchCardPBNew(UnitPropagationListener, ILits, IVecInt, boolean, int) |
REMOVED | org.sat4j.pb.constraints.pb.MinWatchCardPB#PBConstr normalizedMinWatchCardPBNew(UnitPropagationListener, ILits, IVecInt, int) |
ADDED | org.sat4j.pb.constraints.pb.MinWatchCardPB#PBConstr normalizedMinWatchCardPBNew(UnitPropagationListener, ILits, IVecInt, int) |
REMOVED | org.sat4j.pb.constraints.pb.MinWatchPb#MinWatchPb(ILits, int[], BigInteger[], BigInteger) |
ADDED | org.sat4j.pb.constraints.pb.MinWatchPb#MinWatchPb(ILits, int[], BigInteger[], BigInteger, BigInteger) |
REMOVED | org.sat4j.pb.constraints.pb.MinWatchPb#void computePropagation(UnitPropagationListener) |
REMOVED | org.sat4j.pb.constraints.pb.MinWatchPb#MinWatchPb normalizedMinWatchPbNew(UnitPropagationListener, ILits, int[], BigInteger[], BigInteger) |
ADDED | org.sat4j.pb.constraints.pb.MinWatchPb#MinWatchPb normalizedMinWatchPbNew(UnitPropagationListener, ILits, int[], BigInteger[], BigInteger, BigInteger) |
REMOVED | org.sat4j.pb.constraints.pb.MinWatchPb#boolean propagate(UnitPropagationListener, int) |
ADDED | org.sat4j.pb.constraints.pb.MinWatchPb#boolean propagate(UnitPropagationListener, int) |
REMOVED | org.sat4j.pb.constraints.pb.MinWatchPb#void remove(UnitPropagationListener) |
ADDED | org.sat4j.pb.constraints.pb.MinWatchPb#void remove(UnitPropagationListener) |
REMOVED | org.sat4j.pb.constraints.pb.MinWatchPbLong#MinWatchPbLong(ILits, int[], BigInteger[], BigInteger) |
ADDED | org.sat4j.pb.constraints.pb.MinWatchPbLong#MinWatchPbLong(ILits, int[], BigInteger[], BigInteger, BigInteger) |
REMOVED | org.sat4j.pb.constraints.pb.MinWatchPbLong#void computePropagation(UnitPropagationListener) |
REMOVED | org.sat4j.pb.constraints.pb.MinWatchPbLong#MinWatchPbLong normalizedMinWatchPbNew(UnitPropagationListener, ILits, int[], BigInteger[], BigInteger) |
ADDED | org.sat4j.pb.constraints.pb.MinWatchPbLong#MinWatchPbLong normalizedMinWatchPbNew(UnitPropagationListener, ILits, int[], BigInteger[], BigInteger, BigInteger) |
REMOVED | org.sat4j.pb.constraints.pb.MinWatchPbLong#boolean propagate(UnitPropagationListener, int) |
REMOVED | org.sat4j.pb.constraints.pb.MinWatchPbLong#void remove(UnitPropagationListener) |
ADDED | org.sat4j.pb.constraints.pb.MinWatchPbLongCP |
REMOVED | org.sat4j.pb.constraints.pb.MinWatchPbLongPB |
REMOVED | org.sat4j.pb.constraints.pb.OriginalBinaryClausePB#OriginalBinaryClausePB brandNewClause(UnitPropagationListener, ILits, IVecInt) |
ADDED | org.sat4j.pb.constraints.pb.OriginalBinaryClausePB#OriginalBinaryClausePB brandNewClause(UnitPropagationListener, ILits, IVecInt) |
REMOVED | org.sat4j.pb.constraints.pb.OriginalHTClausePB#OriginalHTClausePB brandNewClause(UnitPropagationListener, ILits, IVecInt) |
ADDED | org.sat4j.pb.constraints.pb.OriginalHTClausePB#OriginalHTClausePB brandNewClause(UnitPropagationListener, ILits, IVecInt) |
REMOVED | org.sat4j.pb.constraints.pb.PuebloMinWatchPb#PuebloMinWatchPb normalizedMinWatchPbNew(UnitPropagationListener, ILits, int[], BigInteger[], BigInteger) |
ADDED | org.sat4j.pb.constraints.pb.PuebloMinWatchPb#PuebloMinWatchPb normalizedMinWatchPbNew(UnitPropagationListener, ILits, int[], BigInteger[], BigInteger) |
REMOVED | org.sat4j.pb.constraints.pb.WatchPb#void assertConstraint(UnitPropagationListener) |
ADDED | org.sat4j.pb.constraints.pb.WatchPb#void assertConstraint(UnitPropagationListener) |
ADDED | org.sat4j.pb.constraints.pb.WatchPb#void assertConstraintIfNeeded(UnitPropagationListener) |
ADDED | org.sat4j.pb.constraints.pb.WatchPb#void calcReasonOnTheFly(int, IVecInt, IVecInt) |
ADDED | org.sat4j.pb.constraints.pb.WatchPb#boolean canBePropagatedMultipleTimes() |
REMOVED | org.sat4j.pb.constraints.pb.WatchPb#void computePropagation(UnitPropagationListener) |
ADDED | org.sat4j.pb.constraints.pb.WatchPb#void computePropagation(UnitPropagationListener) |
ADDED | org.sat4j.pb.constraints.pb.WatchPb#void setActivity(double) |
ADDED | org.sat4j.pb.constraints.pb.WatchPb#sumcoefs |
ADDED | org.sat4j.pb.constraints.pb.WatchPb#Constr toConstraint() |
REMOVED | org.sat4j.pb.constraints.pb.WatchPbLong#void assertConstraint(UnitPropagationListener) |
ADDED | org.sat4j.pb.constraints.pb.WatchPbLong#void assertConstraint(UnitPropagationListener) |
ADDED | org.sat4j.pb.constraints.pb.WatchPbLong#void assertConstraintIfNeeded(UnitPropagationListener) |
ADDED | org.sat4j.pb.constraints.pb.WatchPbLong#void calcReasonOnTheFly(int, IVecInt, IVecInt) |
ADDED | org.sat4j.pb.constraints.pb.WatchPbLong#boolean canBePropagatedMultipleTimes() |
REMOVED | org.sat4j.pb.constraints.pb.WatchPbLong#void computePropagation(UnitPropagationListener) |
ADDED | org.sat4j.pb.constraints.pb.WatchPbLong#void computePropagation(UnitPropagationListener) |
REMOVED | org.sat4j.pb.constraints.pb.WatchPbLong#boolean propagate(UnitPropagationListener, int) |
ADDED | org.sat4j.pb.constraints.pb.WatchPbLong#boolean propagate(UnitPropagationListener, int) |
REMOVED | org.sat4j.pb.constraints.pb.WatchPbLong#void remove(UnitPropagationListener) |
ADDED | org.sat4j.pb.constraints.pb.WatchPbLong#void remove(UnitPropagationListener) |
ADDED | org.sat4j.pb.constraints.pb.WatchPbLong#void setActivity(double) |
ADDED | org.sat4j.pb.constraints.pb.WatchPbLong#sumcoefs |
ADDED | org.sat4j.pb.constraints.pb.WatchPbLong#Constr toConstraint() |
ADDED | org.sat4j.pb.constraints.pb.WatchPbLongCP |
ADDED | org.sat4j.pb.core.IPBCDCLSolver |
ADDED | org.sat4j.pb.core.ObjectiveReducerPBSolverDecorator |
ADDED | org.sat4j.pb.core.PBDataStructureFactory#Constr createAtLeastPBConstraint(IVecInt, IVec<BigInteger>, BigInteger) |
ADDED | org.sat4j.pb.core.PBDataStructureFactory#Constr createAtMostPBConstraint(IVecInt, IVec<BigInteger>, BigInteger) |
ADDED | org.sat4j.pb.core.PBDataStructureFactory#Constr createUnregisteredAtLeastConstraint(IVecInt, IVec<BigInteger>, BigInteger) |
ADDED | org.sat4j.pb.core.PBDataStructureFactory#Constr createUnregisteredAtMostConstraint(IVecInt, IVec<BigInteger>, BigInteger) |
ADDED | org.sat4j.pb.core.PBSolver#IConstr addAtLeast(IVecInt, IVec<BigInteger>, BigInteger) |
ADDED | org.sat4j.pb.core.PBSolver#IConstr addAtLeast(IVecInt, IVecInt, int) |
ADDED | org.sat4j.pb.core.PBSolver#IConstr addAtMost(IVecInt, IVec<BigInteger>, BigInteger) |
ADDED | org.sat4j.pb.core.PBSolver#IConstr addAtMost(IVecInt, IVecInt, int) |
ADDED | org.sat4j.pb.core.PBSolver#IConstr addAtMostOnTheFly(IVecInt, IVec<BigInteger>, BigInteger) |
ADDED | org.sat4j.pb.core.PBSolver#IConstr addAtMostOnTheFly(IVecInt, IVecInt, int) |
ADDED | org.sat4j.pb.core.PBSolver#IConstr addExactly(IVecInt, IVec<BigInteger>, BigInteger) |
ADDED | org.sat4j.pb.core.PBSolver#IConstr addExactly(IVecInt, IVecInt, int) |
ADDED | org.sat4j.pb.core.PBSolver#objectiveFunctionBased |
REMOVED | org.sat4j.pb.core.PBSolverMerging |
ADDED | org.sat4j.pb.orders.IOrderObjective |
ADDED | org.sat4j.pb.orders.RandomWalkDecoratorObjective |
ADDED | org.sat4j.pb.reader.JSONPBReader |
ADDED | org.sat4j.pb.reader.OPBReader2012 |
ADDED | org.sat4j.pb.reader.PBInstanceReader#boolean hasObjectiveFunction() |
ADDED | org.sat4j.pb.tools.AbstractLexicoHelper |
ADDED | org.sat4j.pb.tools.ClausalConstraintsDecorator |
REMOVED | org.sat4j.pb.tools.ConflictTracing#void solutionFound() |
ADDED | org.sat4j.pb.tools.DependencyHelper#Collection<T> getASolution() |
ADDED | org.sat4j.pb.tools.DependencyHelper#void impliedBy(Collection<T>, Collection<T>, Collection<T>) |
ADDED | org.sat4j.pb.tools.DependencyHelper#void reset() |
ADDED | org.sat4j.pb.tools.LexicoDecoratorPB#IConstr addAtLeast(IVecInt, IVec<BigInteger>, BigInteger) |
ADDED | org.sat4j.pb.tools.LexicoDecoratorPB#IConstr addAtLeast(IVecInt, IVecInt, int) |
ADDED | org.sat4j.pb.tools.LexicoDecoratorPB#IConstr addAtMost(IVecInt, IVec<BigInteger>, BigInteger) |
ADDED | org.sat4j.pb.tools.LexicoDecoratorPB#IConstr addAtMost(IVecInt, IVecInt, int) |
ADDED | org.sat4j.pb.tools.LexicoDecoratorPB#void addCriterion(IVecInt, IVec<BigInteger>) |
ADDED | org.sat4j.pb.tools.LexicoDecoratorPB#IConstr addExactly(IVecInt, IVec<BigInteger>, BigInteger) |
ADDED | org.sat4j.pb.tools.LexicoDecoratorPB#IConstr addExactly(IVecInt, IVecInt, int) |
ADDED | org.sat4j.pb.tools.ManyCorePB#ManyCorePB(IPBSolver[]) |
ADDED | org.sat4j.pb.tools.ManyCorePB#IConstr addAtLeast(IVecInt, IVec<BigInteger>, BigInteger) |
ADDED | org.sat4j.pb.tools.ManyCorePB#IConstr addAtLeast(IVecInt, IVecInt, int) |
ADDED | org.sat4j.pb.tools.ManyCorePB#IConstr addAtMost(IVecInt, IVec<BigInteger>, BigInteger) |
ADDED | org.sat4j.pb.tools.ManyCorePB#IConstr addAtMost(IVecInt, IVecInt, int) |
ADDED | org.sat4j.pb.tools.ManyCorePB#IConstr addExactly(IVecInt, IVec<BigInteger>, BigInteger) |
ADDED | org.sat4j.pb.tools.ManyCorePB#IConstr addExactly(IVecInt, IVecInt, int) |
ADDED | org.sat4j.pb.tools.PBAdapter |
ADDED | org.sat4j.pb.tools.SearchOptimizerListener |
ADDED | org.sat4j.pb.tools.SteppedTimeoutLexicoDecoratorPB |
ADDED | org.sat4j.pb.tools.SteppedTimeoutLexicoHelper |
ADDED | org.sat4j.pb.tools.StringNegator#INSTANCE |
REMOVED | org.sat4j.pb.tools.StringNegator#instance |
ADDED | org.sat4j.pb.tools.XplainPB#IConstr addAtLeast(IVecInt, IVec<BigInteger>, BigInteger) |
ADDED | org.sat4j.pb.tools.XplainPB#IConstr addAtLeast(IVecInt, IVecInt, int) |
ADDED | org.sat4j.pb.tools.XplainPB#IConstr addAtMost(IVecInt, IVec<BigInteger>, BigInteger) |
ADDED | org.sat4j.pb.tools.XplainPB#IConstr addAtMost(IVecInt, IVecInt, int) |
ADDED | org.sat4j.pb.tools.XplainPB#IConstr addExactly(IVecInt, IVec<BigInteger>, BigInteger) |
ADDED | org.sat4j.pb.tools.XplainPB#IConstr addExactly(IVecInt, IVecInt, int) |