sei-international / NemoMod.jl

Next Energy Modeling system for Optimization
Other
39 stars 15 forks source link

Remove solver dependency in the main module #6

Closed freemin7 closed 2 years ago

freemin7 commented 2 years ago

The only place where NemoMod uses GLPK is here https://github.com/sei-international/NemoMod.jl/blob/28595d9c94411d4917c60f4e43b1658dd54b615a/src/NemoMod.jl

This code is obviously dummy code and if removed only the test suite depends on particular solvers.

jwveysey commented 2 years ago

Yes, good catch. This is an artifact from an earlier version, and I'll remove it in the next release.