julia-mpsge / MPSGE_MP.jl

MIT License
1 stars 0 forks source link

Move to using JuMP expressions rather than MPSGE expressions #12

Closed mitchphillipson closed 5 months ago

mitchphillipson commented 5 months ago

Currently we overwrite arithmetic operations on MPSGEScalarVariables to create MPSGEExpressions. The goal is to remove MPSGEExpressions and only use JuMP expressions.

mitchphillipson commented 5 months ago

Models now solve using JuMP expressions everywhere. Updated tests and all tests pass