-
Notifications
You must be signed in to change notification settings - Fork 116
Assignment 2
guanqin-123 edited this page Feb 17, 2021
·
32 revisions
--give c file for test case
In this assignment, you are requested to complete a function which will analyze the point-to set of the given bc file.
While the environment has been set up, you are now able to start your assignment.
For this assignment, you are requested to design a function which will output the point-to set of the given program. An Andersen point-to algorithm is requested to implement in your solution.
Finally, you are requested to commit and push your code and the executable file via the git command.
git add <source code and the execuateable file>
git commit -m'<commit message>'
git push