Skip to content

Commit b9e3cd0

Browse files
committed
Update name of Metis-ts function
1 parent e7fbd33 commit b9e3cd0

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

highs/ipm/hipo/factorhighs/Analyse.cpp

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,8 +120,9 @@ Int Analyse::getPermutation() {
120120
// in local variable.
121121
if (log_) log_->printDevInfo("Using thread-safe Metis\n");
122122
unsigned rng_state = kMetisSeed;
123-
Int status = METIS_NodeND(&n_, temp_ptr.data(), temp_rows.data(), NULL,
124-
options, perm_.data(), iperm_.data(), &rng_state);
123+
Int status =
124+
METIS_NodeND_ts(&n_, temp_ptr.data(), temp_rows.data(), NULL, options,
125+
perm_.data(), iperm_.data(), &rng_state);
125126
#else
126127
// Default version of Metis. This gives non-deterministic results if multiple
127128
// matrices are reordered concurrently.

0 commit comments

Comments
 (0)