Gurobi / modeling-examples

Gurobi modeling examples
https://gurobi.github.io/modeling-examples/
Apache License 2.0
615 stars 272 forks source link

Large dataset for power schedule example is incomplete #21

Open ronaldvdv opened 6 months ago

ronaldvdv commented 6 months ago

In this example, we state that the full dataset can simply be read by replacing small_plant_data by large_plant_data. However, in that folder plant_capacities.csv is missing and the file plant_info_update.csv does not have the same structure so can't serve as an immediate replacement either. What is needed to import the large dataset?