We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4524657 commit ab693bbCopy full SHA for ab693bb
1 file changed
src/attributes.jl
@@ -2758,17 +2758,6 @@ function attribute_value_type(::ConstraintConflictStatus)
2758
return ConflictParticipationStatusCode
2759
end
2760
2761
-function check_conflict_index_bounds(
2762
- model::ModelLike,
2763
- attr::ConstraintConflictStatus,
2764
-)
2765
- conflict_count = get(model, ConflictCount())
2766
- if !(1 <= attr.conflict_index <= conflict_count)
2767
- throw(ConflictIndexBoundsError(attr, conflict_count))
2768
- end
2769
- return
2770
-end
2771
-
2772
"""
2773
UserDefinedFunction(name::Symbol, arity::Int) <: AbstractModelAttribute
2774
0 commit comments