RSoegtrop
Results
2
comments of
RSoegtrop
@baierd I looked into it and found: `equals` in `Z3Formula` uses `Native.isEqAst` which returns true, if the `long` representation of the AST's are equal. `bmgr.and(bmgr.and(var1, var2), bmgr.and(var3, var4))` and `bmgr.and(var1,...
I will take a look.