Originally posted by: mathygirl
I'm solving a problem with a quadratic objective and linear constraints within an Opl Script, which I invoke from the command line with oplrun. The default algorithm that CPLEX uses for such a problem is the Barrier method. I would like to set the algorithm to be Primal Simplex. Is this possible in OPL Script? And if so, what is the command to do so?
#DecisionOptimization#OPLusingCPLEXOptimizer