advancedresearch-graph_builder 0.1.0

An algorithm for generating graphs with post-filtering and edge composition
Documentation
  • Coverage
  • 94.44%
    17 out of 18 items documented0 out of 9 items with examples
  • Size
  • Source code size: 17.02 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 2.19 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Links
  • Homepage
  • advancedresearch/graph_builder
    3 1 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • bvssvni

Graph-Builder

An algorithm for generating graphs with post-filtering and edge composition.

This algorithm is used by automated theorem provers on typical group/category problems. For example, to study algebra or path semantics.

The advantage of this algorithm is that it exploits symmetry of Category Theory. For every morphism A -> B and B -> C, there exists a morphism A -> C. This means that for a large number of objects, one only needs to keep neighbour morphisms.

Constructing a graph using small operations makes it possible to minimize the work required to get from one node to another.

For information of how use this library, see the documentation on the various functions.