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 VectorAffineFunction #25

Open greg-neustroev opened 2 months ago

greg-neustroev commented 2 months ago

Currently constraints are extracted as ScalarAffineFunction objects. Maybe we can speed things up if all of the constraints are extracted in one pass as a VectorAffineFunction? This is worth investigating.