diff options
| author | Andrew Guschin <guschin.drew@gmail.com> | 2023-04-09 18:23:13 +0400 |
|---|---|---|
| committer | Andrew Guschin <guschin.drew@gmail.com> | 2023-04-09 18:23:13 +0400 |
| commit | a5bf84189c0df8a2ac5a6f99ca314a1f39c9b697 (patch) | |
| tree | f5386fffa1db8fab5e0fe2cced0470db999c5aed /graph-checker/src/theorems/mod.rs | |
| parent | cf1396c9ac9a37d5f5b0821f1572be17bcca3aa7 (diff) | |
Restructured project into multiple files
Diffstat (limited to 'graph-checker/src/theorems/mod.rs')
| -rw-r--r-- | graph-checker/src/theorems/mod.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/graph-checker/src/theorems/mod.rs b/graph-checker/src/theorems/mod.rs new file mode 100644 index 0000000..2737cbd --- /dev/null +++ b/graph-checker/src/theorems/mod.rs @@ -0,0 +1,2 @@ +pub mod basic; +pub mod toughness; |