julia-mpsge / MPSGE_MP.jl

MIT License
1 stars 0 forks source link

Change sign in market clearance #24

Closed mitchphillipson closed 3 months ago

mitchphillipson commented 3 months ago

Found an example where the orientation of the market clearance conditions matter. Fixed by changing the sign.

Raised in Issue #27

mitchphillipson commented 3 months ago

The newly added test "test_orientation.jl" is failing with a segmentation error, but only on GitHub (i.e. it's running on my local machine). I've tested to isolate the error to the JuMP.optimize!(jm) call in the solve!(mules_mpsge) statement.