blob: 0fec7f8b77b461dbf106c564bc8f038ef34a2198 (
plain)
1 --- glpk-4.65/src/draft/glpios03.c.orig 2018-08-18 07:02:32.165492793 +0000
2 +++ glpk-4.65/src/draft/glpios03.c 2018-08-18 07:03:47.775715038 +0000
3 @@ -920,13 +920,10 @@
4 #if 0
5 ((glp_iocp *)T->parm)->msg_lev = GLP_MSG_DBG;
6 #endif
7 -#if 1 /* 16/III-2016 */
8 +#if 1 /* 01/III-2018 */
9 if (((glp_iocp *)T->parm)->flip)
10 -#if 0 /* 20/I-2018 */
11 - xprintf("WARNING: LONG-STEP DUAL SIMPLEX WILL BE USED\n");
12 -#else
13 - xprintf("Long-step dual simplex will be used\n");
14 -#endif
15 + if (T->parm->msg_lev >= GLP_MSG_ALL)
16 + xprintf("Long-step dual simplex will be used\n");
17 #endif
18 /* on entry to the B&B driver it is assumed that the active list
19 contains the only active (i.e. root) subproblem, which is the
|