5 #include "dreal/util/stat.h" 6 #include "dreal/util/timer.h" 16 :
Stat{enabled}, thread_id_{
id} {}
25 std::atomic<int> num_branch_{0};
26 std::atomic<int> num_prune_{0};
bool enabled() const
Returns true if the logging is enabled.
Definition: stat.h:20
Sum type of symbolic::Expression and symbolic::Formula.
Definition: api.cc:9
A class to show statistics information at destruction.
Definition: icp_stat.h:13
Base class for statistics.
Definition: stat.h:8
Simple timer class to profile performance.
Definition: timer.h:10