-
Notifications
You must be signed in to change notification settings - Fork 94
Dual sets #804
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
Dual sets #804
Conversation
Julia opt master
Codecov Report
@@ Coverage Diff @@
## master #804 +/- ##
=========================================
+ Coverage 94.09% 94.1% +0.01%
=========================================
Files 59 59
Lines 6795 6808 +13
=========================================
+ Hits 6394 6407 +13
Misses 401 401
Continue to review full report at Codecov.
|
src/sets.jl
Outdated
dual_set(s::AbstractSet) | ||
Return the dual set of `s`, that is the dual cone of the set. This follows the | ||
definition of `MathOptInterface` discussed in http://www.juliaopt.org/MathOptInterface.jl/stable/apimanual/#Advanced-1 |
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.
For version consistency, please reference this section using an internal link instead of a URL. See https://juliadocs.github.io/Documenter.jl/stable/man/syntax/#@ref-link-1. It might take a couple tries to work as I'm not sure of the exact syntax. You can double check that the link works by building the documentation locally.
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.
@guilhermebodin Could you make a PR to update the |
Moved functions from https://github.com/guilhermebodin/Dualization.jl to MOI