org.sat4j.pb.constraints
Class CompetMinHTmixedClauseCardConstrDataStructureFactory

java.lang.Object
  extended by org.sat4j.minisat.constraints.AbstractDataStructureFactory
      extended by org.sat4j.pb.constraints.AbstractPBDataStructureFactory
          extended by org.sat4j.pb.constraints.AbstractPBClauseCardConstrDataStructure
              extended by org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure
                  extended by org.sat4j.pb.constraints.PBMinClauseCardConstrDataStructure
                      extended by org.sat4j.pb.constraints.CompetMinHTmixedClauseCardConstrDataStructureFactory
All Implemented Interfaces:
java.io.Serializable, DataStructureFactory, PBDataStructureFactory

public class CompetMinHTmixedClauseCardConstrDataStructureFactory
extends PBMinClauseCardConstrDataStructure

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.sat4j.pb.constraints.AbstractPBDataStructureFactory
FOR_COMPETITION, NO_COMPETITION
 
Fields inherited from class org.sat4j.minisat.constraints.AbstractDataStructureFactory
learner, lits, solver
 
Constructor Summary
CompetMinHTmixedClauseCardConstrDataStructureFactory()
           
 
Method Summary
protected  Constr constructCard(IVecInt theLits, int degree)
           
protected  Constr constructClause(IVecInt v)
           
protected  Constr constructLearntCard(IDataStructurePB dspb)
           
protected  Constr constructLearntClause(IVecInt resLits)
           
 
Methods inherited from class org.sat4j.pb.constraints.PBMinClauseCardConstrDataStructure
constructLearntPB, constructPB
 
Methods inherited from class org.sat4j.pb.constraints.AbstractPBClauseCardConstrDataStructure
constraintFactory, learntConstraintFactory
 
Methods inherited from class org.sat4j.pb.constraints.AbstractPBDataStructureFactory
createCardinalityConstraint, createClause, createLits, createPseudoBooleanConstraint, createUnregisteredClause, createUnregisteredPseudoBooleanConstraint, getNormalizer, setNormalizer, setNormalizer
 
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
 
Methods inherited from interface org.sat4j.minisat.core.DataStructureFactory
conflictDetectedInWatchesFor, getVocabulary, getWatchesFor, learnConstraint, reset, setLearner, setUnitPropagationListener
 

Constructor Detail

CompetMinHTmixedClauseCardConstrDataStructureFactory

public CompetMinHTmixedClauseCardConstrDataStructureFactory()
Method Detail

constructClause

protected Constr constructClause(IVecInt v)
Overrides:
constructClause in class PuebloPBMinClauseCardConstrDataStructure

constructLearntClause

protected Constr constructLearntClause(IVecInt resLits)
Overrides:
constructLearntClause in class PuebloPBMinClauseCardConstrDataStructure

constructCard

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

constructLearntCard

protected Constr constructLearntCard(IDataStructurePB dspb)
Overrides:
constructLearntCard in class PuebloPBMinClauseCardConstrDataStructure


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