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

Popular posts from this blog

mysql - FireDac error 314 - but DLLs are in program directory -

git - How to list all releases of public repository with GitHub API V3 -

c++ - Getting C2512 "no default constructor" for `ClassA` error on the first parentheses of constructor for `ClassB`? -