Delivers prescriptive analytics capabilities and decision intelligence to improve decision-making.
Hi,
reading https://www.ibm.com/developerworks/community/blogs/2280dc86-a78a-441b-89d7-5b4c41595852/entry/Functional_Scala_Programming_Part_1_Introduction_to_Functional_Programming_and_Scala?lang=en
and then
visiting https://projecteuler.net/problem=1
I thought that this can be a good training for OPL too.
Let me give you an example for problem 1:
int n=1000; int s=sum(i in 1..n-1:(i mod 3==0) || (i mod 5==0)) i; execute { writeln(s); }
https://www.linkedin.com/pulse/optimization-aka-prescriptive-analytics-should-we-write-fleischer?trk=pulse_spock-articles
regards