Originally posted by: Lamber1
In Demo program(V12) of ETsp.cs, what is the meaning of "1" and "2" in the piecewise function in line 91 and 92:
double[] points = {1, data.dueDate[j]};
double[] slopes = {2, -data.earlinessCost[j],
data.tardinessCost[j]};
is this the number of points or number of slopes? I checked other examples, there is no such numbers for example in transport.cs.
In addition, I think the explanation of resources required for activity is misleading in manual P700, V12.
Thanks,
#CPLEXOptimizers#DecisionOptimization