abcorrea / powerlifted

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

Replace "naive" keyword with "bfs" #25

Closed abcorrea closed 3 years ago

abcorrea commented 3 years ago

The naive search configuration executes a breadth-first search. The name is not self-explanatory and we would like to replace it with bfs. It might be could to add a warning if someone uses naive.

The README.md should also be updated.

abcorrea commented 3 years ago

dev/run-tests.py also needs to be updated.