Martin Coll
Martin Coll
Hi again @Thom1729! As I continued researching and implementing, I discovered that in a YAML document these `a` items below are considered different nodes. ```yaml b: a c: a ```...
Thank you both! > you're trying to embed arbitrary YAML representation graphs in NetworkX. Yes. The NetworkX library is a widely used Python library with Graphs, DiGraphs, MultiGraphs. I want...
https://github.com/yaml/pyyaml/blob/main/lib/yaml/tokens.py I think this is a better example than the first one: ```yaml - a: b - a: c ``` Since `a` has edges to both `b` and `c` it...
I see what you mean. My goal is to have a representation in terms of the three scalar, with mapping and sequencing encoded within a data structure. I want to...
> I may have lost track of exactly what you're looking to accomplish. I think that there are good solutions for encoding mathematical graphs as YAML representation graphs, and also...
I think this is a useful combinatorial model. A bipartite graph could work as well. 
Es necesario? No habrá algún tweak o algoritmo distinto que ande más rápido?
Yo me inclinarĂa a usar una herramienta que haga como lo que propone @fdnk pero en JavaScript. Prefiero hacer `npm install` y tener todo andando y no andar buscando dependencias...
Hay un template para el tĂtulo en el readme! Igual me parece bien hacer esto, que le pone template a al contenido.
Por lo que veo, hay que mantener el mouse sobre el sidebar para que no se cierre. Acabo de probar con mi Chrome 56 y solo se cierra en ese...