Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Software
COOL
Commits
ba7d8002
Unverified
Commit
ba7d8002
authored
May 17, 2022
by
Merlin
💧
Browse files
Regression tests
parent
40ea0cfa
Pipeline
#14775
waiting for manual action with stages
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
lib/tests/testsuite/cool_testsuite.ml
View file @
ba7d8002
...
...
@@ -20,6 +20,8 @@ let k_testcases onestep =
;
unsat
"<x> (<s> False) | <r> ((<r> c) & (<s> False))"
;
unsat
"<x> (<s> False) | <r> ((<r> c) & (<s> False))"
;
sat
"<r> a & <r> b |- [r] c"
;
sat
"< > a & < > b |- [ ] c"
;
sat
"<r> a <=> [r]b"
;
unsat
"<r> a & <r> b |- [r] (~a & ~b)"
;
unsat
"<r> a & <r> b |- [r] ~b"
;
sat
"<r> a & <r> ~a |- [r] b"
...
...
@@ -188,10 +190,6 @@ let testcases =
;
"K-mu (aconjunctive fragment)"
>:::
aconjunctive_testcases
;
"GML"
>:::
gml_testcases
;
"Properties"
>:::
[
prop_onestepFunc_tableau_K
]
(*
; "K onestep mulitmod" >::: k_onestepFunc
; "K tableau multimod" >::: k_onestepTab
*)
]
;;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment