Delivers prescriptive analytics capabilities and decision intelligence to improve decision-making.
Originally posted by: lijin
dear all
There is nonlinear trigonometric function in my mathematical model , if it can turn into opl language?and how?
Hi,
have you tried to approximate with a pwl function ?
To get the trigo functions, you may use scripting:
execute { var f=Math.cos(Math.PI/2); writeln(f); }
regards