We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1712294 + b084eb8 commit c2b08adCopy full SHA for c2b08ad
1 file changed
highs/ipm/hipo/ipm/FactorHiGHSSolver.cpp
@@ -313,7 +313,7 @@ Int FactorHiGHSSolver::chooseNla() {
313
// Total number of operations, given by dense flops and sparse indexing
314
// operations, weighted with an empirical factor
315
double ops_NE = symb_NE.flops() + symb_NE.spops() * kSpopsWeight;
316
- double ops_AS = symb_AS.flops() + symb_AS.spops() + kSpopsWeight;
+ double ops_AS = symb_AS.flops() + symb_AS.spops() * kSpopsWeight;
317
318
// Average size of supernodes
319
double sn_size_NE = (double)symb_NE.size() / symb_NE.sn();
0 commit comments