Skip to content
Snippets Groups Projects
Commit dc75f851 authored by Per's avatar Per
Browse files

why3

parent 5bcbbb78
Branches
No related tags found
No related merge requests found
module PLCopen
predicate s8000
predicate a
predicate b
axiom a: s8000 -> a /\ b
lemma la: not a -> not s8000
lemma lb: not b -> not s8000
lemma lab: not a \/ not b -> not s8000
end
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment