CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutSign UpSign In
adasegroup

CoCalc provides the best real-time collaborative environment for Jupyter Notebooks, LaTeX documents, and SageMath, scalable from individual users to large groups and classes!

GitHub Repository: adasegroup/NEUROML2022
Path: blob/main/seminar4/graph_detailed.dot
Views: 63
digraph structs {
node [shape=record];
helloa_x_b [label="{IN}|{ a_x_b | utility |  }|{OUT|<outmultiplyresult> multiply_result}"];
helloa_plus_b [label="{IN|<ina> a}|{ a_plus_b | utility |  }|{OUT}"];
helloa_x_b:outmultiplyresult:e -> helloa_plus_b:ina:w;
}