-
Updated
Oct 21, 2020
#
model-checking
Here are 196 public repositories matching this topic...
Software Quality Wiki
testing
learning
verification
courses
model-checking
formal-methods
quality-assurance
ebooks
software-testing
tla
TLC is an explicit state model checker for specifications written in TLA+. The TLA+Toolbox is an IDE for TLA+.
-
Updated
Dec 31, 2020 - Java
writing correct lock-free and distributed stateful systems in Rust, assisted by TLA+
-
Updated
May 23, 2017 - TLA
Local Interpretable Model-Agnostic Explanations (R port of original Python package)
-
Updated
Nov 29, 2020 - R
Tutorial "Weeks of debugging can save you hours of TLA+". Each git commit introduces a new concept => check the git history!
-
Updated
Dec 14, 2020 - TLA
Links to tools by subject
tools
static-analysis
theorem-proving
verification
proof-assistant
smtlib
synthesis
satisfiability-solver
binary-decision-diagrams
model-checking
satisfiability-modulo-theories
formal-methods
-
Updated
Dec 18, 2020
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
Nov 8, 2020 - Erlang
SeaHorn Verification Framework
llvm
static-analysis
verification
model-checking
program-analysis
abstract-interpretation
horn-clauses
-
Updated
Dec 30, 2020 - C
DataGene - Identify How Similar TS Datasets Are to One Another (by @firmai)
encoding
finance
data-structures
decomposition
model-checking
similarity-measures
dataset-generation
distance-measures
synthesizers
similarity-score
testing-framework
synthetic-data
predictive-maintenance
synthetic-dataset-generation
distance-calculations
dataset-similarity
transformation-recipes
data-transformations
-
Updated
Nov 12, 2020 - Jupyter Notebook
haskell
performance
dsl
modeling
performance-tuning
model-checking
performance-analysis
performance-testing
queueing-theory
-
Updated
Dec 16, 2020 - Haskell
Command line binaries for the TLA+ language
-
Updated
Apr 23, 2020 - Shell
-
Updated
Dec 31, 2020 - C
tquatmann
commented
Dec 20, 2019
Checking nondeterministic models under an arbitrary scheduler allows us to use the (faster) algorithms for DTMCs/CTMCs. This might be useful, e.g., when the nondeterminism is known to be spurious.
In some sense, this would be the reverse operation of --transformation:to-nondet
.
Note that for MAs it might be necessary to also invoke --[transformation:]eliminate-chains
to get a CTMC (this
The Git repository for the mCRL2 toolset.
-
Updated
Dec 26, 2020 - C++
Verified message-passing programs in Dotty
-
Updated
Dec 21, 2020 - Scala
CoreIR Symbolic Analyzer
verilog
model-checking
satisfiability-modulo-theories
formal-methods
systemverilog
formal-verification
hardware-verification
-
Updated
Oct 27, 2020 - Python
The LTSmin model checking toolset
promela
model-checking
petri-net
model-checker
dve
pnml
linear-temporal-logic
mu-calculus
computation-tree-logic
-
Updated
Oct 23, 2020 - C
A simple REPL for the TLA+ language, using the TLC model checker.
-
Updated
Jun 25, 2020 - Python
Experimental Smart Contracts In Plutus.
-
Updated
Mar 12, 2019 - Haskell
A symbolic model checker for Dynamic Epistemic Logic.
-
Updated
Jul 6, 2020 - Haskell
model-describer : Making machine learning interpretable to humans
python
data-science
machine-learning
data-mining
algorithm
analytics
scikit-learn
machine-learning-algorithms
data-visualization
data-analysis
model-checking
machinelearning
python-3
python-2
python2
blackbox-testing
blackbox
blackbox-exporter
-
Updated
Aug 15, 2018 - JavaScript
Different TLA+ specifications, mostly for learning purposes
-
Updated
Oct 17, 2020 - TLA
Memory consistency modelling using Alloy
opencl
x86
armv7
model-checking
constraint-solver
c11
powerpc
memory-model
nvidia-gpus
compiler-design
-
Updated
Dec 16, 2020 - OCaml
Reads a state transition system and performs property checking
-
Updated
Oct 2, 2020 - Verilog
ModelPolisher accesses the BiGG Models knowledgebase to annotate SBML models.
systems-biology
model-checking
knowledge-representation
sbml
bigg-models-knowledgebase
model-annotation
-
Updated
Nov 18, 2020 - Java
Generic, modular and configurable formal verification framework supporting various formalisms and algorithms
-
Updated
Dec 20, 2020 - Java
Improve this page
Add a description, image, and links to the model-checking topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the model-checking topic, visit your repo's landing page and select "manage topics."
The
TlaDocumentSymbolsProvider
stumbles on operators while parsing constants and doesn't report them as model symbols. As a result, const operator names don't appear in the outline panel and in completion suggestions. Such operators also prevent parsing of the following constants.A simple case:
CONSTANT Foo(_), Bar
Neither
Foo
norBar
makes it to the model symbols list