julia-mpsge / MPSGE_MP.jl

MIT License
1 stars 0 forks source link

Changing the production type to focus on commodities #7

Closed mitchphillipson closed 7 months ago

mitchphillipson commented 7 months ago

Building equations is a recursive process starting with the leaves of the Netput tree. Currently, we view these trees top-down, meaning to find the leaves we must traverse the entire tree. This PR changes this, we know the leaves and the structure of the rest of the tree and use this to build the equations.

This PR only changes how these are stored, the building is not yet updated. This will be in a future PR.