Closed schochastics closed 4 years ago
added dgraph6 graph6 for directed graph. the implementation is equivalent to graph6. as_adjacency works with both formats
as_adjacency
fixed the fN() issue changed int to unsigned long int in d2b()
int
unsigned long int
d2b()
added docs description for dgraph6 added to rgraph6-package.R
rgraph6-package.R
added tests tests for dgraph6 added
sparse6 not included yet. It is a bit more complicated to implement that...
Thanks!
added dgraph6
graph6 for directed graph. the implementation is equivalent to graph6.
as_adjacency
works with both formatsfixed the fN() issue
changed
int
tounsigned long int
ind2b()
added docs
description for dgraph6 added to
rgraph6-package.R
added tests
tests for dgraph6 added
sparse6
not included yet. It is a bit more complicated to implement that...