* Generation of LaTeX ... in drawio2cdf and/or in generated "simulator"? ---> In the generated file only. Though, I am not fully convinced the current syntax/way of doing it is 'clean'. TODO: LaTeX functions must be checked/altered (they must be ordered) ---> Add LaTeX generation of the flattened CBDs! * Custom LaTeX representation for custom blocks? ---> Can be defined by implementing a latex() function * Generate FMU (in the near future) * Restructure simulator based on Claudio's version ---> Complete restructure: done * In the future: refactor simulator to use internal (graph) structure from ModelverseState (MvS). This is the first step to full integration with the Modelverse. drawio will then be one possible visual interface for formalism-specific syntax-directed editing of Modelverse models * currently, remove graphViz (or keep for dependency graph) ---> The CBD class now has a "gvDepGraph(curIt)" function, which generates a graphviz file for the depgraph * docs to online sphinx hosting * Verbose simulation output? ---> Later, together with SysLog server and visualizer (Maybe using XML/VCD/...) As part of generic "simulation library". ---> Add tracers! ---> Create XML/VCD trace visualizer for generic use (allow discrete events, continuous transfers...) * Plotting: ggplot * Better conversion from drawio to CBD, using Andrei's and Joeri's work * Custom CBD Exception for better fine-grained error handling? -> Instead of "ValueError"s