Jan-18-2020, 08:04 PM
Looking this over again, I'm not sure that will work because I have multiple variables at each level of the hierarchy. This solution just seems to assign values to indices alone, not allowing for multiple sets of variables at each level of the dictionary - which would work if I only have one variable at each level of the tree. Perhaps I need to use nested classes. The problem is I can't figure out how to properly pose the problem.