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

breaking: replace DisjunctConstraint with Disjunct #86

Merged
merged 1 commit into from
Oct 17, 2023
Merged

breaking: replace DisjunctConstraint with Disjunct #86

merged 1 commit into from
Oct 17, 2023

Conversation

hdavid16
Copy link
Owner

Makes it shorter to define constraints in each disjunct and makes sense to have the tag indicate which disjunct the constraint belongs to. Internally, these constraints are still stored as disjunct constraints in the gdp_data

@codecov
Copy link

codecov bot commented Oct 17, 2023

Codecov Report

All modified lines are covered by tests ✅

Comparison is base (98f5246) 98.70% compared to head (b6e0902) 98.70%.

Additional details and impacted files
@@           Coverage Diff           @@
##           master      #86   +/-   ##
=======================================
  Coverage   98.70%   98.70%           
=======================================
  Files          10       10           
  Lines         924      924           
=======================================
  Hits          912      912           
  Misses         12       12           
Files Coverage Δ
src/constraints.jl 98.63% <ø> (ø)
src/datatypes.jl 100.00% <ø> (ø)
src/macros.jl 96.12% <ø> (ø)

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

@hdavid16 hdavid16 merged commit de77f25 into master Oct 17, 2023
6 checks passed
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