Package gprover
Class Main2
- java.lang.Object
-
- gprover.Main2
-
@Deprecated public class Main2 extends java.lang.ObjectDeprecated.Main entry point for the application.This class demonstrates file selection from a specific directory, reading data using a custom term reader, initializing a database, processing the example, computing a fixpoint and displaying a full proof. The file chooser is set to the "examples" directory relative to the user's current working directory. If the file selection is cancelled, the application exits.
-
-
Constructor Summary
Constructors Constructor Description Main2()Deprecated.
-
Method Summary
All Methods Static Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static voidmain(java.lang.String[] args)Deprecated.
-