Skip to content

Commit

Permalink
merge
Browse files Browse the repository at this point in the history
  • Loading branch information
ivan-gavran committed May 27, 2024
2 parents c817c2b + e034697 commit 21f3813
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jekyll/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ has_children: true

# Model Based Techniques for Software Correctness
Building a model of our software gives us a couple of elegant and efficient ways to increase confidence in its correctness.
Modeling languages (such as [TLA+](https://lamport.azurewebsites.net/tla/tla.html) or [Quint](https://github.com/informalsystems/quint)) are supported by _model checkers_, which enable us to reason about the model's properties.
Modeling languages (such as [TLA+](https://lamport.azurewebsites.net/tla/tla.html) and [Quint](https://github.com/informalsystems/quint)) are supported by _model checkers_, which enable us to reason about the model's properties.
We can specify desired properties and verify that the model satisfies them. We can also generate a large number of tests directly from the model and run them against the implementation.

A model can be written even before the development starts.
Expand Down

0 comments on commit 21f3813

Please sign in to comment.