stingergraph / StingerGraphs.jl

Julialang bindings to the STINGER graph database
http://www.stingergraph.com
Other
5 stars 3 forks source link

Update README.md #36

Open jpfairbanks opened 7 years ago

jpfairbanks commented 7 years ago

add install instructions

rohitvarkey commented 7 years ago

Now that https://github.com/JuliaLang/METADATA.jl/pull/11174 is merged,Pkg.add should work.

jpfairbanks commented 7 years ago

I updated it, I think there might be something wrong with the foralledges function. Is the neighbor field being initialized correctly? See the example in this commit.

rohitvarkey commented 7 years ago

The edge from foralledges has the first 2 bits set to directions. edgeparse on the edge will give the correct neighbor value. This example in the docs shows how to use it.

Maybe I should roll this into foralledges to prevent the confusion?

jpfairbanks commented 7 years ago

A docs change will be sufficient. I totally forgot about this step when making the example.