Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multiple fixes to the HDDL-to-JSON functions and application. #10

Merged
merged 5 commits into from
Oct 12, 2023

Conversation

rpgoldman
Copy link
Owner

  • Add some more setters to better manipulate HDDL domain and problem definitions.
  • Add canonicalize-problem which puts HDDL problem components in the proper order. This was necessary because the lisp version doesn't care about the order of constituents, which can make problems for other HDDL tools.
  • Extend the HDDL-to-JSON application to work on filenames, not just as a Unix pipe.
  • Format the output JSON -- previously it came out all on one line. Possibly this should be made user-controllable. Requires that the jq program be installed on the user's path.

Use this to support setters in HDDL domains and problems.
Take an HDDL problem and put all its constituents into the proper order.
@rpgoldman rpgoldman merged commit 989f446 into master Oct 12, 2023
3 checks passed
@rpgoldman rpgoldman deleted the hddl-to-json-fixes branch October 12, 2023 23:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant