Originally posted by: Birome
Hi,
I would like to know how to use OPL functions in postprocessing tuples.
For exemple :
//----------------------------------- POST-PROCESSING -----------------------------------------------------------------------------
....
tuple TOTALDISTANCE {
float totaldistance ;
}
TOTALDISTANCE totalDistance = <ftoi(expression)>;
When using the model in docloud, i get error.
#DecisionOptimization#OPLusingCPLEXOptimizer