-
Use #668 to store queries in database. Next, allow to register virtual predicates that refer these queries. Shapes optimizer will run a rewrite pass to detect predicates that are registered as virtual…
-
### Checked for existing issues
- [X] I have checked for existing issues, and have found none.
### Tested latest version
- [X] I have checked that this occurs on the latest version.
### GregTech C…
-
Does the grouping method by predicate supports curried functions? I couldn't make it work.. perhaps it's because it does not support byte-compiled function well? Below is a minimal example.
### Set…
-
**Is your feature request related to a problem? Please describe.**
The `NodeFit` predicate was introduced to allow the descheduler to make better decisions about evictions to avoid cases where ther…
-
```
There seems to be a problem with the following MLN, as it produces an empty
output:
prog.mln
---------------
*Smokes(human)
Friends(human,human)
1 Friends(x,y) v Smokes("B")
evidence.db
----…
-
Hello,
I have an issue which i wrote to the title, i contacted with @rjuju at hypopg repo, he suggested as i quoted below;
> I think that the error message is coming from powa-web right? This is…
-
As discussed in #6, there is room for a `Sorted` predicate. I'm currently running into use cases where an algorithm's implementation differs for sorted and unsorted collections. If we can decide on a …
-
- [ ] ALL
- [x] NONE
- [x] All key path collection queries (@avg, @count, @min, @max, @sum)
- [x] SUBQUERY
- [x] LIKE (wildcards \* and ? in string searches)
- [ ] MATCHES
- [x] diacritic insensitive …
-
Is it planned to implement a universal way to specify predicates that does not depend on the target language of the generated parser?
-
We should be able to handle queries like this:
```
(obama, born in, $x) ($x, is, date)
```
without having to add a bunch of `(1945, is, date)`-type triples to the triplestore. So there should be som…