You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, we only test giving QPs in standard form and use QPDiff or giving CPs in standard for and use ConicDiff.
The user might not give these form and get errors as it's not tested.
We should add tests for this, e.g., adding a constraint in NormOneCone or NormInfinityCone to QPDiff (as it can be rewritten as LP).
This might encouter missing setters and getters for the DiffOpt attributes for a few bridges that we should add. Similar to
Currently, we only test giving QPs in standard form and use QPDiff or giving CPs in standard for and use ConicDiff.
The user might not give these form and get errors as it's not tested.
We should add tests for this, e.g., adding a constraint in NormOneCone or NormInfinityCone to QPDiff (as it can be rewritten as LP).
This might encouter missing setters and getters for the DiffOpt attributes for a few bridges that we should add. Similar to
DiffOpt.jl/src/bridges.jl
Lines 1 to 32 in 3d7e385
The text was updated successfully, but these errors were encountered: