bonnkleiford / MSPLib-Library

MSPLib Problems Library initial repository for synthetic problems
7 stars 1 forks source link

Can't read Problem Instance 10 (Inventory Problem with Lead Time) #8

Closed jk27182 closed 1 month ago

jk27182 commented 1 month ago

Hi,

first of all, thank you for this nice collection of problems.

I ran into some problems reading problem instance 10, I get the following error: ERROR: AssertionError: term["stage"] == stage - 1. It occurs on all problem instances, for every discretization.

odow commented 1 month ago

Since this error looks like Julia, I assume you're calling via SDDP.jl?

If so, please close this issue and open an issue over at https://github.com/odow/SDDP.jl/issues instead.

jk27182 commented 1 month ago

Yes, the error occurred using SDDP.jl. I reopened the issue here