Originally posted by: SystemAdmin
Hi All,
I want to transform my OPL code to Java. But I can not find the the equivalence of ceil function in java interface. I only find IloModeler.max, IloModeler.min, IloModeler.abs.
Can any one tell me, is this function support in Java interface? Otherwise I need to use some trick to transform the ceil function into constraints.
Thanks.
#DecisionOptimization#OPLusingCPLEXOptimizer