Constructing a simplicial set

For a basic introduction on the core idea, please refer to this PDF file. The python script, using the networkx library, presented here has additional features not covered in the documentation. To construct a simplicial set, given a collection of ordered vertices, please see this. A way to construct maps of the trivial simplicial set is present in this class. For a DGL version of the same without pruning requirements, see this.