- Apr 13, 2016
- Apr 11, 2016
-
-
Christoph authored
-
- Apr 10, 2016
-
-
Christoph authored
-
Christoph authored
Assumption doesn't hold true currently
-
Christoph authored
With Sat states only treated like other states in the second fixpoint iteration, the outer fixpoint was not ncessarily monononously decreasing causing wrong results when in the first round the same number of nodes got removed as added due to sat states.
-
- Apr 09, 2016
- Apr 08, 2016
- Apr 07, 2016
-
-
Christoph authored
Not only finishing cycles but also plain sat nodes may cause a node to be satisfiable
-
Christoph authored
Only finishing nodes with enough Open / Sat children are to be considered as startingpoints Also accept already Satisfiable nodes when finding paths
-
Christoph authored
-
Christoph authored
This still produces wrong results: It assumes every node with empty focus to be sat.
-
Christoph authored
-
- Apr 05, 2016
-
-
Christoph authored
-
- Feb 15, 2016
-
-
Christoph authored
This makes the identifying information be of type bset*bset instead of bset and adds tracking of deferrals for propositional reasoning and -- in case of K -- for modal reasoning
-
- Feb 09, 2016
-
-
Christoph authored
-
- Feb 08, 2016
-
-
Christoph authored
-
- Dec 07, 2015
- Dec 01, 2015
-
-
Christoph authored
-
- Nov 24, 2015
-
-
Thorsten Wißmann authored
-
- Feb 05, 2015
-
-
Thorsten Wißmann authored
-
Thorsten Wißmann authored
-
Thorsten Wißmann authored
Now one step in the debugger removes exactly one element from the queue (if it's not empty). If this action empties the queue, nominals are propagated.
-
Thorsten Wißmann authored
-
- Jan 22, 2015
-
-
- Jul 21, 2014
-
-
Thorsten Wißmann authored
This fixes an assertion that failed for the PML+K formula sat "({>= 3/5} (False + <R1> True & <R2> True) & {>= 2/5} ({>= 1/10} p0 & {>= 1/10} (~ p0) + False ) + False)" which is satisfiable.
-
- Jul 19, 2014
-
-
Thorsten Wißmann authored
-
- Jul 16, 2014
-
-
Thorsten Wißmann authored
-
Thorsten Wißmann authored
Introduce a new generic data type lazylist, e.g. used for lazy rule enumerations.
-
Thorsten Wißmann authored
Propagation of satisfiability and unsatisfiability does not cover disjunctions and I don't get how propagation works, so I won't touch it yet. So this reverts the only partially implemented Disjunctive ruleEnumerations,
-
Thorsten Wißmann authored
-
Thorsten Wißmann authored
-