Originally posted by: Olivier OUDOT
Hi Andy,
Once you have installed COS 12.7.0, you just have to edit your local cpo_config.py configuration file (that should be visible in your Python path) and set the following line:
set_default(LOCAL_CONTEXT)
If you have already some local settings, you can keep them after this line.
Note 1: local solving assume that the installation has been completed correctly and that the "CP Optimizer Interactive" process is already put in the system path. You can check this by invoking "cpoptimizer(.exe)" in a command prompt.
Note 2: I recommand you update your docplex Python stuff using "pip update docplex"
Note 3: docplex documentation available on Internet at http://rawgit.com/IBMDecisionOptimization/docplex-doc/master/docs/index.html will be updated soon to better describe this new type of deployment.
Olivier
#CPOptimizer#DecisionOptimization