Hi,
this code does work in the previous version of Python's docplex 2.22.213 but raises in 2.23.222
from docplex.cp import model as cp
cp.CpoModel().solve(context=cp.context)
TypeError: docplex.cp.config._get_effective_context() got multiple values for keyword argument 'context'
Is the forum actually the right place to report such findings, or is there some better channel?
Thanks
Sebastian
------------------------------
Sebastian Bayer
------------------------------
#DecisionOptimization