Set default K for BFS runner

This commit is contained in:
Brandon Rozek 2023-10-31 12:05:56 -04:00
parent 24a85a482f
commit 61ae5a5ed6
No known key found for this signature in database
GPG key ID: 26E457DA82C9F480

View file

@ -45,6 +45,7 @@ public final class Runner {
}
BreadthFirstPlanner breadthFirstPlanner = new BreadthFirstPlanner();
breadthFirstPlanner.setK(2);
for (PlanningProblem planningProblem : planningProblemList) {
Set<Plan> plans = breadthFirstPlanner.plan(