flag-algebra 0.1.9

An implementation of Razborov's flag algebras
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
//! Example of flags.

mod cgraph;
mod digraph;
mod graph;
mod model;
mod tool;
pub use crate::flags::cgraph::*;
pub use crate::flags::digraph::*;
pub use crate::flags::graph::*;
pub use crate::flags::model::*;
pub use crate::flags::tool::*;