-
Updated
Jul 4, 2022 - Rust
#
model-checker
Here are 31 public repositories matching this topic...
A model checker for implementing distributed systems.
Concuerror is a stateless model checking tool for Erlang programs.
testing
debugging
erlang
otp
tool
verification
systematic-testing
travis-badge
concuerror
automatic
concurrent-erlang-programs
concurrent-programming
model-checking
codecov
model-checker
codecov-badge
stateless-model-checking
erlang-versions-badge
erlang-programs
-
Updated
May 25, 2022 - Erlang
The Git repository for the mCRL2 toolset.
-
Updated
Jul 4, 2022 - C++
A model checker for infinite-state systems.
-
Updated
Aug 27, 2021 - C++
The Eldarica model checker
-
Updated
Jul 4, 2022 - Scala
The LTSmin model checking toolset
promela
model-checking
petri-net
model-checker
dve
pnml
linear-temporal-logic
mu-calculus
computation-tree-logic
-
Updated
Apr 20, 2022 - C
IMITATOR
model-checking
model-checker
real-time-systems
timed-automata
parameter-synthesis
reachability-synthesis
-
Updated
Jul 5, 2022 - OCaml
Fully verified model checker for realtime systems
-
Updated
Mar 19, 2022 - Isabelle
Intrepyd Model Checker
python
pypi
z3
model-checking
formal-methods
automated-tests
smt-solver
formal-verification
model-checker
-
Updated
Nov 5, 2021 - Python
SMPT is an SMT-based model-checker for Petri nets mainly focused on reachability problems that takes advantage of net reductions.
linear-algebra
reachability
abstraction
model-checking
petri-nets
smt
model-checker
sat
reductions
reachability-analysis
structural-reductions
smt-solving
-
Updated
Jun 17, 2022 - Python
A toolbox for dealing with formal models from construction to analysis based on the JANI-model interchange format.
-
Updated
Jun 3, 2022 - Python
Analytic tableau based minimal model generator, model checker and theorem prover for first-order logic with modal extensions
proof
logic
first-order-logic
model-checking
propositional-logic
model-checker
model-extraction
modal-logic
theorem-prover
intuitionistic-logic
predicate-logic
classical-logic
analytic-tableaux
model-generation
-
Updated
Mar 26, 2022 - Python
-
Updated
Jan 2, 2020 - Scala
A bounded model checker for an IMP-style imperative language.
-
Updated
Feb 23, 2019 - Rust
falkecarlsen
commented
May 31, 2021
Most importantly is the cli-tool, which should be named and called cgaal when invoking.
An efficient Petri net model checker using Hierarchical Set Decision Diagrams.
-
Updated
Feb 27, 2021 - C++
On-the-fly model checker for timed automata with support for the alternation-free modal mu-calculus.
-
Updated
Jun 24, 2020 - C++
Project done for my B.Tech course on Formal Methods for System Verification
-
Updated
Oct 25, 2021
High-Performance Model Checker developed for multicore, multiprocessors machines (NUMA).
c
parallel-computing
model-checking
formal-methods
probabilistic
multicore
formal-verification
model-checker
ctl-formulas
reachability-analysis
-
Updated
Nov 16, 2020 - C
Real-time System Modeling and Verification through Labeled Transition System Analyser (LTSA)
-
Updated
Dec 3, 2018 - Visual Basic
[beta] An experimental model checker for LTL written in Rust
-
Updated
May 14, 2020 - Rust
xhajnal
commented
Jul 31, 2018
On the right side panel in the Explorer and Results in more dimension, there is a slider with text "Discrete value of" but the slider changes intervals of variable not the value
Good First Issue
The issue should be ideal for beginners.
-
Updated
Dec 15, 2020 - Kotlin
LLMC is a multi-core model checker of LLVM IR. It translates the input LLVM IR into a model LLVM IR that implements the DMC API, the API of the model checker DMC. This allows LLMC to execute the model's next-state function, instead of interpreting the input LLVM IR, enabling speedups of orders of magnitude.
-
Updated
Jun 1, 2021 - C++
The formal proof of the security of the Mutual Authentication and Key Exchange (MAKE) protocol of LDACS using the symbolic model checker Tamarin.
-
Updated
Aug 18, 2020
Study for mah thesis
avatar
games
sprites
python3
promela
research-project
spin
research-paper
model-checker
mine
victory
polisher
map-polisher
py-vgdl
-
Updated
Jul 5, 2021 - C
A tool to run critics on SQL database schema dumps.
-
Updated
Apr 23, 2018 - Smalltalk
Improve this page
Add a description, image, and links to the model-checker topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the model-checker topic, visit your repo's landing page and select "manage topics."

There are several unused parameter warnings all over the place.
As these parameters mostly exist on purpose (e.g. for function overloading), those warnings can probably be ignored.
Once we are at c++17, we should insert the new attribute
[[maybe_unused]]wherever this is the case.