graphinius
graphinius copied to clipboard
replace "representative" edge ID with a random Integer (and clean up the mess...)
See title:
- [ ] do this with nodes (make consistent with TypedNode Logic, or even abstract out to BaseNode)
- [ ] same with graphs
Also:
- [x] design efficient way to look up edges via endpoints etc -> (re-)use Dupe checker logic
- [ ] replace getEdgeByID with getEdgeByNodes/Direction/Weight/Type
- [ ] update all pertaining graph tests
- [ ] also throw out uuid (v4) ?? -> we could use an Int32 within a typed number array