-
Notifications
You must be signed in to change notification settings - Fork 6
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
Add reference for maximization duals #149
Conversation
Codecov ReportBase: 93.30% // Head: 92.92% // Decreases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## master #149 +/- ##
==========================================
- Coverage 93.30% 92.92% -0.38%
==========================================
Files 12 12
Lines 702 622 -80
==========================================
- Hits 655 578 -77
+ Misses 47 44 -3
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
test/runtests.jl
Outdated
include("Solvers/csdp_test.jl") | ||
include("Solvers/scs_test.jl") | ||
# include("Solvers/highs_test.jl") | ||
# include("Solvers/csdp_test.jl") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reenable
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oops, thanks!
Maybe also write somewhere that for maximization, the dual can also be obtained by reversing the objective and using a min and then dualize. |
This reverts commit 878e69c59f89ddebe44b0f982f18efbcad34807e.
first part of #142