More expressive filenames for graph-visualization
Open
- Dominant language
- Python
- Stars
- 192
- Forks
- 45
- Avg merge
- 1d 11h
- Merged PRs (30d)
- 16
Description
Currently the graph-visualisation keeps on overwriting the same file, `F.pdf` and `S.pdf`, which makes it tedious to visualize graphs for actual problems, where we have both a bilinear and linear form.
There are a few ways we could go about this, as the visualization happens in the IR.
1. Use the `form_name` as part of the output
2. Add explicit filename options.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.