abcorrea / powerlifted

Powerlifted Planner
GNU General Public License v3.0
28 stars 12 forks source link

Do all processing of static information before the search #4

Closed gfrances closed 4 years ago

gfrances commented 4 years ago

In particular, GenericJoinSuccessor::parse_precond_into_join_program is currently executed for every state, but does a fair amount of work that depends only on static atoms; this should be precompiled.

Let's wait until PR #3 is merged though before tackling this.

abcorrea commented 4 years ago

Pull request already merged. I will close the issue.