Skip to content

Creating Functions for Easily Computing the Linear Constraint Representation Matrices #16

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

Merged
merged 12 commits into from
Apr 18, 2025

Conversation

kwesiRutledge
Copy link
Collaborator

@kwesiRutledge kwesiRutledge commented Apr 16, 2025

Summary

Added a function to ScalarConstraint and VectorConstraint objects for computing the LinearInequalityConstraintRepresentation and LinearEqualityConstraintRepresentation for appropriate linear constraints.

TODOs

  • Create a function for computing linear equality constraints

@kwesiRutledge kwesiRutledge self-assigned this Apr 16, 2025
Copy link

codecov bot commented Apr 17, 2025

Codecov Report

Attention: Patch coverage is 95.41667% with 11 lines in your changes missing coverage. Please review.

Project coverage is 86.83%. Comparing base (34e6b24) to head (ca4b848).
Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
smErrors/matrix_dimension_error.go 76.66% 6 Missing and 1 partial ⚠️
symbolic/scalar_constraint.go 93.65% 2 Missing and 2 partials ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main      #16      +/-   ##
==========================================
+ Coverage   85.70%   86.83%   +1.13%     
==========================================
  Files          38       42       +4     
  Lines        5700     5916     +216     
==========================================
+ Hits         4885     5137     +252     
+ Misses        751      709      -42     
- Partials       64       70       +6     

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@kwesiRutledge kwesiRutledge merged commit 5c935be into main Apr 18, 2025
5 checks passed
@kwesiRutledge kwesiRutledge deleted the kr/feature/linear-constraint-reps1 branch April 18, 2025 00:24
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.

1 participant