- Feb 08, 2016
-
-
Christoph authored
-
- Feb 01, 2016
-
-
Christoph authored
-
- Jan 26, 2016
- Dec 07, 2015
- Dec 01, 2015
-
-
Christoph authored
As there should never be free variables in formulas within the FL-Closure maybe we should rather signal an error here?
-
Christoph authored
-
Christoph authored
-
Christoph authored
Make following state of a fixpoint it's unfold
-
Christoph authored
should now properly calculate the FL-Closure
-
Christoph authored
-
Christoph authored
-
Christoph authored
-
Christoph authored
-
- Nov 24, 2015
-
-
Christoph authored
-
Thorsten Wißmann authored
-
- Nov 18, 2015
-
-
Christoph authored
-
- Nov 17, 2015
- Nov 16, 2015
-
-
Christoph authored
-
- Nov 10, 2015
-
-
Christoph authored
previously only late parser steps were used so modalities were allowed but not e.g. disjunctions. With this change all of the CTLComparisonBenchmarks formulas successfully parse
-
Christoph authored
Example formulas from the benchmark seem to all have parens so assume they are there
-
- Nov 09, 2015
-
-
Christoph authored
-
Christoph authored
We need to enforce some assumptions for μ-Calculus. Add (still empty) checker function and call them when importing the forumla
-
Christoph authored
-
Christoph authored
-
Christoph authored
-
Christoph authored
-
Christoph authored
Add all obvious cases for hcFormula
-
Christoph authored
so it's `MU of string * formula` again. The variable within the formula is still represented as `VAR s`
-
Christoph authored
Create pattern-matching cases for all CTL language elements and raise an error if encountered. We are assuming that CTL is replaced by plain μ-Calculus early on
-
Christoph authored
Needed e.g. to implement the CTL → μ conversion
-
Christoph authored
CTL is assumed to be eliminated before the hash-consing step
-