We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bbd621d commit 84b1813Copy full SHA for 84b1813
1 file changed
src/GraphProperties.jl
@@ -178,6 +178,7 @@ let
178
(:GraphIsComparabilityGraph, "a *comparability graph*", [], ug),
179
(:GraphIsDistanceHereditary, "*distance-hereditary*", [], ug),
180
(:GraphIsSplitGraph, "a *split graph*", [], ug),
181
+ (:GraphIsThresholdGraph, "a *threshold graph*", [], ug),
182
(:GraphIsCartesianProduct, "a *Cartesian product* of two graphs", ["a box product"], ug),
183
]
184
for (typ, properties) ∈ (
0 commit comments