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

Create a separate repository for the equation layout library #41

Open
keyboardDrummer opened this issue Dec 13, 2017 · 0 comments
Open

Comments

@keyboardDrummer
Copy link
Owner

  1. Create a separate repository for the equation layout library
  2. Upgrade the library by allowing the equations to be separated into equation sets, that can depend on other sets, but where the set dependencies form a DAG, so the end result is solvable. The equation set mechanism allows arbitrary function to operate on the results of one equation set before being fed into another equation set. This allows us to use max as we need for a table layout.
  3. Deduce minimal equation sets from a big set of equations, by doing a bottom-up search for solvable sets.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant