-
Notifications
You must be signed in to change notification settings - Fork 211
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error: Unable to stratify relation(s) #2266
Comments
You need recursive aggregates which are currently developed. It may work in 2-3 weeks with the new extension. |
OK, thanks for your contribution!
从 Windows 版邮件<https://go.microsoft.com/fwlink/?LinkId=550986>发送
…________________________________
发件人: Bernhard Scholz ***@***.***>
发送时间: Tuesday, April 26, 2022 9:14:54 AM
收件人: souffle-lang/souffle ***@***.***>
抄送: Yhao ***@***.***>; Author ***@***.***>
主题: Re: [souffle-lang/souffle] Error: Unable to stratify relation(s) (Issue #2266)
You need recursive aggregates which are currently developed.
#2263<#2263>
It may work in 2-3 weeks with the new extension.
―
Reply to this email directly, view it on GitHub<#2266 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AIMHSG24GXHFQF3KHLLDGKTVG47Q5ANCNFSM5UI6FSOQ>.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Any update as to when will the recursive aggregates be merged into main? |
There are unforeseen delays with the staffing. Would you like to help? The current prototype works for the compiler but not for the interpreter. |
I found a workaround for my specific case but I'd be happy to help if the issue persists until after late August. Will write again to check. |
I'd like to simulate a process of routing prapogation:a node get the
BestOspfRoute
from (adj)fromNode
, and then uses the aggregation functionmin
to compute theBestOspfRoute
, and then propagates it to adjs until it reaches the fixpoint.The main program is written as follows:
When I ran this souffle` program, I got a error:
It seems like that souffle` can't handle the iterative compute process? Is there any suggestions to solve this problem?
Thank you!
The text was updated successfully, but these errors were encountered: