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
Running some analyses with noncross=TRUE using Rglpk in place of Gurobi produces:
Error: Length of bound indices must be equal to the length of the corresponding bound values.
It appears that this results from typos around here, where model_big$bounds${lower,upper}$val are formed from the nonexistent model${lower,upper}$val rather than the existent model$bounds${lower,upper}$val. Things might work just by fixing this typo, but probably should be checked for correctness / agreement with Gurobi results, as this branch may not have ever been run before.
The text was updated successfully, but these errors were encountered:
Running some analyses with
noncross=TRUE
using Rglpk in place of Gurobi produces:It appears that this results from typos around here, where
model_big$bounds${lower,upper}$val
are formed from the nonexistentmodel${lower,upper}$val
rather than the existentmodel$bounds${lower,upper}$val
. Things might work just by fixing this typo, but probably should be checked for correctness / agreement with Gurobi results, as this branch may not have ever been run before.The text was updated successfully, but these errors were encountered: