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

Issue with DSPopt methods #31

Open
rachaelalfant opened this issue Aug 5, 2022 · 0 comments
Open

Issue with DSPopt methods #31

rachaelalfant opened this issue Aug 5, 2022 · 0 comments

Comments

@rachaelalfant
Copy link
Collaborator

Hello,

I am having an issue using different methods with DSPopt. I obtain the correct solution with the following code:

status = optimize!(model,
        is_stochastic = false, # Needs to indicate that the model is NOT a stochastic program.
        solve_type = DSPopt.ExtensiveForm, # see instances(DSPopt.Methods) for other methods
    )

However, when I use solve_type = DSPopt.DW, I do not obtain the correct optimal solution.

ExtensiveForm
DW

Any help would be greatly appreciated.

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