Skip to content

Commit

Permalink
import
Browse files Browse the repository at this point in the history
  • Loading branch information
matbesancon committed Sep 8, 2023
1 parent 58a8b8d commit b7f840b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/MOI_wrapper/conflict.jl
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ end
"""
Model attribute representing whether why the Minimum Unsatisfiable Constraint analysis terminated.
"""
struct UnsatisfiableSystemStatus <: AbstractModelAttribute end
struct UnsatisfiableSystemStatus <: MOI.AbstractModelAttribute end

attribute_value_type(::UnsatisfiableSystemStatus) = MOI.ConflictStatusCode

Check warning on line 63 in src/MOI_wrapper/conflict.jl

View check run for this annotation

Codecov / codecov/patch

src/MOI_wrapper/conflict.jl#L63

Added line #L63 was not covered by tests

Expand All @@ -69,7 +69,7 @@ Attribute representing whether the constraint could be satisfied in the Minimum
Note that this is different from a constraint belonging to an Irreducible Infeasible Subsystem.
"""
struct ConstraintSatisfiabilityStatus <: AbstractConstraintAttribute end
struct ConstraintSatisfiabilityStatus <: MOI.AbstractConstraintAttribute end

function attribute_value_type(::ConstraintSatisfiabilityStatus)
return MOI.ConflictParticipationStatusCode

Check warning on line 75 in src/MOI_wrapper/conflict.jl

View check run for this annotation

Codecov / codecov/patch

src/MOI_wrapper/conflict.jl#L74-L75

Added lines #L74 - L75 were not covered by tests
Expand Down

0 comments on commit b7f840b

Please sign in to comment.