Originally posted by: SystemAdmin
[jfk said:]
Hello,
I'm surprised that you are using OPL3.7... the present version is OPL6.3... with the new version beside the improvements you get on the modeling+IDE side you will get the latest solving engines of CPLEX and CPO (CP Optimizer) (you can download a trial (or obtain a free Academic version) here:
http://www.ilog.com/products/optimization/ - right side column at the middle
as to the engine algorithms
CPLEX is a mathematical programming engine: it has some LP algorithms implemented and then it uses "branch and cut" for MIP.
Solve is a constraint programming engine (actually MIP is misleading since the variables all have to be integer): it uses many propagation algorithms and essentially the tree-search can be controlled by the user.
if you go to the Options menu point then you will see all the details what I'm talking about above...
I hope it helps
cheers
#DecisionOptimization#OPLusingCPLEXOptimizer