It should work with one of the following:
alg = my_prob.parameters.qpmethod.values
my_prob.parameters.qpmethod.set(alg.dual)
or
alg = my_prob.parameters.barrier.algorithm.values
my_prob.parameters.barrier.algorithm.set(alg.infeas_constant)
These correspond to the suggestions above, respectively.
#CPLEXOptimizers#DecisionOptimization