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