Uses of Class
org.sat4j.minisat.constraints.cnf.WLClause

Packages that use WLClause
org.sat4j.minisat.constraints.cnf Implementations of clausal contraints. 
org.sat4j.minisat.constraints.pb Implementations of pseudo boolean contraints. 
 

Uses of WLClause in org.sat4j.minisat.constraints.cnf
 

Subclasses of WLClause in org.sat4j.minisat.constraints.cnf
 class DefaultWLClause
           
 class LearntWLClause
           
 class OriginalWLClause
           
 

Methods in org.sat4j.minisat.constraints.cnf that return WLClause
static WLClause WLClause.brandNewClause(UnitPropagationListener s, ILits voc, IVecInt literals)
          Creates a brand new clause, presumably from external data.
 

Uses of WLClause in org.sat4j.minisat.constraints.pb
 

Subclasses of WLClause in org.sat4j.minisat.constraints.pb
 class WLClausePB
           
 



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