This commit is contained in:
patel-mann
2025-12-18 15:16:47 -07:00
parent 27bc69e837
commit 4893129144

View File

@@ -1,5 +1,8 @@
## Termanology
1. Forward Slice => All statements that could be affected if you change a given statement.
2. AIS = Actualy Impacted Set (Manully calcualte the expected outcome)
3. EIS = Estimated Impacted Set (The set extracted from the outcome of the program)
### Run
```bash