-
Notifications
You must be signed in to change notification settings - Fork 63
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
Implement QCQP duals #321
Implement QCQP duals #321
Conversation
Co-authored-by: metab0t <metab0t@users.noreply.github.com>
Codecov Report
@@ Coverage Diff @@
## master #321 +/- ##
==========================================
+ Coverage 54.08% 54.82% +0.73%
==========================================
Files 7 7
Lines 2703 2747 +44
==========================================
+ Hits 1462 1506 +44
Misses 1241 1241
Continue to review full report at Codecov.
|
Barring objections, I'll leave this open for another 48 hours, then merge. |
I have just noticed that CPLEX.jl is rewritten based on auto-generated bindings with Clang.jl, which makes this package more maintainable. It also makes this PR cleaner. Thanks for your hard work @odow. It's really a new chapter for CPLEX.jl. |
Exactly. It needed to be done. Here's the PR, which contains some discussion you might be interested in reading: #316 |
Closes #295
Closes #309