WIP: add tests

This commit is contained in:
2025-03-29 16:51:09 +01:00
parent a13c1a5001
commit 8d28ef44be
2 changed files with 27 additions and 0 deletions

2
tests/valid_flow.rs Normal file
View File

@@ -0,0 +1,2 @@
// check capacity at each edge (incoming flows = outgoing flows)
// check capacity isn't violated (flow <= capacity)