Originally posted by: 81XJ_Jakob_Kaths
Hello,
I'm using CPLEX to solve a MIQP problem in order to calculate control inputs for a model predictive control algorithm. Now I try to speed up my code and I was wondering if I could hand over a start point in each iteration as I always have a good guess for that because of my reciding control horizon. Is that possible using the Python API?
Thanks!
#CPLEXOptimizers#DecisionOptimization