julia-mpsge / MPSGE.jl

MPSGE for Julia
MIT License
14 stars 2 forks source link

Make demand elasticity syntax consistent with production #161

Open EliLazarus opened 1 month ago

EliLazarus commented 1 month ago

The demand block elasticity is an optional keyword, as the last argument, but elasticities for the production functions are the 3rd argument, with nest level identifiers. They should be consistent to limit user confusion and error. It was also mentioned that needing 2 begin/end statements in demand is inconsistent and not ideal.

mitchphillipson commented 1 day ago

170 gets us closer to this. I'm not certain how to handle the demand elasticity keyword.