-
Hi, sorry that I'm informing about issue instead to provide a solution, I just start to use this library in the java project which builds datalog queries from SQL dialect so Clojure is something very …
-
Hi,
I was trying to execute un script using PageRank algorithm, so, I defined a schema like this:
```
database({ node(N:double), edge(S:double, Sink:double), edgeCount(S:double, Cnt:double) }).…
-
It seems that the parser misses some features to express prefix sum.
Here are two versions that use `MAX` instead of `SUM` due to the earlier mentioned issue with typing `SUM`: https://github.com/…
-
At the moment `distinct` operates on arrangements only by key, with an empty value. It seems like we should be able to implement `distinct` on arrangements by key and value, where the distribution is …
-
Instead of filtering predicates from answer set, DLV supports queries natively.
See http://www.dlvsystem.com/dlvsystem/html/DLV_User_Manual.html#AEN1065
-
Hi,
Thanks for making this cool mod! I am a member of the Tacview dev team and a user reached out to me to find out why a particular ACMI file generated by this mod was not working in Tacview. I t…
-
Other than the place where `SsaNames` is constructed, we should not have to pass `SsaNames` as a non-const value. The following changes should make it possible:
- Change `GetOrCreateID` to `GetID` …
-
I am working my way through the datalog tutorial, I have completed the relations/queries and graphs sections.
I have some questions related to my use case that I'm unable to answer yet, are the fol…
-
My code is clean and professional. However here are some things I can improve on
-