Open brando90 opened 7 years ago
related to https://github.com/brando90/eit_proj1/issues/6, it would be nice that the latex could be displayed for a specific question.
probably geometry problems should be easily included, related to issue #13
also an issue to consider in the visualization, is that a next chain of seqg should not create a badly visualizable tree (cuz it would have to many branches).
So something like (in new non existing syntax #10) a+b+c+perg(D,E,F)+g +h
We wouldn't want the + + to create a very deep tree.
some simple example for using python call graph (http://pycallgraph.slowchop.com/en/master/) on a question to visualize questions.
It would be nice to eventually have it on maybe a webpage demo?