org.sat4j.minisat.constraints
Class PuebloPBMinClauseAtLeastConstrDataStructure

java.lang.Object
  extended by org.sat4j.minisat.constraints.AbstractDataStructureFactory<ILits>
      extended by org.sat4j.minisat.constraints.AbstractPBDataStructureFactory
          extended by org.sat4j.minisat.constraints.AbstractPBClauseCardConstrDataStructure
              extended by org.sat4j.minisat.constraints.PuebloPBMinClauseCardConstrDataStructure
                  extended by org.sat4j.minisat.constraints.PuebloPBMinClauseAtLeastConstrDataStructure
All Implemented Interfaces:
java.io.Serializable, IInternalPBConstraintCreator, DataStructureFactory<ILits>

public class PuebloPBMinClauseAtLeastConstrDataStructure
extends PuebloPBMinClauseCardConstrDataStructure

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.sat4j.minisat.constraints.AbstractDataStructureFactory
learner, lits, solver
 
Constructor Summary
PuebloPBMinClauseAtLeastConstrDataStructure()
           
 
Method Summary
protected  PBConstr constructCard(IVecInt lits, int degree)
           
protected  PBConstr constructLearntCard(IVecInt literals, int degree)
           
 
Methods inherited from class org.sat4j.minisat.constraints.PuebloPBMinClauseCardConstrDataStructure
constructClause, constructLearntClause, constructLearntPB, constructPB, constructPB
 
Methods inherited from class org.sat4j.minisat.constraints.AbstractPBClauseCardConstrDataStructure
constraintFactory, constraintFactory, constraintFactory, constraintFactory
 
Methods inherited from class org.sat4j.minisat.constraints.AbstractPBDataStructureFactory
createCardinalityConstraint, createClause, createLits, createPseudoBooleanConstraint, createUnregisteredClause, createUnregisteredPseudoBooleanConstraint, createUnregisteredPseudoBooleanConstraint
 
Methods inherited from class org.sat4j.minisat.constraints.AbstractDataStructureFactory
conflictDetectedInWatchesFor, getVocabulary, getWatchesFor, learnConstraint, reset, setLearner, setUnitPropagationListener
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PuebloPBMinClauseAtLeastConstrDataStructure

public PuebloPBMinClauseAtLeastConstrDataStructure()
Method Detail

constructCard

protected PBConstr constructCard(IVecInt lits,
                                 int degree)
                          throws ContradictionException
Overrides:
constructCard in class PuebloPBMinClauseCardConstrDataStructure
Throws:
ContradictionException

constructLearntCard

protected PBConstr constructLearntCard(IVecInt literals,
                                       int degree)
Overrides:
constructLearntCard in class PuebloPBMinClauseCardConstrDataStructure


Copyright © 2007 Centre de Recherche en Informatique de Lens (CRIL). All Rights Reserved.