Describe the bug
the number of states(or the results) isn't as expected when I try to run a program with branch.
To Reproduce
Steps to reproduce the behavior:
compile the C code and rerun with SeeWasm
check the log
Expected behavior
the number of the states is the exponent of the number of branch. Actually the number of the states is 2^{N}, where N is the length of the symbolic input string.
Additional context
To upload the files about the issue, I add the suffix '.txt'.After downloading them, please remove the suffix.
test.c.txt
Describe the bug the number of states(or the results) isn't as expected when I try to run a program with branch.
To Reproduce Steps to reproduce the behavior:
Expected behavior the number of the states is the exponent of the number of branch. Actually the number of the states is 2^{N}, where N is the length of the symbolic input string.
Additional context To upload the files about the issue, I add the suffix '.txt'.After downloading them, please remove the suffix. test.c.txt
test.wasm.txt