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

Function doFullSort

check/TestSort.cpp:25–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23}
24
25void doFullSort(const HighsInt num_values, vector<double>& values,
26 vector<HighsInt>& indices) {
27 // Sort the vector of random number and their corresponding indices
28 maxheapsort(values.data(), indices.data(), num_values);
29}
30
31void doAddSort(HighsInt& num_values_sorted,
32 const HighsInt& max_num_values_sorted,

Callers 1

TestSort.cppFile · 0.85

Calls 2

maxheapsortFunction · 0.85
dataMethod · 0.80

Tested by

no test coverage detected