Conversation
f007b7d to
cffd8a1
Compare
|
Thanks for this contribution! The (non-weakly) active set is encoded in the dual variables that are already in the result struct. Simply checking which componentd lamda are non-zero should give you the (non-weakly) active constraints. Also note that the signs of lambda encode weather the upper or lower bound is active. A "get_active_set" function that takes in the result struct and extract the active set from the dual variables could therefore be an alternative. But if there is a good argument for including the active set directly in the struct, I am open for merging. |
cffd8a1 to
2b9f951
Compare
2b9f951 to
1ff5342
Compare
darnstrom
left a comment
There was a problem hiding this comment.
This is a great addition to the Eigen interface! Thanks :)
No description provided.