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

Make use of the compaction report to create a variable dependency graph #7

Open
nickerso opened this issue Sep 2, 2014 · 0 comments

Comments

@nickerso
Copy link
Owner

nickerso commented Sep 2, 2014

771cde2 starts to add better functionality to the model compaction report to track how variables are requested to be compacted and how they are resolved, what dependencies get triggered, etc. Currently this information is just used to try and help identify errors in the source model (the original reason for creating this tool). But there is probably sufficient detail now being stored in the report class that we could look at generating dot files for use in graphviz (i.e., similar to CellML2Dot) or some other network visualisation software.

This sort of feature might help debug models where the compaction process itself doesn't produce any errors...maybe?

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

No branches or pull requests

1 participant