advancedresearch-graph_builder

Crates.ioadvancedresearch-graph_builder
lib.rsadvancedresearch-graph_builder
version0.1.0
sourcesrc
created_at2019-09-10 12:33:00.593394
updated_at2019-09-10 12:33:00.593394
descriptionAn algorithm for generating graphs with post-filtering and edge composition
homepagehttps://github.com/advancedresearch/graph_builder
repositoryhttps://github.com/advancedresearch/graph_builder.git
max_upload_size
id163812
size17,548
Sven Nilsen (bvssvni)

documentation

https://docs.rs/advancedresearch-graph_builder

README

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.

Commit count: 8

cargo fmt