bug in social golfers

Issue #72 resolved
Bart Bogaerts created an issue

Some weird transformations happen...

Comments (3)

  1. Bart Bogaerts reporter

    Executing 11UnnestTerms on: =(#{ p[Players] : Plays(w[Weeks],g[Groups],p[Players]) : 1 },Groupsize)

    Resulted in: (! _var_Size_4[Size] : (=(_var_Size_4[Size],Groupsize) | =(#{ p[Players] _var_Size_3[Size] : (=(_var_Size_3[Size],1) & Plays(w[Weeks],g[Groups],p[Players])) : _var_Size_3[Size] },_var_Size_4[Size])))

  2. Stef De Pooter

    Two things changed, resulting in this issue being resolved: - DomainTerms are ignored by UnnestTerms. - GraphFuncsAndAggs does not call UnnestTerms anymore, it calls UnnestFuncsAndAggs.

  3. Log in to comment