3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-07-24 05:08:55 +00:00

Datalog/DoC: add fast path for join_project for the case 'h(X) :- f(X), g(X).'

Signed-off-by: Nuno Lopes <a-nlopes@microsoft.com>
This commit is contained in:
Nuno Lopes 2014-12-22 12:53:35 +00:00
parent a7c7b70e19
commit 4ee83c1774
2 changed files with 35 additions and 0 deletions

View file

@ -82,6 +82,7 @@ namespace datalog {
friend class udoc_relation;
class join_fn;
class join_project_fn;
class join_project_and_fn;
class project_fn;
class union_fn;
class rename_fn;