You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Although from the urbs documentation it is understandable that trading with more than one external market can be simulated, trying this does not work.
While trying to simulate trading with more markets, urbs checked if import capacities from market A, B, C etc. and export capacities to A, B, C etc. are equal. Without an explicit coupling of imports and exports, this checking was done between import from A and export to A, B, C etc.
As a result, urbs built export and import capacities only for market A. In the case that the import/export capacities are already built, the optimizer declares the problem infeasible/unbounded.
The text was updated successfully, but these errors were encountered:
Although from the urbs documentation it is understandable that trading with more than one external market can be simulated, trying this does not work.
While trying to simulate trading with more markets, urbs checked if import capacities from market A, B, C etc. and export capacities to A, B, C etc. are equal. Without an explicit coupling of imports and exports, this checking was done between import from A and export to A, B, C etc.
As a result, urbs built export and import capacities only for market A. In the case that the import/export capacities are already built, the optimizer declares the problem infeasible/unbounded.
The text was updated successfully, but these errors were encountered: