graphinius icon indicating copy to clipboard operation
graphinius copied to clipboard

replace "representative" edge ID with a random Integer (and clean up the mess...)

Open cassinius opened this issue 6 years ago • 1 comments

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

cassinius avatar Aug 06 '19 00:08 cassinius

  • [ ] also throw out uuid (v4) ?? -> we could use an Int32 within a typed number array

cassinius avatar Aug 12 '19 22:08 cassinius