simple_modified 3.zip
The attached model runs successfully until 2038, where it fails with
The solver has indicated that the problem is infeasible, probably because the supplied assets could not meet the required demand. Demand was not met for the following markets: [(CommodityID("RSHEAT"), RegionID("GBR"))]
This happens to be the year when external demands for RSHEAT drop to zero (so there shouldn't be any demands for it not to meet!). I strongly suspect this is due to the epsilon added in #1387, as reducing the epsilon resolves the error (but also pushes some shadow prices back to zero!)
See #1397
simple_modified 3.zip
The attached model runs successfully until 2038, where it fails with
This happens to be the year when external demands for
RSHEATdrop to zero (so there shouldn't be any demands for it not to meet!). I strongly suspect this is due to the epsilon added in #1387, as reducing the epsilon resolves the error (but also pushes some shadow prices back to zero!)See #1397