org.sat4j.minisat.constraints
Class ClausalDataStructureCB
java.lang.Object
   org.sat4j.minisat.constraints.AbstractDataStructureFactory
org.sat4j.minisat.constraints.AbstractDataStructureFactory
       org.sat4j.minisat.constraints.ClausalDataStructureCB
org.sat4j.minisat.constraints.ClausalDataStructureCB
- All Implemented Interfaces: 
- Serializable, DataStructureFactory
- public class ClausalDataStructureCB 
- extends AbstractDataStructureFactory
- Author:
- parrain To change the template for this generated type comment go to
         Window - Preferences - Java - Code Generation - Code and Comments
- See Also:
- Serialized Form
 
 
 
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
ClausalDataStructureCB
public ClausalDataStructureCB()
conflictDetectedInWatchesFor
public void conflictDetectedInWatchesFor(int p,
                                         int i)
- 
- Specified by:
- conflictDetectedInWatchesForin interface- DataStructureFactory
- Overrides:
- conflictDetectedInWatchesForin class- AbstractDataStructureFactory
 
- 
- i- the index of the conflicting constraint
 
getWatchesFor
public IVec<Propagatable> getWatchesFor(int p)
- 
- Specified by:
- getWatchesForin interface- DataStructureFactory
- Overrides:
- getWatchesForin class- AbstractDataStructureFactory
 
- 
- Returns:
- a vector containing all the objects to be notified of the
         satisfaction of that literal.
 
createClause
public Constr createClause(IVecInt literals)
                    throws ContradictionException
- 
- 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.
 
createUnregisteredClause
public Constr createUnregisteredClause(IVecInt literals)
- 
 
createLits
protected ILits createLits()
- 
- Specified by:
- createLitsin class- AbstractDataStructureFactory
 
- 
 
Copyright © 2010 Centre de Recherche en Informatique de Lens (CRIL). All Rights Reserved.