We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f1f061 commit a9cb959Copy full SHA for a9cb959
include/mutable/util/HeuristicSearch.hpp
@@ -581,6 +581,9 @@ concept SearchConfigConcept =
581
template<SearchConfigConcept StaticConfig>
582
struct SearchConfiguration
583
{
584
+ SearchConfiguration() = default;
585
+ SearchConfiguration(SearchConfiguration&&) = default;
586
+
587
/** Upper bound on the cost of plans to consider. More costly plans will be pruned. Defaults to NaN, expressing
588
* that no bound is given. (Usually, the search algorithm will then initialize its internal upper bound with
589
* infinity.) */
0 commit comments