Package org.sosy_lab.java_smt.example
Class FormulaClassifier
- java.lang.Object
-
- org.sosy_lab.java_smt.example.FormulaClassifier
-
public class FormulaClassifier extends Object
This program parses user-given formulas and prints out the (minimal) matching theory for them.Warning: This is a prototype and not intended for larger usage.
-
-
Constructor Summary
Constructors Constructor Description FormulaClassifier(SolverContext pContext)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static void
main(String... args)
String
toString()
void
visit(BooleanFormula f)
-
-
-
Constructor Detail
-
FormulaClassifier
public FormulaClassifier(SolverContext pContext)
-
-
Method Detail
-
main
public static void main(String... args) throws InvalidConfigurationException, SolverException, InterruptedException, IOException
-
visit
public void visit(BooleanFormula f)
-
-