HolBA icon indicating copy to clipboard operation
HolBA copied to clipboard

SMT SAT model: handle memories

Open totorigolo opened this issue 6 years ago • 2 comments

The current Python wrapper doesn't handle memory expressions. I'm opening this issue to keep track of this :slightly_smiling_face:

I wanted to use it to help me debug my WPs, but of course I cannot. Anyway, the Python wrapper still prints the model on stderr in a "Python format" which I find easier to read that Z3's output in SMT-LIB 2.0.

totorigolo avatar Apr 02 '19 07:04 totorigolo

Yes, you are right! And we should be able to add this relatively easy by using w2n and combintheory's update in your wrapper.py file I believe. (If I'm not missing something now.)

andreaslindner avatar Apr 02 '19 09:04 andreaslindner

Removed "good first issue" because what we want in HOL4 isn't trivial.

totorigolo avatar Jun 24 '19 16:06 totorigolo