Class JmcModelChecker

java.lang.Object
org.mpi_sws.jmc.checker.JmcModelChecker

public class JmcModelChecker extends Object
The JmcModelChecker class is responsible for managing the model checking process. It uses a JmcCheckerConfiguration to configure the process and a JmcTestTarget to specify the program under test.
  • Constructor Details

    • JmcModelChecker

      public JmcModelChecker(JmcCheckerConfiguration config)
      Constructs a new JMC model checker with the given configuration.
      Parameters:
      config - the configuration to use
  • Method Details