aig-upf / tarski

Tarski - An AI Planning Modeling Framework
Apache License 2.0
59 stars 19 forks source link

Added parsing for string problem and domains #109

Closed camcunningham closed 3 years ago

camcunningham commented 3 years ago

Hey guys!

Making some good progress using tarski in the online editor. When I was working on some other features, I needed string PDDL parsing, and noticed the functionality was pretty much there: I just had to leverage the it with a couple functions. I thought this might be useful for others too.

If this functionality exists elsewhere in the lib let me know and I'll cancel!

codecov-commenter commented 3 years ago

Codecov Report

Merging #109 (f114da8) into devel (7d955e5) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##            devel     #109   +/-   ##
=======================================
  Coverage   97.70%   97.70%           
=======================================
  Files          48       48           
  Lines        3091     3091           
  Branches      121      121           
=======================================
  Hits         3020     3020           
  Misses         55       55           
  Partials       16       16           

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 7d955e5...f114da8. Read the comment docs.

gfrances commented 3 years ago

Thanks @camcunningham , looks good to merge.