-
Updated
Dec 2, 2021 - C#
#
model-checking
Here are 230 public repositories matching this topic...
The P programming language.
language
programming-language
distributed-systems
state-machine
robotics
asynchronous
systematic-testing
event-driven
model-checking
drones
p
Software Quality Wiki
testing
learning
verification
courses
model-checking
formal-methods
quality-assurance
ebooks
software-testing
tla
-
Updated
Feb 9, 2021
TLC is an explicit state model checker for specifications written in TLA+. The TLA+Toolbox is an IDE for TLA+.
-
Updated
Dec 2, 2021 - 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
Feb 24, 2021 - R
Tutorial "Weeks of debugging can save you hours of TLA+". Each git commit introduces a new concept => check the git history!
-
Updated
Nov 29, 2021 - TLA
SeaHorn Verification Framework
llvm
static-analysis
verification
model-checking
program-analysis
abstract-interpretation
horn-clauses
-
Updated
Nov 25, 2021 - C
Automatic verification of LLVM optimizations
cmake
llvm
verification
symbolic-execution
model-checking
smt
llvm-ir
translation-validation
automatic-verification
invocations
alive2-ir
ir-level-transformations
-
Updated
Dec 2, 2021 - C++
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
Sep 28, 2021 - Erlang
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
theorem-prover
-
Updated
Sep 30, 2021
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
Aug 30, 2021 - 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
Nov 29, 2021 - Shell
-
Updated
Dec 3, 2021 - C
celinval
commented
Sep 1, 2021
Requested feature: Create an attribute that allow users to mark their proof harness functions.
Use case: The same way users can tag their test functions using the #[test] attribute, users should be able to tag their proof harness with an attribute such as #[proof]
tquatmann
commented
Oct 28, 2021
Sparsepp triggers a warning:
/Users/tim/storm/build-debug/include/resources/3rdparty/sparsepp/sparsepp/spp.h:942:33: warning: definition of implicit copy constructor for 'Two_d_destructive_iterator<std::__1::pair<const DdNode *const, bool>, spp::sparsegroup<std::__1::pair<const DdNode *const, bool>, spp::libc_allocator<std::__1::pair<const DdNode *const, bool>>> *, std::__1::pair<const DdNod
The Git repository for the mCRL2 toolset.
-
Updated
Dec 2, 2021 - C++
CoreIR Symbolic Analyzer
verilog
model-checking
satisfiability-modulo-theories
formal-methods
systemverilog
formal-verification
hardware-verification
-
Updated
Oct 27, 2020 - Python
Verified message-passing programs in Dotty
-
Updated
Apr 20, 2021 - Scala
The LTSmin model checking toolset
promela
model-checking
petri-net
model-checker
dve
pnml
linear-temporal-logic
mu-calculus
computation-tree-logic
-
Updated
Oct 11, 2021 - 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
Reads a state transition system and performs property checking
-
Updated
Jun 13, 2021 - Verilog
Distributed termination detection on a ring, due to Shmuel Safra: https://www.cs.utexas.edu/users/EWD/ewd09xx/EWD998.PDF
-
Updated
Nov 29, 2021 - TLA
A symbolic model checker for Dynamic Epistemic Logic.
-
Updated
Dec 1, 2021 - Haskell
Model-based testing tool
-
Updated
Dec 2, 2021 - Rust
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
TlaDocumentSymbolsProviderstumbles 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(_), BarNeither
FoonorBarmakes it to the model symbols list