Nick Rimer
Results
3
comments of
Nick Rimer
The only way I found for now is to parse DOT by myself and to create graph like this: ``` const dotStr = "graph g { a--b; a--c; a--d; a--1f;...
Ok, it 2+ months pass, but is it too hard to answer even a word? Just a simple "this is not a problem at all, this is only your local...
@dkottow Hello there! Some time ago I've solved similar problem for me. First I remove (and remember) all edge duplicates and self-cycles from graph. For example if there are DOT...