Originally posted by: MachexC
Dear ALEX,
My model is cannot finish when the data is large numbers in Excel file, but if I make data narrow then I get very fast results from the model. However, I don't want to do the data narrow because after the results run, I need to convert the correct percentage (1/1,000,000,000), which is easy to mistake. Thus, do we have anyway so that the model runs fast without making data narrow (keeping original data)?
For example, the objective of the model is minimized = C1 * X2 + C2 * X2
The original data: C1 = 500 USD, C2 = 1000 USD. In this case, the model can not finish the running with engine log as the figure below:
But when data narrow: C1 = 500 USD/1,000,000,000= 0.0000005 , C2 = 1000 USD/1,000,000,000 = 0.000001. Then the model will give fast results.
Thank you,
Mac
#DecisionOptimization#OPLusingCPLEXOptimizer