1namespace probfd::policy_pickers {
3template <
typename State,
typename Action>
4ArbitraryTiebreaker<State, Action>::ArbitraryTiebreaker(
bool stable_policy)
5 : ArbitraryTiebreaker::StablePolicyPicker(stable_policy)
9template <
typename State,
typename Action>
10int ArbitraryTiebreaker<State, Action>::pick_index(
12 std::optional<Action>,
13 const std::vector<Transition<Action>>&,
14 algorithms::StateProperties&)