psg_suppress_warning = true/false
This is the MATLAB Workspace global logical parameter that allows to suppress PSG Solvers warnings during the solving process (except PSG Messages and Errors).
By default psg_suppress_warning = false and PSG warnings are generated during solving the problem.
If psg_suppress_warning = true (in Workspace), no warnings are generated during solving the problem.
It is possible to turn on warnings by typing psg_suppress_warning = false in Workspace (or in program).
Notice that psg_supress_warning also works in local function space.
The following priorities for psg_suppress_warning definition are used:
1. | If psg_suppress_warning is defined in a function (true/false), this value is accepted. In this case the global workspace definition of psg_suppress_warning is ignored. |
2. | If psg_supress_warning is not defined locally (in function), the global value is valid (if it was defined). |
3. | If psg_suppress_warning is not defined globally or locally by default psg_suppress_warning=false. |