You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In getNumInitialTermsNeeded() we use the number of stateful cells to estimate the number of needed initial terms. This is actually an overcount. We could reduce it by computing a dependency graph of the stateful cells and use the length of its longest path instead.
In
getNumInitialTermsNeeded()
we use the number of stateful cells to estimate the number of needed initial terms. This is actually an overcount. We could reduce it by computing a dependency graph of the stateful cells and use the length of its longest path instead.https://github.com/loda-lang/loda-cpp/blob/main/src/form/formula_gen.cpp#L194
The text was updated successfully, but these errors were encountered: