logoalt Hacker News

Some silly Z3 scripts I wrote

33 pointsby azhenleylast Monday at 5:01 PM8 commentsview on HN

Comments

jeremysalwentoday at 5:45 PM

I'm suspicious of the theorem proving example. I thought Z3 could fail to return sat or unsat, but he is assuming that if it's not sat the theorem must be proven

show 2 replies
potato-peelertoday at 3:29 PM

For the curious, solvers like z3 are used in programming languages to verify logic and constraints. Basically it can help find logic issues and bugs during compile time itself, instead of waiting for it to show up in runtime.

https://en.wikipedia.org/wiki/Satisfiability_modulo_theories...

show 2 replies
iberatortoday at 3:21 PM

I was expecting a Z3 computer from Germany.