-
Notifications
You must be signed in to change notification settings - Fork 41
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
More flexible PDDL reading #475
base: master
Are you sure you want to change the base?
Conversation
…d changed the parser accordingly
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## master #475 +/- ##
==========================================
+ Coverage 84.98% 85.01% +0.02%
==========================================
Files 198 199 +1
Lines 26006 26091 +85
==========================================
+ Hits 22102 22182 +80
- Misses 3904 3909 +5
☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Framba-Luca please try the proposed suggestions. Also see if recycling the nextedExpr object makes any change in performance
…at made indexing too cluttering
No description provided.