create_module_from_adjacency_matrix: Create a module from an adjacency matrix
Description
The edges in the module will be set to the edges in the adjacency matrix.
The edges are undirected, and only the lower triangle of the
matrix is considered. See set_module_edges for more details.