TulipaEnergyModel.jl
TulipaEnergyModel.jl copied to clipboard
Test `TimeStruct.jl` package to handle the flexible time resolution in the model
What and Why
The package TimeStruct.jl has features similar to those in TulipaEnergyModel that handle flexible temporal resolution (and more, like the multi-horizon and scenario). So, it is worth checking if we can leverage the use of this package for TulipaEnergyModel
https://github.com/sintefore/TimeStruct.jl
https://www.youtube.com/watch?v=Hz6AL5kClKU
Possible Drawbacks
It is unclear if it is as efficient as our current internal functions. So, we definitely need to benchmark it.
Related Issues
No response