From 4893129144c55caaee6707cebc33f45e1a5327bb Mon Sep 17 00:00:00 2001 From: patel-mann Date: Thu, 18 Dec 2025 15:16:47 -0700 Subject: [PATCH] UPD --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index d573638..e96e897 100644 --- a/README.md +++ b/README.md @@ -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