Expand description
This crate defines the type SymbolBitMatrix as well as
operations and utilites relating to it.
Re-exports§
pub use self::remap_symbols::CfgRemapSymbolsExt;pub use self::remap_symbols::Remap;
Modules§
- remap_
symbols - Remaps symbols and removes unused symbols.
Structs§
- Direct
Derivation Matrix - A direct derivation matrix.
- Reachability
Matrix - A reachability matrix.
- Symbol
BitMatrix - A matrix that represents a relation
R(A, B)between two symbols. - Unit
Derivation Matrix - A unit derivation matrix.
Traits§
- CfgSymbol
BitMatrix Ext - Extension traits for building matrices that represent relation between symbols,
R(A, B)whereA:Symbol,B:Symbol.