We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06dc52a commit 762e986Copy full SHA for 762e986
Assignment-2/Assignment-2.h
@@ -75,6 +75,7 @@ namespace SVF {
75
/// reset z3 solver
76
virtual void resetSolver() {
77
getSolver().reset();
78
+ callingCtx.clear();
79
}
80
81
/// TODO: Implementing the collection the ICFG paths
0 commit comments