Diego Alejandro Tejada Arango
Diego Alejandro Tejada Arango
### What and Why - This is to make the pipeline more meaningful - Take into account the information that we have from COMPETES - Change `profile_name` to more general...
Although dual information is not well-defined in mixed-integer programs, a common practice is creating a continuous model by fixing all integer variables to the values of the best solution found,...
Add a default value for `min_up_time` and `min_down_time` if the `online_variable_type` is binary or integer. Fixes #960 ## Checklist before merging - [x] Documentation is up-to-date - [x] Unit tests...
Create an example gallery section in the documentation so users can download the examples to explore and run them. - Starting with the examples from the tutorial
Update the templates, models, and archetypes to the latest version and add them to the test set to ensure they get updated if more changes occur. https://github.com/spine-tools/SpineOpt.jl/tree/master/templates
~This should avoid making the multi-year case study unbounded~ (see #831) Best to alter the structure of code as little as possible (so #833 is not a good way to...
### What and Why Add a new subsection on the docs home page to include a general overview of the type of policy questions that TulipaEnergyModel can answer. This is...
### What and Why We want to add tests for each function that creates constraints that do not depend on the case studies (as it currently does). For instance, to...
Hi HiGHS team, The attached .lp file in this .zip file [unbounded-problem.zip](https://github.com/user-attachments/files/17279918/unbounded-problem.zip) has a MIP problem that it is unbounded, but HiGHS fails to detect it before going into the...