Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
Projection on the epigraph of the squared Euclidean norm #334
Projection on the epigraph of the squared Euclidean norm #334
Changes from 10 commits
adbbf5e
3ec808b
2bb00cc
78802a9
89e72f6
036784e
e2a6b7b
b8eaeea
29c1257
36082fd
ca663e1
1d19ab3
5c98f5f
55188a8
ad45f27
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
Check warning on line 16 in src/constraints/epigraph_squared_norm.rs
GitHub Actions / clippy
you should consider adding a `Default` implementation for `EpigraphSquaredNorm`
Check warning on line 42 in src/constraints/epigraph_squared_norm.rs
GitHub Actions / clippy
this expression creates a reference which is immediately dereferenced by the compiler
Check warning on line 65 in src/constraints/epigraph_squared_norm.rs
GitHub Actions / clippy
unneeded `return` statement
Check warning on line 80 in src/constraints/epigraph_squared_norm.rs
GitHub Actions / clippy
manual implementation of an assign operation
Check warning on line 87 in src/constraints/epigraph_squared_norm.rs
GitHub Actions / clippy
the loop variable `i` is only used to index `x`
Check warning on line 4 in src/constraints/tests.rs
GitHub Actions / ci (ubuntu-latest)
Check warning on line 4 in src/constraints/tests.rs
GitHub Actions / ci (ubuntu-latest)
Check warning on line 4 in src/constraints/tests.rs
GitHub Actions / ci (ubuntu-latest)
Check warning on line 4 in src/constraints/tests.rs
GitHub Actions / ci (ubuntu-20.04)
Check warning on line 4 in src/constraints/tests.rs
GitHub Actions / ci (ubuntu-20.04)
Check warning on line 4 in src/constraints/tests.rs
GitHub Actions / ci (ubuntu-20.04)
Check warning on line 4 in src/constraints/tests.rs
GitHub Actions / ci_macos (macos-11)
Check warning on line 4 in src/constraints/tests.rs
GitHub Actions / ci_macos (macos-11)
Check warning on line 4 in src/constraints/tests.rs
GitHub Actions / ci_macos (macos-11)
Check warning on line 925 in src/constraints/tests.rs
GitHub Actions / ci (ubuntu-latest)
Check warning on line 925 in src/constraints/tests.rs
GitHub Actions / ci (ubuntu-latest)
Check warning on line 925 in src/constraints/tests.rs
GitHub Actions / ci (ubuntu-latest)
Check warning on line 925 in src/constraints/tests.rs
GitHub Actions / ci (ubuntu-20.04)
Check warning on line 925 in src/constraints/tests.rs
GitHub Actions / ci (ubuntu-20.04)
Check warning on line 925 in src/constraints/tests.rs
GitHub Actions / ci (ubuntu-20.04)
Check warning on line 925 in src/constraints/tests.rs
GitHub Actions / ci_macos (macos-11)
Check warning on line 925 in src/constraints/tests.rs
GitHub Actions / ci_macos (macos-11)
Check warning on line 925 in src/constraints/tests.rs
GitHub Actions / ci_macos (macos-11)