gmlc-dispatches / dispatches

Primary repository for distributed dispatches software tools
https://dispatches.readthedocs.io/
Other
12 stars 34 forks source link

Re paper small wind #198

Closed dguittet closed 1 year ago

dguittet commented 1 year ago

Using xpress_direct, run dispatches/case_studies/renewables_case/run_double_loop_battery_new_setting.py to find early on in the simulation infeasibility issues. Is not being caught by the try-catch around create_tight_unit_commitment_model

Original problem has:
      1938 rows         1620 cols         3327 elements

The problem is infeasible due to row x1880
Presolve finished in 0 seconds
Heap usage: 1155KB (peak 1883KB, 1178KB system)
WARNING: Loading a SolverResults object with a warning status into
    model.name="unknown";
      - termination condition: infeasible
      - message from solver: <undefined>
Calculating PTDF Matrix Factorization

@bknueven @Xinhe-Chen

dguittet commented 1 year ago

Opened in wrong repo, meant to do this on my fork