Source: glpk
Version: 4.65-1
Severity: normal
Tags: patch

Hi there,

since version 4.65 glpk started to frequently print the message "Long-step dual 
simplex will be used", leading to many failed tests for sagemath and sagemath 
failing to build. Not sure if it's a bug in glpk but it seems to me it 
shouldn't print this. Could you maybe deactivate the messages to allow sagemath 
to build?

Best,
Tobias
--- a/src/draft/glpios03.c
+++ b/src/draft/glpios03.c
@@ -925,7 +925,6 @@
 #if 0 /* 20/I-2018 */
          xprintf("WARNING: LONG-STEP DUAL SIMPLEX WILL BE USED\n");
 #else
-         xprintf("Long-step dual simplex will be used\n");
 #endif
 #endif
       /* on entry to the B&B driver it is assumed that the active list

Reply via email to