Skip to content

Wrong vertex checked for isolation in inverse adjacency matrix computation #190

@oxy86

Description

@oxy86

The inner loop of createMatrixAdjacencyInverse() has an error: it checks (*it)->isIsolated() (the outer iterator) instead of (*it1)->isIsolated() (the inner iterator). This means isolated vertices are never correctly skipped in the inner loop, potentially causing isSingular to be computed incorrectly.

Metadata

Metadata

Assignees

Labels

Type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions