spanningspaths
Spanningspaths is a concept in graph theory describing a collection of paths that collectively cover the vertex set of a graph. The term is used in some literature to address problems of coverage and routing where it is desirable to traverse or reach every node using a small number of continuous traversals.
Formally, let G=(V,E) be a finite undirected graph. A spanningspath cover is a family P={P1,...,Pk} of simple
Optimization problems include finding a spanningspath cover with the minimum number of paths or the minimum
Relationship to other concepts: spanningspaths generalize the idea of a path cover, and differ from spanning
Applications: network design and maintenance routing, autonomous exploration by robots, sensor coverage, and circuit layout planning.