summaryrefslogtreecommitdiff
path: root/graph-checker/src/theorems/mod.rs
diff options
context:
space:
mode:
authorAndrew Guschin <guschin.drew@gmail.com>2023-04-10 16:31:57 +0400
committerAndrew Guschin <guschin.drew@gmail.com>2023-04-10 16:31:57 +0400
commit30b7dc646f262ec6d97ac701859d0cf9008816c9 (patch)
tree6550cf940989b7d49f9f7f231b3fcb9cf00cf9c5 /graph-checker/src/theorems/mod.rs
parent134dd321468448c67e8d24cbbcee3030bcfb3e39 (diff)
Added is_free_of, is_2_connected and thorem 3.1
Diffstat (limited to 'graph-checker/src/theorems/mod.rs')
-rw-r--r--graph-checker/src/theorems/mod.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/graph-checker/src/theorems/mod.rs b/graph-checker/src/theorems/mod.rs
index 2737cbd..1135759 100644
--- a/graph-checker/src/theorems/mod.rs
+++ b/graph-checker/src/theorems/mod.rs
@@ -1,2 +1,3 @@
pub mod basic;
+pub mod forbidden;
pub mod toughness;