Skip to content

Commit bd8680a

Browse files
authored
Update Assignment-2.cpp
1 parent f3f12c1 commit bd8680a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Assignment-2/Assignment-2.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ using namespace z3;
3535

3636
/// TODO: Implement your context-sensitive ICFG traversal here to traverse each program path (once for any loop) from
3737
/// 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.
38+
/// calling the `collectAndTranslatePath` method, in which translatePath method is called.
3939
/// This implementation, slightly different from Assignment-1, requires ICFGNode* as the first argument.
4040
void SSE::reachability(const ICFGEdge* curEdge, const ICFGNode* snk) {
4141
/// TODO: your code starts from here

0 commit comments

Comments
 (0)