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 f3f12c1 commit bd8680aCopy full SHA for bd8680a
Assignment-2/Assignment-2.cpp
@@ -35,7 +35,7 @@ using namespace z3;
35
36
/// TODO: Implement your context-sensitive ICFG traversal here to traverse each program path (once for any loop) from
37
/// You will need to collect each path from src node to snk node and then add the path to the `paths` set by
38
-/// calling the `collectAndTranslatePath` method which is then trigger the path translation.
+/// calling the `collectAndTranslatePath` method, in which translatePath method is called.
39
/// This implementation, slightly different from Assignment-1, requires ICFGNode* as the first argument.
40
void SSE::reachability(const ICFGEdge* curEdge, const ICFGNode* snk) {
41
/// TODO: your code starts from here
0 commit comments