| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.sat4j.minisat.constraints.AbstractDataStructureFactory
org.sat4j.minisat.constraints.ClausalDataStructureWL
org.sat4j.minisat.constraints.MixedDataStructureDaniel
org.sat4j.minisat.constraints.MixedDataStructureWithBinaryAndTernary
public class MixedDataStructureWithBinaryAndTernary
| Constructor Summary | |
|---|---|
| MixedDataStructureWithBinaryAndTernary() | |
| Method Summary | |
|---|---|
|  Constr | createClause(IVecInt literals) | 
|  ILits | getVocabulary() | 
|  void | learnConstraint(Constr constr) | 
| Methods inherited from class org.sat4j.minisat.constraints.MixedDataStructureDaniel | 
|---|
| createCardinalityConstraint | 
| Methods inherited from class org.sat4j.minisat.constraints.ClausalDataStructureWL | 
|---|
| createUnregisteredClause | 
| Methods inherited from class org.sat4j.minisat.constraints.AbstractDataStructureFactory | 
|---|
| conflictDetectedInWatchesFor, createPseudoBooleanConstraint, createUnregisteredPseudoBooleanConstraint, getWatchesFor, reset, setLearner, setUnitPropagationListener | 
| Methods inherited from class java.lang.Object | 
|---|
| equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public MixedDataStructureWithBinaryAndTernary()
| Method Detail | 
|---|
public ILits getVocabulary()
getVocabulary in interface DataStructureFactorygetVocabulary in class AbstractDataStructureFactory
public Constr createClause(IVecInt literals)
                    throws ContradictionException
createClause in interface DataStructureFactorycreateClause in class ClausalDataStructureWLliterals - a set of literals using Dimacs format (signed non null
            integers).
ContradictionException - the constraint is trivially unsatisfiable.public void learnConstraint(Constr constr)
learnConstraint in interface DataStructureFactorylearnConstraint in class AbstractDataStructureFactory| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||