-
Likely will use iterative rules application (to take advantage of fast query engine) and support truth maintenance.
The goal is to support good balance between persistence, latency and truth-maint…
-
```
Datalogging to onboard flash
What still needs to be decided?
What still needs to be done?
```
Original issue reported on code.google.com by `uavflightdirector` on 25 Aug 2013 at 9:32
-
VE Analyse in MLG doesn't seem to work with FOME datalogs (ditto with the RE FW). The issue looks to be that FOME doesn't log an EGO parameter for VE correction that MLG is looking for so the solution…
-
In `suchthat` expressions you often need to declare a variable in an "exists". But it can be a little verbose. Suppose you have a list of edges and a function:
```
val edges = [(1, 2), (2, 3), (1, 4…
-
Goal: Support almost all current charms
Rough plan:
- Spawning a new charm from a recipe: Call `run`, assign an id to the cell, then persist it (call `persist(cell, id?`), which also calls `load` …
-
```
Datalogging to onboard flash
What still needs to be decided?
What still needs to be done?
```
Original issue reported on code.google.com by `uavflightdirector` on 25 Aug 2013 at 9:32
-
I really value almost all of the odoyle's design choices (particularly, spec support!). The only one I find a little bit strange is its syntax. Could you please elaborate on this? (Why you chose it? H…
-
It would be nice to have aggregates in crepe. I am trying to do Advent of Code this year with as much crepe as I can and I ran into some situation where having them would have been nice.
The small …
-
There is a fundamental incompatibility of the @node annotation attribute and the current RuleML practice of using xsi:type on the Data element. The desired syntax for version 1.0 is demonstrated in ex…
-
Can it support OWL 2 QL ontologies? or can it be extended to support OWL 2 QL ontologies?