Uses of Package
org.sat4j.reader

Packages that use org.sat4j.reader
org.sat4j Contains a command line launcher for the SAT solvers. 
org.sat4j.csp Classes needed for CSP to SAT translation. 
org.sat4j.maxsat MAXSAT and Weighted Max SAT framework. 
org.sat4j.maxsat.reader Some utility classes to read problems from plain text files. 
org.sat4j.pb   
org.sat4j.pb.reader   
org.sat4j.reader Some utility classes to read problems from plain text files. 
org.sat4j.sat   
 

Classes in org.sat4j.reader used by org.sat4j
ParseFormatException
          Exception launched when there is a problem during parsing.
Reader
          A reader is responsible to feed an ISolver from a text file and to convert the model found by the solver to a textual representation.
 

Classes in org.sat4j.reader used by org.sat4j.csp
Reader
          A reader is responsible to feed an ISolver from a text file and to convert the model found by the solver to a textual representation.
 

Classes in org.sat4j.reader used by org.sat4j.maxsat
Reader
          A reader is responsible to feed an ISolver from a text file and to convert the model found by the solver to a textual representation.
 

Classes in org.sat4j.reader used by org.sat4j.maxsat.reader
DimacsReader
          Very simple Dimacs file parser.
ParseFormatException
          Exception launched when there is a problem during parsing.
Reader
          A reader is responsible to feed an ISolver from a text file and to convert the model found by the solver to a textual representation.
 

Classes in org.sat4j.reader used by org.sat4j.pb
Reader
          A reader is responsible to feed an ISolver from a text file and to convert the model found by the solver to a textual representation.
 

Classes in org.sat4j.reader used by org.sat4j.pb.reader
InstanceReader
          An reader having the responsability to choose the right reader according to the input.
ParseFormatException
          Exception launched when there is a problem during parsing.
Reader
          A reader is responsible to feed an ISolver from a text file and to convert the model found by the solver to a textual representation.
 

Classes in org.sat4j.reader used by org.sat4j.reader
CSPReader
          This class is a CSP to SAT translator that is able to read a CSP problem using the First CSP solver competition input format and that translates it into clausal and cardinality (equality) constraints.
DimacsReader
          Very simple Dimacs file parser.
EfficientScanner
          Efficient scanner based on the LecteurDimacs class written by Frederic Laihem.
InstanceReader
          An reader having the responsability to choose the right reader according to the input.
ParseFormatException
          Exception launched when there is a problem during parsing.
Reader
          A reader is responsible to feed an ISolver from a text file and to convert the model found by the solver to a textual representation.
 

Classes in org.sat4j.reader used by org.sat4j.sat
ParseFormatException
          Exception launched when there is a problem during parsing.
Reader
          A reader is responsible to feed an ISolver from a text file and to convert the model found by the solver to a textual representation.
 



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