-
Notifications
You must be signed in to change notification settings - Fork 0
MuVal
hiroshi-unno edited this page Oct 12, 2023
·
2 revisions
MuVal is a validity checker for
The following input formats are supported:
- C Integer
- Integer Transition Systems (ITS)
- T2
-
$\mu$ CLP
MuVal supports C programs.
MuVal supports (non-)termination verification and temporal verification (e.g., LTL, CTL, and modal
CounterExample Guided Inductive Synthesis (CEGIS), template-based synthesis of inductive invariants, ranking functions, and Skolem functions, ...
- SAT solver: MiniSat
- SMT solver: Z3
https://github.com/hiroshi-unno/coar
Example files are available from: https://github.com/hiroshi-unno/coar/tree/main/benchmarks
The following papers describe the technical details of MuVal:
- Hiroshi Unno, Tachio Terauchi, Yu Gu, Eric Koskinen: Modular Primal-Dual Fixpoint Logic Solving for Temporal Verification. Proc. ACM Program. Lang. 7(POPL): 2111-2140 (2023)
- Satoshi Kura, Hiroshi Unno, Ichiro Hasuo: Decision Tree Learning in CEGIS-Based Termination Analysis. CAV (2) 2021: 75-98
- Hiroshi Unno, Tachio Terauchi, Eric Koskinen: Constraint-Based Relational Verification. CAV (1) 2021: 742-766