You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
do this with nodes (make consistent with TypedNode Logic, or even abstract out to BaseNode)
same with graphs
Also:
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
The text was updated successfully, but these errors were encountered:
cassinius
changed the title
replace getEdgeByID with getEdgeByNodes/Direction/Weight/Type
replace "representative" edge ID with uuid v4 (and clean up the mess...)
Aug 6, 2019
cassinius
changed the title
replace "representative" edge ID with uuid v4 (and clean up the mess...)
replace "representative" edge ID with a random Integer (and clean up the mess...)
Aug 12, 2019
See title:
Also:
The text was updated successfully, but these errors were encountered: