Skip to content

DistMatrix Zero Check #3

@Crcodlus

Description

@Crcodlus

The program will crash if a DistMatrix with size zero is passed to HungarianAlgorithm::Solve.
Fix for line 28:
if ((int) nRows .size() == 0) { return -1; }

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions