Closed Khaledjallouli closed 3 years ago
Hello,
In order to solve constraint programming models, docplex needs the cpoptimizer
executable (cpoptimizer.exe
on Windows) to be in your PATH.
This executable is in your
Thank you for the hint. Solved by pip install cplex
Hello,
I wanted to run one of the examples on my laptop but I got an error in the following cell:
The error is: CpoException: Executable file should be given in 'execfile' context attribute.
Did anyone else had the same problem, please?
Thank you for your help.