Skip to content

DSE-SMT: Only pass ASCII names to Z3.

Alexander Diewald requested to merge 3364_z3_identifiers into master
  • Additional chars are added to the Z3 expressions if non-ASCII chars are present. Thus, additional logic is required to identify matching expressions.
  • To avoid such error-prone handling, only calculate ASCII-compliant identifiers (which are passed to Z3) such that the identifiers returned from Z3 are always equivalent to their inputs counterparts.

Issue-Ref: 3364 Issue-Url: https://af3-developer.fortiss.org/issues/3364 Signed-off-by: Alexander Diewald diewald@fortiss.org

Merge request reports