This project implements an algorithm to calculate the number of unfoldings of hypercubes of dimension
It is based on the blog post: Calculating the number of nets of hypercubes by Alex Gunning with further improvements to the algorithm by Günter Rote, see python program on A091159.
Run with cargo:
cargo run --releaseRun tests:
cargo test