Does the time reported in z3 (v4.4.0) statistics include the time required to read the SMT constraint file? -
or purely solving time? question case when z3 being called external binary. asking in of examples, constraint solving time small , suspect become comparable file read time. also, how accurate total-time small values (< 1s example)?
yes, total time should include time need read problem. numbers 'reasonably' precise, not totally exact. in our own performance experiments, use higher precision external timers, don't need measure load time.
if you're getting region load time , solving time both small, best switch api instead of dumping .smt2 files , calling external binary.
Comments
Post a Comment