Originally posted by: Arun2325
I am using CPLEX Python API to solve a linear program. Using the command "parameters.simplex.display.set(0)", I have ensured that no simplex iterations are displayed. However, I am still getting the following two displays:
CPXPARAM_Simplex_Display 0
CPXPARAM_Read_DataCheck 1
I understand that the first line (CPXPARAM_Simplex_Display) is because of the no display command that I have set. Is there any way to prevent displaying these two lines?
#CPLEXOptimizers#DecisionOptimization