We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
PropertyComparison
1 parent 92929fa commit 4936386Copy full SHA for 4936386
src/GraphProperties.jl
@@ -7,7 +7,7 @@ export
7
abstract type GraphProperty{T} end
8
9
struct PropertyComparison{
10
- Comparison <: Union{typeof(==), typeof(≤), typeof(≥)},
+ Comparison <: Union{typeof(==), typeof(≤)},
11
Property <: GraphProperty{<:Real},
12
Value,
13
} <: GraphProperty{Bool}
0 commit comments