Skip to content

Instantly share code, notes, and snippets.

@niesmo
Created October 18, 2021 19:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save niesmo/2fd3c07c2488e50300cd59eeac539f68 to your computer and use it in GitHub Desktop.
Save niesmo/2fd3c07c2488e50300cd59eeac539f68 to your computer and use it in GitHub Desktop.
CPLEX warnings with `set read datacheck 2`
CPLEX Warning 1041: In constraint 'VvE', where variable 'qaD' has a coefficient of 1.86325e+07, consider using an indicator.
CPLEX Warning 1041: In constraint 'WvE', where variable 'uhB' has a coefficient of 305809, consider using an indicator.
CPLEX Warning 1041: In constraint 'kvE', where variable 'rYG' has a coefficient of 86798.6, consider using an indicator.
CPLEX Warning 1041: In constraint 'AwE', where variable 'wAI' has a coefficient of 3.58899e+08, consider using an indicator.
CPLEX Warning 1041: In constraint 'NwE', where variable 'bOF' has a coefficient of 86798.6, consider using an indicator.
CPLEX Warning 1041: In constraint 'mwE', where variable 'oa' has a coefficient of 114743, consider using an indicator.
CPLEX Warning 1041: In constraint 'JxE', where variable 'hfB' has a coefficient of 860531, consider using an indicator.
CPLEX Warning 1041: In constraint 'RxE', where variable 'TkC' has a coefficient of 1.70835e+07, consider using an indicator.
CPLEX Warning 1041: In constraint 'cxE', where variable 'VeC' has a coefficient of 1.1036e+08, consider using an indicator.
CPLEX Warning 1041: In constraint 'gxE', where variable 'PMK' has a coefficient of 5.28895e+07, consider using an indicator.
CPLEX Warning 1041: Too many warnings of this type have been detected. All further warnings of this type will be ignored.
CPLEX Warning 1036: Decimal part of coefficient for variable 'rFB' in constraint 'zwE' looks like 4/5 in single precision.
CPLEX Warning 1036: Decimal part of coefficient for variable 'mNG' in constraint 'iJF' looks like 1/5 in single precision.
CPLEX Warning 1036: Decimal part of coefficient for variable 'pAG' in constraint 'fXF' looks like 7/10 in single precision.
CPLEX Warning 1036: Decimal part of coefficient for variable 'pAG' in constraint 'DtF' looks like 7/10 in single precision.
CPLEX Warning 1036: Decimal part of coefficient for variable 'zuB' in constraint 'TsF' looks like 1/5 in single precision.
CPLEX Warning 1036: Decimal part of coefficient for variable 'qMK' in constraint 'iCG' looks like 1/5 in single precision.
CPLEX Warning 1036: Decimal part of coefficient for variable 'feD' in constraint 'AzF' looks like 4/5 in single precision.
CPLEX Warning 1036: Decimal part of coefficient for variable 'AEG' in constraint 'iJF' looks like 4/5 in single precision.
CPLEX Warning 1036: Decimal part of coefficient for variable 'ZzE' in constraint 'xOG' looks like 1/5 in single precision.
CPLEX Warning 1036: Decimal part of coefficient for variable 'ZzE' in constraint 'taG' looks like 1/5 in single precision.
CPLEX Warning 1036: Too many warnings of this type have been detected. All further warnings of this type will be ignored.
CPLEX Warning 1050: variable 'fFH' has almost equal coefficients for rows constraint 'VpF' and constraint 'sAG'.
CPLEX Warning 1050: variable 'rFB' has almost equal coefficients for rows constraint 'grF' and constraint 'LaG'.
CPLEX Warning 1050: variable 'eTF' has almost equal coefficients for rows constraint 'DbF' and constraint 'hpF'.
CPLEX Warning 1050: variable 'LdE' has almost equal coefficients for rows constraint 'pTF' and constraint 'BYF'.
CPLEX Warning 1050: variable 'CZE' has almost equal coefficients for rows constraint 'pTF' and constraint 'BYF'.
CPLEX Warning 1050: variable 'mNG' has almost equal coefficients for rows constraint 'fXF' and constraint 'aZF'.
CPLEX Warning 1050: variable 'pAG' has almost equal coefficients for rows constraint 'aZF' and constraint 'DtF'.
CPLEX Warning 1050: variable 'gaG' has almost equal coefficients for rows constraint 'VsF' and constraint 'WaG'.
CPLEX Warning 1050: variable 'zuB' has almost equal coefficients for rows constraint 'ODF' and constraint 'UVG'.
CPLEX Warning 1050: variable 'TeE' has almost equal coefficients for rows constraint 'pTF' and constraint 'BYF'.
CPLEX Warning 1050: Too many warnings of this type have been detected. All further warnings of this type will be ignored.
CPLEX Warning 1049: constraint 'uvE' has almost equal coefficients for variable 'uFD' and variable 'EDD'.
CPLEX Warning 1049: constraint 'zwE' has almost equal coefficients for variable 'eBB' and variable 'DXB'.
CPLEX Warning 1049: constraint 'jBF' has almost equal coefficients for variable 'bwI' and variable 'RUJ'.
CPLEX Warning 1049: constraint 'iJF' has almost equal coefficients for variable 'huF' and variable 'HYG'.
CPLEX Warning 1049: constraint 'iJF' has almost equal coefficients for variable 'iVG' and variable 'fJG'.
CPLEX Warning 1049: constraint 'MVF' has almost equal coefficients for variable 'kmI' and variable 'GKI'.
CPLEX Warning 1049: constraint 'MVF' has almost equal coefficients for variable 'IlI' and variable 'MZI'.
CPLEX Warning 1049: constraint 'qgF' has almost equal coefficients for variable 'xX' and variable 'CW'.
CPLEX Warning 1049: constraint 'umF' has almost equal coefficients for variable 'UJE' and variable 'FIE'.
CPLEX Warning 1049: constraint 'krF' has almost equal coefficients for variable 'qYD' and variable 'CbD'.
CPLEX Warning 1049: Too many warnings of this type have been detected. All further warnings of this type will be ignored.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment