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 support for quadratics #77

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

Add support for quadratics #77

wants to merge 18 commits into from

Conversation

staadecker
Copy link
Member

@staadecker staadecker commented Nov 10, 2024

Add support for quadratic constraints and objectives (fixes #5). This will allow us to reuse the benchmarks used by other libraries to then measure our library against them.

@staadecker staadecker changed the base branch from main to ms/fixes November 10, 2024 23:19
Base automatically changed from ms/fixes to main November 12, 2024 14:41
@staadecker staadecker marked this pull request as ready for review November 12, 2024 15:08
Copy link

codecov bot commented Nov 12, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 95.03%. Comparing base (75a28c9) to head (e537d1e).

Additional details and impacted files
@@            Coverage Diff             @@
##             main      #77      +/-   ##
==========================================
+ Coverage   94.63%   95.03%   +0.40%     
==========================================
  Files          13       13              
  Lines        1453     1532      +79     
==========================================
+ Hits         1375     1456      +81     
+ Misses         78       76       -2     
Flag Coverage Δ
smart-tests 95.03% <100.00%> (+0.40%) ⬆️

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.

Add support for quadratic objectives
1 participant