You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 13, 2024. It is now read-only.
Ibis currently provides a set of API functions to generate graphviz and json with either all solutions or solutions within a certain number of edges of the 'best' solution (the solution with the most edges). Some of these options only make sense for planning, which is now enabled via the recipe format's flags field.
Future work
Clarify a solution for all these options, ensuring that additional recipes cannot modify the configuration without permission.
Likely steps for a solution are:
Move all config & function options into the Ibis json format (ensuring only valid configurations are accepted, issuing warnings on invalid configurations)
Update tests to use the configuration options rather than functions
Remove excess API functions & document the configuration options
The text was updated successfully, but these errors were encountered:
Current State
Ibis currently provides a set of API functions to generate
graphviz
andjson
with either all solutions or solutions within a certain number of edges of the 'best' solution (the solution with the most edges). Some of these options only make sense for planning, which is now enabled via the recipe format'sflags
field.Future work
Clarify a solution for all these options, ensuring that additional recipes cannot modify the configuration without permission.
Likely steps for a solution are:
The text was updated successfully, but these errors were encountered: