Skip to content
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

Add comments to nonlinear solver code #71

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

maxpaik16
Copy link

Rename compute_collision_free_step_size to compute_max_step_size

Add doxygen style comments to the following headers:

polysolve/nonlinear/Problem.hpp

polysolve/nonlinear/Solver.hpp

polysolve/nonlinear/descent_strategies/DescentStrategy.hpp

polysolve/nonlinear/line_search/LineSearch.hpp

Copy link

codecov bot commented Mar 19, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 87.54%. Comparing base (97a92c5) to head (9629b82).

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #71   +/-   ##
=======================================
  Coverage   87.54%   87.54%           
=======================================
  Files          48       48           
  Lines        2047     2047           
=======================================
  Hits         1792     1792           
  Misses        255      255           
Flag Coverage Δ
polysolve 87.54% <100.00%> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants