Package gprover

Class Main2


  • @Deprecated
    public class Main2
    extends java.lang.Object
    Deprecated.
    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 void main​(java.lang.String[] args)
      Deprecated.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Main2

        public Main2()
        Deprecated.
    • Method Detail

      • main

        @Deprecated
        public static void main​(java.lang.String[] args)
        Deprecated.
        Main method to run the application.
        Parameters:
        args - Command line arguments (not used).