Skip to content

Use join, when needed, after a conditional branch #5

@sukrutrao

Description

@sukrutrao

The program currently explores every path independently. At each conditional branch, the entire program from that point is explored separately. The number of paths can blow up if there are a lot of branches.

Change this to explore just the body of the if and else conditions separately, and perform a join at the end.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions