Skip to content

Commit 84b1813

Browse files
authored
add graph class: threshold graphs (#26)
1 parent bbd621d commit 84b1813

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/GraphProperties.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,7 @@ let
178178
(:GraphIsComparabilityGraph, "a *comparability graph*", [], ug),
179179
(:GraphIsDistanceHereditary, "*distance-hereditary*", [], ug),
180180
(:GraphIsSplitGraph, "a *split graph*", [], ug),
181+
(:GraphIsThresholdGraph, "a *threshold graph*", [], ug),
181182
(:GraphIsCartesianProduct, "a *Cartesian product* of two graphs", ["a box product"], ug),
182183
]
183184
for (typ, properties) (

0 commit comments

Comments
 (0)