Skip to content

Commit

Permalink
removed plan selector parameters from the search engine itself
Browse files Browse the repository at this point in the history
  • Loading branch information
speckdavid committed Jun 19, 2024
1 parent 12c0cb3 commit ebfd2c6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/search/symbolic/search_engines/symbolic_search.cc
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,6 @@ void SymbolicSearch::add_options_to_feature(plugins::Feature &feature) {
SearchAlgorithm::add_options_to_feature(feature);
SymVariables::add_options_to_feature(feature);
SymParameters::add_options_to_feature(feature);
PlanSelector::add_options_to_feature(feature);
feature.add_option<bool>("silent", "silent mode that avoids writing the cost bounds", "false");
feature.add_option<bool>("simple", "simple/loopless plan construction", "false");
feature.add_option<bool>("single_solution", "search for a single solution", "true");
Expand Down

0 comments on commit ebfd2c6

Please sign in to comment.