You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Z3 4.7.1 is released, but upgrading JavaSMT to it produces a failing test: VariableNamesTest.testBoolVariableEscaping (cf. branch z3-4.7.1 and the Travis build for it).
This is related to the escaping of variable names and probably requires that we come to a conclusion for #26 first. If we forbid all variable names with | in them, this test would not be a problem (it checks what happens if we create a variable with |). However, if we decide otherwise, I do not know what to do to fix this.
The text was updated successfully, but these errors were encountered:
Z3 4.7.1 is released, but upgrading JavaSMT to it produces a failing test:
VariableNamesTest.testBoolVariableEscaping
(cf. branch z3-4.7.1 and the Travis build for it).This is related to the escaping of variable names and probably requires that we come to a conclusion for #26 first. If we forbid all variable names with
|
in them, this test would not be a problem (it checks what happens if we create a variable with|
). However, if we decide otherwise, I do not know what to do to fix this.The text was updated successfully, but these errors were encountered: