python - Can we Use Z3 SMT Solver for SW testing -


can use z3 functional verification of software. example , if have code lets vending machine controller , can use z3 functionally test , if yes, how depth , if no why?

using smt solvers verification both "routinely done" , topic of current research in both academia , industry. , nikolaj being modest: i'd recommend reading excellent , highly accessible cacm article start with, contains many useful further references.


Comments

Popular posts from this blog

angular - DownloadURL return null in below code -

python 2.7 - Given three nested dictionaries, sort the top two nested dictionaries from a value in the innermost dictionary? -