org.sat4j.reader
Class CSPExtSupportReader

java.lang.Object
  extended by org.sat4j.reader.Reader
      extended by org.sat4j.reader.CSPReader
          extended by org.sat4j.reader.CSPExtSupportReader
All Implemented Interfaces:
org.sat4j.csp.xml.ICSPCallback

public class CSPExtSupportReader
extends CSPReader


Constructor Summary
CSPExtSupportReader(ISolver solver)
           
 
Method Summary
 
Methods inherited from class org.sat4j.reader.CSPReader
addConstantParameter, addDomainValue, addDomainValue, addEffectiveParameter, addEffectiveParameter, addFormalParameter, addIntegerItem, addRelationTuple, addVariable, addVariableItem, addVariableToConstraint, beginConstraint, beginConstraintsSection, beginDomain, beginDomainsSection, beginInstance, beginParameterList, beginPredicate, beginPredicatesSection, beginRelation, beginRelationsSection, beginVariablesSection, constraintExpression, constraintReference, decode, decode, endConstraint, endConstraintsSection, endDomain, endDomainsSection, endInstance, endParamaterList, endPredicate, endPredicatesSection, endRelation, endRelationsSection, endVariablesSection, parseInstance, predicateExpression
 
Methods inherited from class org.sat4j.reader.Reader
isVerbose, parseInstance, parseInstance, setVerbosity
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CSPExtSupportReader

public CSPExtSupportReader(ISolver solver)