avangogo / canonical-form

A Rust crate to reduce graphs and other structures modulo isomorphism.
MIT License
3 stars 0 forks source link

More tests? #3

Open timothee-haudebourg opened 2 years ago

timothee-haudebourg commented 2 years ago

I don't see a lot of testing apart from a few non randomized tests in the lib.rs file. The benches/graphs.rs file is just benchmarking, not actually testing the correctness of the algorithm, or is it?

avangogo commented 2 years ago

That's a fair point, I will add more tests.

It has been indirectly tested though through this other library that heavily relies on it: https://github.com/avangogo/rust-flag-algebra, but mainly in a graph-like setup