I am trying to use Pulp to setup my LP model and solve it using CPLEX solver. I have CPLEX installed with license on my laptop but getting the below error :
PulpSolverError: PuLP: cannot execute cplex.exe
I am trying to use Pulp to setup my LP model and solve it using CPLEX solver. I have CPLEX installed with license on my laptop but getting the below error :
PulpSolverError: PuLP: cannot execute cplex.exe
 
    
    Make sure that cplex.exe is in your PATH (see Adding directory to PATH Environment Variable in Windows).
Alternately, you can set the path argument to the location of cplex.exe in the CPLEX_CMD constructor (see the source code).
