I'm working on project for solving constraints and I use Z3 as my solver but I want to get random solution so the approach I took depends on max SMT but Z3 solver that deals with max SMT is quite slow and I want to get solutions as fast as I can. Is there any solution to do that in faster way.
I'm working on project for solving constraints and I use Z3 as my solver but I want to get random solution so the approach I took depends on max SMT but Z3 solver that deals with max SMT is quite slow and I want to get solutions as fast as I can. Is there any solution to do that in faster way.
Note: I'm using optimizer class