flag-algebra 0.1.9

An implementation of Razborov's flag algebras
Documentation
1
2
3
4
5
6
7
8
* Added colored flags
* Improved html reports
* Added functions to reduce a solution by iteration
* Lowered trait bound on the used field in flag algebra operators
* Slightly optimized the flatmatrix data structure for extensions
* Update flag interface
* Change type in Cauchy-Schwarz matrices from u64 to u32 as it is way enough and it reduces file size
* Updated dependencies