-
Notifications
You must be signed in to change notification settings - Fork 3
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
Setup system for constraints #25
Conversation
Codecov ReportAll modified lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #25 +/- ##
===========================================
+ Coverage 99.05% 100.00% +0.94%
===========================================
Files 5 6 +1
Lines 106 113 +7
===========================================
+ Hits 105 113 +8
+ Misses 1 0 -1
☔ View full report in Codecov by Sentry. |
This PR adds a GCPDecompositions.jl/src/gcp-opt.jl Lines 22 to 23 in ef7df98
with corresponding constraint types: GCPDecompositions.jl/src/type-constraints.jl Lines 7 to 24 in ef7df98
and clarifies that the weights λ are constrained to all be one: GCPDecompositions.jl/src/gcp-opt.jl Lines 4 to 13 in ef7df98
|
Fixes #24