diff options
| author | Andrew Guschin <guschin.drew@gmail.com> | 2023-04-10 16:31:57 +0400 |
|---|---|---|
| committer | Andrew Guschin <guschin.drew@gmail.com> | 2023-04-10 16:31:57 +0400 |
| commit | 30b7dc646f262ec6d97ac701859d0cf9008816c9 (patch) | |
| tree | 6550cf940989b7d49f9f7f231b3fcb9cf00cf9c5 /graph-checker/src/theorems/mod.rs | |
| parent | 134dd321468448c67e8d24cbbcee3030bcfb3e39 (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.rs | 1 |
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; |