-
Notifications
You must be signed in to change notification settings - Fork 97
Add QP complementarity test #918
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
Conversation
odow
left a comment
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.
Ideally, we would write this in the compact form without auxiliary variables.
|
I understand. I still have to bridge Knitro then. |
Codecov Report
@@ Coverage Diff @@
## od/complements #918 +/- ##
==================================================
+ Coverage 95.21% 95.22% +0.01%
==================================================
Files 82 82
Lines 8770 8794 +24
==================================================
+ Hits 8350 8374 +24
Misses 420 420
Continue to review full report at Codecov.
|
|
You should test the test with a |
|
Just a question, however. You mentioned earlier:
Shouldn't we test this feature as well? |
* Add Complements set * Update docstring * Fix test/Test/Tests.jl * Update docstrings * Fix optimal_status * Update examples in docstring * More updates to docstring * Add Complements to docs * Add AbstractVectorFunction to docs * Tweak definition of complements * Add QP complementarity test (#918) * Test: add QP complementarity test * Add Mock test for QP complementarity test * Fix with comments in PR#918 * Update nlp.jl * Re-word definition of Complements and break tests into CP and MPCC * Update example in Complements docstring
I stay at your disposal if you want to add other MPEC tests inside MOI