Find the word definition

Wiktionary
edge cover

n. (context graph theory English) A set of edges which touch all the vertices of a graph.

Wikipedia
Edge cover

In graph theory, an edge cover of a graph is a set of edges such that every vertex of the graph is incident to at least one edge of the set. In computer science, the minimum edge cover problem is the problem of finding an edge cover of minimum size. It is an optimization problem that belongs to the class of covering problems and can be solved in polynomial time.