Skip to content

Commit

Permalink
fix(graph test): fix use for new strategy structure
Browse files Browse the repository at this point in the history
  • Loading branch information
HarukiMoriarty committed Aug 8, 2024
1 parent 7ba3cb1 commit c3dd035
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions calmapf/src/parser.cpp
Original file line number Diff line number Diff line change
@@ -202,6 +202,7 @@ Parser::Parser(
num_goals = 100;

goals_gen_strategy = GoalGenerationType::MK;
strategy_num_goals.push_back(100);

goals_max_k = 20;
goals_max_m = 100;

0 comments on commit c3dd035

Please sign in to comment.