#ifndef VERIFY_HPP #define VERIFY_HPP #include #include "tatum/timing_analyzers_fwd.hpp" #include "tatum/TimingGraphFwd.hpp" #include "golden_reference.hpp" std::pair verify_analyzer(const tatum::TimingGraph& tg, std::shared_ptr analyzer, GoldenReference& gr); #endif