MCPcopy Create free account
hub / github.com/ERGO-Code/HiGHS / operationRecordAfter

Method operationRecordAfter

highs/simplex/HighsSimplexAnalysis.cpp:746–750  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 15

pivotColumnFtranMethod · 0.80
unitBtranMethod · 0.80
fullBtranMethod · 0.80
tableauRowPriceMethod · 0.80
fullPriceMethod · 0.80
chooseRowMethod · 0.80
chooseColumnSliceMethod · 0.80
updateFtranMethod · 0.80
updateFtranBFRTMethod · 0.80
updateFtranDSEMethod · 0.80

Calls 1

updateValueDistributionFunction · 0.85

Tested by

no test coverage detected