/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ /* */ /* This file is part of the HiGHS linear optimization suite */ /* */ /* Written and engineered 2008-2022 at the University of Edinburgh */ /* */ /* Available as open-source under the MIT License */ /* */ /* Authors: Julian Hall, Ivet Galabova, Leona Gottwald and Michael */ /* Feldmeier */ /* */ /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ /**@file lp_data/HighsAnalysis.h * @brief */ #ifndef LP_DATA_HIGHS_ANALYSIS_H_ #define LP_DATA_HIGHS_ANALYSIS_H_ #include #include "HConfig.h" #include "util/HighsTimer.h" struct HighsTimerClock { HighsTimer* timer_pointer_; std::vector clock_; }; #endif /* LP_DATA_HIGHS_ANALYSIS_H_ */