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 assert_is_solved_and_feasible #3925

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Add assert_is_solved_and_feasible #3925

wants to merge 3 commits into from

Conversation

odow
Copy link
Member

@odow odow commented Jan 25, 2025

Closes #3923

Bikeshedding: the alternative is is_solved_and_feasible(model; assert = true)

Copy link

codecov bot commented Jan 25, 2025

Codecov Report

Attention: Patch coverage is 0% with 4 lines in your changes missing coverage. Please review.

Project coverage is 99.52%. Comparing base (7c45f40) to head (d3671ae).
Report is 1 commits behind head on master.

Files with missing lines Patch % Lines
src/optimizer_interface.jl 0.00% 4 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #3925      +/-   ##
==========================================
- Coverage   99.58%   99.52%   -0.07%     
==========================================
  Files          43       43              
  Lines        6059     6063       +4     
==========================================
  Hits         6034     6034              
- Misses         25       29       +4     

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

src/optimizer_interface.jl Outdated Show resolved Hide resolved
src/optimizer_interface.jl Outdated Show resolved Hide resolved
@mlubin
Copy link
Member

mlubin commented Jan 25, 2025

I like it.

Co-authored-by: Miles Lubin <mlubin@google.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

assert_is_solved_and_feasible
2 participants