org.sat4j.pb
Class GoodOPBReader

java.lang.Object
  extended by org.sat4j.reader.Reader
      extended by org.sat4j.pb.GoodOPBReader
All Implemented Interfaces:
Serializable

public class GoodOPBReader
extends Reader
implements Serializable

This class is a quick hack to read opb formatted files. The reader skip commented lines (beginning with COMMENT_SYMBOL) and expect constraints of the form: [name :] [[+|-]COEF] [*] [+|-]LIT >=|<=|= DEGREE where COEF and DEGREE are plain integer and LIT is an identifier.

Author:
leberre
See Also:
Serialized Form

Constructor Summary
GoodOPBReader(IPBSolver solver)
           
 
Method Summary
 String decode(int[] model)
           
 void decode(int[] model, PrintWriter out)
           
 IProblem parseInstance(Reader in)
           
 
Methods inherited from class org.sat4j.reader.Reader
isVerbose, parseInstance, parseInstance, setVerbosity
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GoodOPBReader

public GoodOPBReader(IPBSolver solver)
Method Detail

parseInstance

public final IProblem parseInstance(Reader in)
                             throws ParseFormatException,
                                    ContradictionException,
                                    IOException
Specified by:
parseInstance in class Reader
Throws:
ParseFormatException
ContradictionException
IOException

decode

public String decode(int[] model)
Specified by:
decode in class Reader

decode

public void decode(int[] model,
                   PrintWriter out)
Specified by:
decode in class Reader


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