Y
Hacker News
new
|
ask
|
show
|
jobs
by
bbcbasic
4100 days ago
I wonder, does Code Contracts use Z3?
1 comments
ygra
4100 days ago
Code Contracts are just assertions. Pex can use them though and is built on Z3, iirc.
link
bbcbasic
4098 days ago
They seem to be more than assertions. You get warnings at build time and clearly some proving engine must be in use.
link