Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 559 Bytes

File metadata and controls

17 lines (11 loc) · 559 Bytes

About

This is a Rust crate created to do calculations on matroid, and especially calculation of combinatorial derived matroids, see this paper.

There are some examples of the usage in the examples directory.

Precalculated combinatorial derived matroid

In the calculated_matroids directory, there are a precalculated combinatorial derived matroid. This can be loaded, an example of this is the vamos_derived.rs example.

Documentation

Documentation can be generated by cargo, run

cargo doc --open