We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
>
>=
1 parent 26280f2 commit b5aea68Copy full SHA for b5aea68
1 file changed
src/MathProg/vcids.jl
@@ -81,8 +81,6 @@ Base.convert(::Type{Int32}, id::I) where {I<:Id} = id.uid
81
Base.:(<)(a::Id{VC}, b::Id{VC}) where {VC} = a.uid < b.uid
82
Base.:(<=)(a::Id{VC}, b::Id{VC}) where {VC} = a.uid <= b.uid
83
Base.:(==)(a::Id{VC}, b::Id{VC}) where {VC} = a.uid == b.uid
84
-Base.:(>)(a::Id{VC}, b::Id{VC}) where {VC} = a.uid > b.uid
85
-Base.:(>=)(a::Id{VC}, b::Id{VC}) where {VC} = a.uid >= b.uid
86
87
ClB.getuid(id::Id) = id.uid # TODO: change name
88
getduty(vcid::Id{VC}) where {VC} = vcid.duty
0 commit comments