fast-downward-0.1.0.0: Solve classical planning problems (STRIPS/SAS+) using Haskell & Fast Downward.
FastDownward.SAS.State
newtype State Source #
Constructors
Fields
Defined in FastDownward.SAS.State
Methods
showsPrec :: Int -> State -> ShowS #
show :: State -> String #
showList :: [State] -> ShowS #
toSAS :: State -> Text Source #