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