HarvardPL / formulog

Datalog with support for SMT queries and first-order functional programming
https://harvardpl.github.io/formulog/
Apache License 2.0
155 stars 10 forks source link

Fix work stats #58

Closed aaronbembenek closed 1 year ago

aaronbembenek commented 1 year ago

Fix how we record work during eager evaluation: do not increment the work counter if matching against the delta atom fails. This is consistent with how we calculate the amount of work done during semi-naive evaluation.