fsp.simple_expander
A simple domain expansion routine for the FSP algorithm.
-
class cmepy.fsp.simple_expander.SimpleExpander(transitions, depth)
Simple FSP expander that expands the entire domain.
The domain is expanded along the given transitions, up to the specified
depth.
-
expand(**kwargs)
- Returns expanded domain states