Closed Lumphie closed 7 years ago
ribi::zip should do this, but doesn't completely work yet.
Created sado_species now
Species have a generation number as a member.
I have to create the species graph and then delete every extra incoming edge so that every species has 1 incoming edge and 1 or more outgoing edges.
Then I can count the corrected number of species in every generation and make an nltt from that.
Last update, the functions I made should work, but still have to fix some mistakes (will do monday)
Also have to make something to count the generations between 2 species
//int generations = generation_j - generation_i;
//sado::add_int_edge(pair_i.second, pair_j.second, generations, g);
Now that the pedigree works I have to combine it with the species count of kewe.