-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Formal verification (using Z3 solver) #72
Conversation
The solver will be a separate package: https://github.com/orsinium-labs/deal-solver It isn't released yet. The motivation is that deal itself holds quite a high-quality level with 100% coverage, reliability, all that stuff. However, I unlikely will be able to achieve the same for the solver, too much guessing of types. |
The worst way to spend time. It's all cool and fun but the gain per line of code soo low. Like, ATM it can verify 1% of code or so: pure python functions without loops and with built-in types only. Anyway, now I have "formal verification" in my CV 🙃 |
Congrats on merging this! |
No description provided.