Skip to content

update Lab-Exercise-3 - #93

Open
yuleisui wants to merge 3 commits into
SVF-tools:mainfrom
yuleisui:main
Open

update Lab-Exercise-3#93
yuleisui wants to merge 3 commits into
SVF-tools:mainfrom
yuleisui:main

Conversation

@yuleisui

Copy link
Copy Markdown
Collaborator

No description provided.

Copilot AI lite review requested due to automatic review settings August 13, 2026 11:44

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates Lab Exercise 3’s Abstract Execution Manager (AEMgr) test6 example program used to illustrate path refinement/infeasible branches, across both the Python notebook and the C++ scaffold.

Changes:

  • Updated the test6 C example in the Python notebook to use braces and add an intentionally infeasible nested condition (a <= 8 after a > 10).
  • Updated the corresponding test6 commented example in the C++ scaffold.
  • Reset the notebook cell’s execution_count to null.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.

File Description
Lab-Exercise-3/Python/AEMgr.ipynb Updates the test6 illustrative C snippet and resets the cell execution count.
Lab-Exercise-3/CPP/AEMgr.cpp Updates the test6 commented example program in the C++ scaffold.

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

Comment on lines +212 to +216
// if (a > 10) {
// b = a;
// if (a <= 8)
// b = 100;
// }
Comment on lines 851 to 855
"cell_type": "code",
"execution_count": 88,
"execution_count": null,
"id": "d221d14ac9cf5320",
"metadata": {
"collapsed": false,
Comment thread Lab-Exercise-3/Python/AEMgr.ipynb Outdated
Comment thread Lab-Exercise-3/CPP/AEMgr.cpp Outdated
yuleisui and others added 2 commits August 14, 2026 22:17
Co-authored-by: Mohamad Barbar <mbarbar@users.noreply.github.com>
Co-authored-by: Mohamad Barbar <mbarbar@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants