Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 659 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 659 Bytes

Lambda [Work in progress]

A python library to automate the developing of symbolic tests that works on top of Z3 bindings.

Requirements

  • esprima
  • z3
  • jsbeautifier

Examples

You can see some examples of bounded model checking (both in STM-LIB2 and z3py) in doc/examples. The file sample6.py is also available on the official z3 repository

Current developments

Currently I am developing:

TODO

  • Function call support
  • References (and pointers) support
  • Multithread support