Skip to content

input_handler destroys graphs prematurely #2

Description

@luksteph

input_handler, when it goes out of scope, calls the destructor of the graph that was passed to it due to the graph going out of scope. This is unwanted behavior, because I want the graphs to be reusable so you can try multiple algorithms on the same graph for convenience.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions