- Feb 05, 2016
-
-
Thorsten Wißmann authored
For the case of two (or more) diamond formulas who all mention the full agent list, no rule was created, because the former CL algorithm only created rules for proper subsets of the agent list. This adds the missing rule and lets cool correctly answer the following query: $ ./coalg.native sat CL --agents '1' <<< '(~[{1}] p) & ~[{1}] ~p' unsatisfiable
-
- Feb 05, 2015
-
-
Dirk Pattinson authored
-
- Feb 04, 2015
-
-
Dirk Pattinson authored
-
- Jan 23, 2015
-
-
Dirk Pattinson authored
-
- Jan 22, 2015
-
-
Thorsten Wißmann authored
-
- Jul 21, 2014
-
-
Thorsten Wißmann authored
-
Thorsten Wißmann authored
The actual box of PML (in GMLMIP) is: less probable than. The Diamond is: At least Probable than. So now you have ¬[p] C = <p> C.
-
Thorsten Wißmann authored
-
- Jul 16, 2014
-
-
Thorsten Wißmann authored
-
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
-
- May 15, 2014
-
-
Thorsten Wißmann authored
-
- May 04, 2014
-
-
Thorsten Wißmann authored
Insert a formula into a bitset without checking for a contradiction. The former addBS performed a contradiction-check using MiscSolver.arrayNeg which is a array of size 0 due to not being initialized. For some reasons this bug only could be triggered when building with oasis and not with the old Makefile, though arrayNeg being of size 0 in both cases. This fixes #12.
-
- Apr 23, 2014
-
-
Thorsten Wißmann authored
-
- Mar 31, 2014
-
-
Thorsten Wißmann authored
-
- Jan 29, 2014
-
-
Thorsten Wißmann authored
-
- Jan 28, 2014
-
-
Thorsten Wißmann authored
-
Thorsten Wißmann authored
-
Thorsten Wißmann authored
-
Thorsten Wißmann authored
It's, because the repo lacks it.
-
- Jan 26, 2014
-
-
Thorsten Wißmann authored
-
Thorsten Wißmann authored
-
Thorsten Wißmann authored
This should simplify writing the actual rule for GML.
-
- Jan 25, 2014
-
-
Thorsten Wißmann authored
The actual for GML is still missing.
-
- Jan 17, 2014
-
-
Thorsten Wißmann authored
It really is empty, while bsetMake creates a bset only containing True.
-
Thorsten Wißmann authored
-
- Jan 16, 2014
-
-
Thorsten Wißmann authored
-
- Jan 15, 2014
-
-
Thorsten Wißmann authored
-
Thorsten Wißmann authored
-
- Jan 14, 2014
-
-
Thorsten Wißmann authored
-
- Jan 13, 2014
-
-
Thorsten Wißmann authored
-
Thorsten Wißmann authored
-
Thorsten Wißmann authored
-
- Jan 10, 2014
-
-
Thorsten Wißmann authored
-
- Jan 09, 2014
-
-
Thorsten Wißmann authored
-
Thorsten Wißmann authored
-
- Dec 17, 2013
-
-
Thorsten Wißmann authored
-
Thorsten Wißmann authored
The rule creator for MultiModalKD does not do anything but calling the one of MultiModalK.
-