concepts.dm.pdsketch.planners.optimistic_search.optimistic_search_domain_check#
- optimistic_search_domain_check(domain)[source]#
Check whether a domain is suitable for optimistic search.
- Parameters:
domain (Domain) – the domain to be checked.
- Raises:
NotImplementedError – if the domain is not suitable for optimistic search.