retrieve the number of edges in a QueryGraph
| 721 | |
| 722 | // retrieve the number of edges in a QueryGraph |
| 723 | uint QueryGraph_EdgeCount |
| 724 | ( |
| 725 | const QueryGraph *qg |
| 726 | ) { |
| 727 | return array_len(qg->edges); |
| 728 | } |
| 729 | |
| 730 | GrB_Matrix QueryGraph_MatrixRepresentation |
| 731 | ( |