rust z3 parallel solve all feasible value
details I have a requirement,which is solve all feasible result,and the expression have only unknown.I use rust z3 to do that,but efficiency too slow! my thinking For example,I have a expression like “param < 123456789”. In my code: I will solve a mid_value first I will gradually add assertions,this assertions like “param != mid_value”. Repeatedly,maybe […]