| 726 | } |
| 727 | |
| 728 | void HighsSimplexAnalysis::operationRecordBefore( |
| 729 | const HighsInt operation_type, const HVector& vector, |
| 730 | const double historical_density) { |
| 731 | assert(analyse_simplex_summary_data); |
| 732 | operationRecordBefore(operation_type, vector.count, historical_density); |
| 733 | } |
| 734 | |
| 735 | void HighsSimplexAnalysis::operationRecordBefore( |
| 736 | const HighsInt operation_type, const HighsInt current_count, |
no outgoing calls
no test coverage detected