Official Website: https://sail.doc.ic.ac.uk/software/mcmas/
Developer: Imperial College London
Language: C++
Input Language: ISPL (Interpreted Systems Programming Language)
MCMAS is one of the most mature and widely-used epistemic model checkers. It's specifically designed for verifying temporal-epistemic properties in multi-agent systems using the interpreted systems semantics.
Key Features:
Strengths:
Limitations:
Official Website: https://cgi.cse.unsw.edu.au/~mck/pmck/
Developer: University of New South Wales
Language: C
Input Language: Extended SMV language with epistemic operators
MCK extends the traditional model checking approach to include epistemic reasoning. It builds upon the SMV framework but adds epistemic operators and semantics.
Key Features:
Strengths:
Limitations:
| Feature | MCMAS | MCK |
|---|---|---|
| Core Logic Support | ||
| Epistemic Logic (K, B) | ✅ Full | ✅ Full |
| Temporal Logic (CTL/LTL) | ✅ CTLK | ✅ CTL*/LTL* |
| Common Knowledge | ✅ Yes | ✅ Yes |
| Distributed Knowledge | ✅ Yes | ✅ Yes |
| Technical Approach | ||
| Symbolic Model Checking | ✅ BDD-based | ✅ BDD-based |
| Explicit State Exploration | ✅ Optional | ✅ Optional |
| Counterexample Generation | ✅ Yes | ✅ Yes |
| Bisimulation Checking | ✅ Yes | ✅ Yes |
| System Modeling | ||
| Multi-Agent Systems | ✅ Native | ✅ Yes |
| Synchronous Systems | ✅ Yes | ✅ Yes |
| Asynchronous Systems | ✅ Yes | ✅ Limited |
| Semantics Support | ||
| Interpreted Systems | ✅ Native | ❌ No |
| Kripke Structures | ✅ Yes | ✅ Native |
| Perfect Recall | ✅ Yes | ✅ Yes |
| No Learning | ✅ Yes | ✅ Yes |
| Usability & Integration | ||
| GUI Interface | ✅ Yes | ❌ No |
| Command Line Interface | ✅ Yes | ✅ Yes |
| Documentation Quality | ✅ Excellent | ⚠️ Fair |
| Active Development | ✅ Yes | ❌ No |
| Academic Support | ✅ Strong | ⚠️ Limited |
| Performance & Scalability | ||
| Large State Spaces | ✅ Good | ✅ Good |
| Memory Efficiency | ✅ High | ✅ High |
| Optimization Features | ✅ Advanced | ✅ Standard |
| Platform Support | ||
| Linux | ✅ Yes | ✅ Yes |
| Windows | ✅ Yes | ⚠️ Limited |
| macOS | ✅ Yes | ⚠️ Limited |
| Input/Output | ||
| Specification Language | ISPL | Extended SMV |
| Output Formats | Multiple | Standard |
| Integration APIs | ✅ Yes | ❌ Limited |
For Academic Research: MCMAS - Most comprehensive, well-documented, active development
For Integration with Existing SMV Workflows: MCK - Familiar syntax, good compatibility
For Performance-Critical Applications: MCMAS - Best symbolic algorithms and optimizations