| 744 | } |
| 745 | |
| 746 | void HighsSimplexAnalysis::operationRecordAfter(const HighsInt operation_type, |
| 747 | const HVector& vector) { |
| 748 | assert(analyse_simplex_summary_data); |
| 749 | operationRecordAfter(operation_type, vector.count); |
| 750 | } |
| 751 | |
| 752 | void HighsSimplexAnalysis::operationRecordAfter(const HighsInt operation_type, |
| 753 | const HighsInt result_count) { |
no test coverage detected