Generic concept for domains that can expose a stable state key.
More...
#include <state_search_common.H>
template<typename Provider>
typename Provider::State_Key;
{
provider.state_key(state) } -> std::convertible_to<typename Provider::State_Key>;
}
Generic concept for domains that can expose a stable state key.
Divide_Conquer_DP_Result< Cost > divide_and_conquer_partition_dp(const size_t groups, const size_t n, Transition_Cost_Fn transition_cost, const Cost inf=dp_optimization_detail::default_inf< Cost >())
Optimize partition DP using divide-and-conquer optimization.
Generic concept for domains that can expose a stable state key.
- Template Parameters
-
| Provider | Type exposing the keying logic. |
Definition at line 624 of file state_search_common.H.