Skip to content
This repository has been archived by the owner on Mar 13, 2024. It is now read-only.

Simplify configuration #44

Open
Cypher1 opened this issue Mar 14, 2022 · 0 comments
Open

Simplify configuration #44

Cypher1 opened this issue Mar 14, 2022 · 0 comments
Labels
Expressivity Related to expressivity Ibis Related to Ibis Tech debt

Comments

@Cypher1
Copy link
Contributor

Cypher1 commented Mar 14, 2022

Current State

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
@Cypher1 Cypher1 added Expressivity Related to expressivity Tech debt Ibis Related to Ibis labels Mar 14, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Expressivity Related to expressivity Ibis Related to Ibis Tech debt
Projects
None yet
Development

No branches or pull requests

1 participant