Skip to content
Discussion options

You must be logged in to vote

I just read the readme in github page... sorry!

  • for anyone with similar question
  1. Implementing Numerical Domains and Memory Domain

In this homework, you will implement the sign domain and the interval domain in the corresponding modules. Both of the modules are required to implement sound abstract semantic functions declared in module type NUMERICAL_DOMAIN. For the interval domain, you have to implement the widening and narrowing operators introduced in the lecture. For the sign domain, assume that the widening oprator will be the same as its join. Assume that all integers are signed and ignore integer-overflow effects. The output of the abstract semantics of div is defined as top when…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by doit-man
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant
Converted from issue

This discussion was converted from issue #36 on May 31, 2024 05:24.