Flush statistics through NodeManager in SmtEngine (#5652)
authorAndrew Reynolds <andrew.j.reynolds@gmail.com>
Sat, 12 Dec 2020 04:54:50 +0000 (22:54 -0600)
committerGitHub <noreply@github.com>
Sat, 12 Dec 2020 04:54:50 +0000 (22:54 -0600)
commita49efc8c32020b7c2285fa744ae61a576801c51d
treee261da599172d1bc767da066e25e15b9cf4eaec5
parent107b1422f9549eb2128729c3fd173441029ba443
Flush statistics through NodeManager in SmtEngine (#5652)

This removes the dependency on the Expr layer from src/main.

This requires moving the flushing of NodeManager statistics within SmtEngine.

This is a temporary solution until we have a permanent solution for statistics.
src/main/command_executor.cpp
src/main/command_executor.h
src/main/driver_unified.cpp
src/main/main.cpp
src/main/main.h
src/smt/smt_engine.cpp
src/smt/smt_engine.h