abcorrea / powerlifted

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

Reduce SuccessorGenerator Interface #11

Closed abcorrea closed 4 years ago

abcorrea commented 4 years ago

Many of the methods and the class members of SuccessorGenerator are not really virtual and are implemented in a 'database-theoretical' sense. We would like to extract these from the class. Probably, they should be moved to the GenericJoinSuccessor class.