org.sat4j.minisat.constraints
Class MixedDataStructureDanielCBWL
java.lang.Object
org.sat4j.minisat.constraints.AbstractDataStructureFactory
org.sat4j.minisat.constraints.MixedDataStructureDanielWL
org.sat4j.minisat.constraints.MixedDataStructureDanielCBWL
- All Implemented Interfaces:
- Serializable, DataStructureFactory
public class MixedDataStructureDanielCBWL
- extends MixedDataStructureDanielWL
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MixedDataStructureDanielCBWL
public MixedDataStructureDanielCBWL()
createClause
public Constr createClause(IVecInt literals)
throws ContradictionException
- Specified by:
createClause
in interface DataStructureFactory
- Overrides:
createClause
in class MixedDataStructureDanielWL
- Parameters:
literals
- a set of literals using Dimacs format (signed non null
integers).
- Returns:
- null if the constraint is a tautology.
- Throws:
ContradictionException
- the constraint is trivially unsatisfiable.
Copyright © 2010 Centre de Recherche en Informatique de Lens (CRIL). All Rights Reserved.