Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dicing #902

Open
Ehcsan opened this issue Aug 23, 2024 · 0 comments · May be fixed by #925
Open

Dicing #902

Ehcsan opened this issue Aug 23, 2024 · 0 comments · May be fixed by #925
Assignees
Labels
enhancement New feature or request

Comments

@Ehcsan
Copy link
Collaborator

Ehcsan commented Aug 23, 2024

We want to extend the slicing by adding support for dicing.

This should allow us to only select paths from a selection of start nodes that reach a given selection of end nodes. For this we want to utilize the current backwards slicing from the end nodes and find only those paths that lead to the start nodes.

Example:
Input:
a = 3
b = 4
c = a + b
--diced from a to c
Output:
a = 3
c = a + b

@Ehcsan Ehcsan added the enhancement New feature or request label Aug 23, 2024
@Ehcsan Ehcsan self-assigned this Aug 23, 2024
@EagleoutIce EagleoutIce linked a pull request Aug 30, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant