You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to surpress all printing of the primal simplex solver for CyClpSimplex when calling primal().
I have tried to do so with python contextlib to redicrect stdout and stderr into /dev/null but it still keeps printing things like:
Clp0006I 0 Obj 0 Dual inf 0.018082951 (1) w.o. free dual inf (0)
is there a way to surpress this?
The text was updated successfully, but these errors were encountered:
I would like to surpress all printing of the primal simplex solver for CyClpSimplex when calling primal().
I have tried to do so with python contextlib to redicrect stdout and stderr into /dev/null but it still keeps printing things like:
Clp0006I 0 Obj 0 Dual inf 0.018082951 (1) w.o. free dual inf (0)
is there a way to surpress this?
The text was updated successfully, but these errors were encountered: