TulipaEnergy / NearOptimalAlternatives.jl

A package implementing modelling to generate alternatives (MGA) to find near optimal alternatives to the optimal solution.
Apache License 2.0
0 stars 1 forks source link

Investigate using JuMP indices in place of MOI indices #26

Open greg-neustroev opened 2 months ago

greg-neustroev commented 2 months ago

Currently we construct a dictionary that maps JuMP indices to MOI indices. There is either a function in MOI that does this already, or we can probably extract this dictionary from the model directly (since it has to be stored somewhere). Investigate how to streamline this process.