Uses of Class
org.sat4j.reader.ParseFormatException

Packages that use ParseFormatException
org.sat4j Contains a command line launcher for the SAT solvers. 
org.sat4j.reader Some utility classes to read problems from plain text files. 
 

Uses of ParseFormatException in org.sat4j
 

Methods in org.sat4j that throw ParseFormatException
protected  IProblem AbstractLauncher.readProblem(String problemname)
          Reads a problem file from the command line.
 

Uses of ParseFormatException in org.sat4j.reader
 

Methods in org.sat4j.reader that throw ParseFormatException
protected  boolean GroupedCNFReader.handleLine()
           
protected  boolean DimacsReader.handleLine()
           
 String EfficientScanner.next()
           
 BigInteger EfficientScanner.nextBigInteger()
           
 int EfficientScanner.nextInt()
          To get the next available integer.
abstract  IProblem Reader.parseInstance(InputStream in)
          Read a file from a stream.
 IProblem LecteurDimacs.parseInstance(InputStream input)
           
 IProblem InstanceReader.parseInstance(InputStream in)
           
 IProblem DimacsReader.parseInstance(InputStream in)
           
 IProblem AIGReader.parseInstance(InputStream in)
           
 IProblem AAGReader.parseInstance(InputStream in)
           
 IProblem Reader.parseInstance(Reader in)
          Deprecated. 
 IProblem Reader.parseInstance(String filename)
          This is the usual method to feed a solver with a benchmark.
 IProblem InstanceReader.parseInstance(String filename)
           
protected  void DimacsReader.readConstrs()
           
protected  void GroupedCNFReader.readProblemLine()
           
protected  void DimacsReader.readProblemLine()
           
 



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