Skip to content

Commit

Permalink
Test dump_reachable_search_space() search.
Browse files Browse the repository at this point in the history
  • Loading branch information
jendrikseipp committed May 10, 2024
1 parent d3810f6 commit 67f4d94
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions misc/tests/configs.py
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,8 @@ def configs_optimal_extended():
"lm_scp":
_get_landmark_config(cost_partitioning="saturated", scoring_function="max_heuristic_per_stolen_costs"),
"idastar": ["--search", "idastar(blind(cache_estimates=false))"],
# This is not really an optimal configuration, but we add it here to test it.
"exhaustive": ["--search", "dump_reachable_search_space()"],
}


Expand Down

0 comments on commit 67f4d94

Please sign in to comment.