How to estimate time spent in SAT solving part in z3 for SMT?
问题 I have profiled my problems, which are in (pseudo-nonlinear) integer real fragment using the profiler gprof (stats here including the call graph) and was trying to separate out the time taken into two classes: I)The SAT solving part (including [purely] boolean propagation and [purely] boolean conflict clause detection, backjumping, any other propositional manipulation) II)The theory solving part (including theory consistency checks, generation of theory conflict-clauses and theory propagation