Projects



Changes between Version 13 and Version 14 of MoMoC


Ignore:
Timestamp:
Jan 12, 2020, 11:39:04 PM (5 years ago)
Author:
5willrod
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • MoMoC

    v13 v14  
    1 ==  MoMoC - A Modular Model Checker
     1=  MoMoC - A Modular Model Checker
    22
    33The 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.
     
    1414As the names suggest, the user guide explains usage and features of the MoMoC plugin, whereas the developer guide is addressed to anyone who wants to extend the plugin.
    1515
    16 == User Guide
     16= User Guide
    1717
    1818A detailed user guide will follow shortly.
    1919
    20 === User Interface
     20== User Interface
    2121
    22 === Net Instance Quantifier
     22== Net Instance Quantifier
    2323
    24 === Syntax
     24== Syntax
    2525
    2626MoMoC follows the general syntax of CTL.
     
    5151|| || Number || ![0-9]+ || ||
    5252
    53 ==== Examples
     53=== Examples
    5454
    5555AG (NOT DEADLOCK) : ''"On all paths, globally, not deadlock yields"'' (Deadlock-freedom)
     
    7171**!InstancePredicate**: True if the total number of tokens in a place fulfills the given expression. Does not distinguish between token types.
    7272
    73 === Results
     73== Results
    7474
    75 == Developer Guide
     75= Developer Guide
    7676
    7777A detailed developer guide will follow shortly.