mbojan / rgraph6

Encoding graphs in graph6, sparse6, and digraph6 formats
https://mbojan.github.io/rgraph6/
GNU General Public License v3.0
12 stars 3 forks source link

fixes #12 and adds dgraph6 #15

Closed schochastics closed 4 years ago

schochastics commented 4 years ago

added dgraph6
graph6 for directed graph. the implementation is equivalent to graph6. as_adjacency works with both formats

fixed the fN() issue
changed int to unsigned long int in d2b()

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...

mbojan commented 4 years ago

@schochastics please rebase against the master

schochastics commented 4 years ago

oops sorry!