Move cnfConversionTime statistic to CnfStream. (#6769)
authorMathias Preiner <mathias.preiner@gmail.com>
Mon, 21 Jun 2021 17:41:37 +0000 (10:41 -0700)
committerGitHub <noreply@github.com>
Mon, 21 Jun 2021 17:41:37 +0000 (17:41 +0000)
commit38bf0edcc479a20dceeb5bcf7710862c7e60a0b8
tree43ad4c60d609aaeef14dd4ee9420725a029b22b6
parent7c4a214cf3ce2facf4c98cd3bd347562c66f10a6
Move cnfConversionTime statistic to CnfStream. (#6769)

The statistic in `smt_solver.cpp` was not accurate.
src/prop/cnf_stream.cpp
src/prop/cnf_stream.h
src/prop/prop_engine.cpp
src/smt/smt_engine_stats.cpp
src/smt/smt_engine_stats.h
src/smt/smt_solver.cpp
src/theory/bv/bv_solver_bitblast.cpp