Changes between Version 13 and Version 14 of MoMoC
- Timestamp:
- Jan 12, 2020, 11:39:04 PM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
MoMoC
v13 v14 1 = =MoMoC - A Modular Model Checker1 = MoMoC - A Modular Model Checker 2 2 3 3 The 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. … … 14 14 As 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. 15 15 16 = =User Guide16 = User Guide 17 17 18 18 A detailed user guide will follow shortly. 19 19 20 == =User Interface20 == User Interface 21 21 22 == =Net Instance Quantifier22 == Net Instance Quantifier 23 23 24 == =Syntax24 == Syntax 25 25 26 26 MoMoC follows the general syntax of CTL. … … 51 51 || || Number || ![0-9]+ || || 52 52 53 === =Examples53 === Examples 54 54 55 55 AG (NOT DEADLOCK) : ''"On all paths, globally, not deadlock yields"'' (Deadlock-freedom) … … 71 71 **!InstancePredicate**: True if the total number of tokens in a place fulfills the given expression. Does not distinguish between token types. 72 72 73 == =Results73 == Results 74 74 75 = =Developer Guide75 = Developer Guide 76 76 77 77 A detailed developer guide will follow shortly.