-
Notifications
You must be signed in to change notification settings - Fork 35
Assignment 2 Python
Hanyuan Li edited this page Jul 1, 2026
·
7 revisions
- Run
ctest -R "ass2-py/"to test all the test cases for Assignment 2.
- Upload
Assignment_2.pyto UNSWWebCMSfor your submission when you are finished with this assignment. - You can also submit
Assignment_2.pyusinggive, you may find this guide helpful.
Your implementation will be evaluated against X number of our internal tests. If you pass Y tests, you will receive Y/X * 100% marks. Unfortunately, our internal tests are publicly unavailable. Here, we only provided limited test cases 3 test cases under Assignment-2/Tests/testcases/sse . You are encouraged to add more test cases by yourself to validate the correctness of your implementation.
*You will be working on Assignment-2.py only and there is NO need to modify other files under the Assignment-2 folder
Detailed SVF APIs to help with your implementation: SVF Python Z3 API
To enable debugging and running, switch your executable by setting the program and args fields as described here or follow the below screenshot.
