Skip to content

Commit 07f4192

Browse files
committed
Do not recommend to compile with 64-bit integers, as that may not solve the problem
1 parent e4fa6b3 commit 07f4192

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

highs/ipm/hipo/ipm/FactorHiGHSSolver.cpp

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -455,9 +455,7 @@ Int FactorHiGHSSolver::analyseNE(Symbolic& S, int64_t nz_limit) {
455455
}
456456

457457
static void warnOverflow(const LogHighs& log) {
458-
log.printw(
459-
"32-bit integer overflow occurred during the factorisation. Consider "
460-
"compiling HiGHS with 64-bit integers.\n");
458+
log.printw("32-bit integer overflow occurred during the factorisation.\n");
461459
}
462460

463461
Int FactorHiGHSSolver::chooseNla() {

0 commit comments

Comments
 (0)