Skip to content
Snippets Groups Projects
Commit 961efaec authored by Bart Wijgers's avatar Bart Wijgers
Browse files

Add basic WLP calculation

The WLP of a subset of statements in the language can now be calculated.
This needs to be extended, but it gives a basic idea of what we can do.

I made new types for the logical expressions (and the mathematical
expression in them) rather than reusing the datatype within the
language. I feel that there's a benefit to separating these, showing
when we're talking about the programs and when we're talking about the
wlp and its calculation and the like. However, this does increase the
amount of types we use. I think the benefit outweighs the cost of having
extra types, but I also feel like we should discuss this :)
parent 43de3b37
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment