This page describes the available merge selectors. They are used to compute the next merge purely based on the state of the given factored transition system. They are used in the merge strategy of type 'stateless', but they can also easily be used in different 'combined' merged strategies.

Score based filtering merge selector

This merge selector has a list of scoring functions, which are used iteratively to compute scores for merge candidates, keeping the best ones (with minimal scores) until only one is left.

score_based_filtering(scoring_functions)

FastDownward: Doc/MergeSelector (last edited 2024-01-11 21:04:18 by XmlRpcBot)