Package org.sat4j.minisat.constraints.cnf

Implementations of clausal contraints.

See:
          Description

Class Summary
BinaryClauses  
CBClause  
Lits  
Lits2  
Lits23  
MixableCBClause Counter Based clauses that can be mixed with WLCLauses
TernaryClauses  
WLClause Lazy data structure for clause using Watched Literals.
 

Package org.sat4j.minisat.constraints.cnf Description

Implementations of clausal contraints. Implementation for both counter based and watched literals is provided. Specific implementation for binary and ternary clauses proposed by Lawrence Ryan are available as well.