julia-mpsge / MPSGE_MP.jl

MIT License
1 stars 0 forks source link

Refactor the building methods #8

Closed mitchphillipson closed 5 months ago

mitchphillipson commented 5 months ago

Several changes that related to Production and the building process

  1. Simplify the building process, remove redundant features
  2. Push most of the data manipulation to the production type

The constructor for the production struct is going to need some refactoring. It's expansive at the moment.