For the moment the symbolic execution only allows to define constraints using equalities. It would be good to add the possibility to use inequalities for constraints in this way:
-constraint v4!=0 v6!=0
Or variable comparison constraints like this:
-constraint v4==v6
For the moment the symbolic execution only allows to define constraints using equalities. It would be good to add the possibility to use inequalities for constraints in this way:
-constraint v4!=0 v6!=0
Or variable comparison constraints like this:
-constraint v4==v6