Hello,
I am trying to solve a least cost energy optimization model using CPLEX. I would like to use the barrier optimizer with no crossover, but when I run the solver I get the following error: CPLEX Error 1262: No basis exists. The CPLEX parameters I am using are:
name: cplex
threads: 4
lpmethod: 4 # barrier
solutiontype: 2 # non basic solution, ie no crossover
barrier.convergetol: 1.e-5
feasopt.tolerance: 1.e-6
I do not understand why CPLEX needs a basis in this case. How can I avoid getting this error? Thank you in advance!
------------------------------
Kind regards,
Marissa Moultak
------------------------------
#DecisionOptimization