wizard1073
wizard1073
I expect you have the adjacency data internally in an array, unless you are using a more compact adjacency list (linked list form). A CSV export of the adjacency matrix...
If I understand correctly, you have the adjacency matrix of recipes, and you have a definition for [from - to], which can exported as is or transposed (both forms are...
I will see if you are on Friday evening (US east coast time) and chat more then. Thank you!
Went extensively through the code. Very clean code, practically self documenting! It looks like the information stored in RecipeNode (src/Tools/Production/Result/Nodes/RecipeNode.ts) needs to be saved to a central data store so...