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

Setting lower_bound when sense is :Max #270

Closed
srisanger opened this issue Nov 4, 2019 · 0 comments · Fixed by #271
Closed

Setting lower_bound when sense is :Max #270

srisanger opened this issue Nov 4, 2019 · 0 comments · Fixed by #271
Assignees

Comments

@srisanger
Copy link

    model = SDDP.LinearPolicyGraph(
        stages = 52,
        lower_bound = 0.0,
        sense = :Max,
        optimizer = with_optimizer(Gurobi.Optimizer, GUROBI_ENV, OutputFlag = 0)
    )do subproblem, t

Running this makes it unbounded.

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

Successfully merging a pull request may close this issue.

2 participants