TulipaEnergy / TulipaEnergyModel.jl

An energy system optimization model that is flexible, computationally efficient, and academically robust.
Apache License 2.0
22 stars 19 forks source link

Add tests for convergence and correctness #114

Closed abelsiqueira closed 8 months ago

abelsiqueira commented 11 months ago

Add tests to the CI to make sure that the solution is correct, that the exit status is "converged", and whatever else we figure out by then.

abelsiqueira commented 8 months ago

Do we have a better idea of what we want here?

datejada commented 8 months ago

@abelsiqueira, to be fair, we are good with the "optimal" and "infeasible" states. I recall that Laurent proposed it, but this will make more sense for iterative runs of the model (like a Benders' decomposition technique); since we are not doing that type of technique yet, I propose to close it and, if needed, in the future we can open a new issue (with more details and specifications).