From e8df4acf0d484452b317f1663de24d8e511d11a9 Mon Sep 17 00:00:00 2001 From: Neven Sajko Date: Sun, 12 Oct 2025 21:23:03 +0200 Subject: [PATCH] add graph class: threshold graphs --- src/GraphProperties.jl | 1 + 1 file changed, 1 insertion(+) diff --git a/src/GraphProperties.jl b/src/GraphProperties.jl index fc67030..d1e0cc2 100644 --- a/src/GraphProperties.jl +++ b/src/GraphProperties.jl @@ -178,6 +178,7 @@ let (:GraphIsComparabilityGraph, "a *comparability graph*", [], ug), (:GraphIsDistanceHereditary, "*distance-hereditary*", [], ug), (:GraphIsSplitGraph, "a *split graph*", [], ug), + (:GraphIsThresholdGraph, "a *threshold graph*", [], ug), (:GraphIsCartesianProduct, "a *Cartesian product* of two graphs", ["a box product"], ug), ] for (typ, properties) ∈ (