Projects



Changes between Version 2 and Version 3 of MoMoC


Ignore:
Timestamp:
Jan 10, 2020, 12:53:46 AM (5 years ago)
Author:
5willrod
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • MoMoC

    v2 v3  
    1 The MoMoc Plugin is based on the [/ReferenceNetsReachabilityGraph RNRG] plugin, whose key functionality (creating a reachability graph) can be accessed through the MoMoc Plugin.
     1==  MoMoC - A Modular Model Checker
     2
     3The MoMoC Plugin is a modular model-checking tool designed to be able to verify all formalism that Renew can simulate, most notably including the Reference Net formalism.
     4Currently, MoMoC can verify CTL formulas on Referencenets and thus also on CPNs and P/T-Nets.
     5It also features an interactive result visualisation for label based model checking approaches such as CTL model checking.
     6
     7MoMoC is implemented in several modules (thus its name) and each can quickly be exchanged to alter the behaviour of the plugin.
     8This makes it easy to test out new algorithms or data-structures, as only the corresponding module needs to be replaced.
     9
     10The foundation of MoMoC is the [/ReferenceNetsReachabilityGraph RNRG] plugin, whose key functionality (creating a reachability graph) can be accessed through the MoMoC Plugin.
     11
     12== User Guide
     13
     14A detailed user guide will follow shortly.
     15
     16== Developer Guide
     17
     18A detailed developer guide will follow shortly.