Measure and bound time spent in arithmetic sub-solvers
问题 Q1: Is it possible to query the times Z3 spent in different sub-solvers? Calling (get-info :all-statistics) gives the overall run time of Z3, but I would like to break it down into individual sub-solvers. I am particularly interested in the time spent in arithmetic-related sub-solver, more precisely, in those that give rise to the statistics grobner and nonlinear-horner . Q2: Furthermore, is it possible to put a timeout on sub-solver? I could imagine something like defining a timeout per