neelsmith / GedCom.jl

0 stars 0 forks source link

Function `graph(g::Genealogy)` #19

Closed neelsmith closed 1 year ago

neelsmith commented 1 year ago

Consider implementing SimpleValueGraphs for genealogy: https://docs.juliahub.com/SimpleValueGraphs/aub6U/0.4.1/graphtypes/

Child relation would be directed

Spouse relation could be bidirectional or could specify husband/wife?

neelsmith commented 1 year ago

done