Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix quantile_genlasso_lp with noncross, Rglpk #19

Open
brookslogan opened this issue Sep 19, 2022 · 0 comments
Open

Fix quantile_genlasso_lp with noncross, Rglpk #19

brookslogan opened this issue Sep 19, 2022 · 0 comments

Comments

@brookslogan
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant