Originally posted by: Zak86
Hello Cplex users,
I have to solve a MIP with the "feasability pump"(FP) heuristic . So i must force CPLEX to use this method .
I see that the FP method was introduced in JAVA/CPLEX in line 3 in the table below, find in http://www-01.ibm.com/ but i don't know how to call it exactly before cplex.solve( ) in JAVA/CPLEX ?
C Name CPX_PARAM_FPHEUR (int)
C++ Name FPHeur (int)
Java Name FPHeur (int)
.NET Name FPHeur (int)
OPL Name fpheur
Python Name mip.strategy.fpheur
MATLAB Name mip.strategy.fpheur
Interactive Optimizer mip strategy fpheur
Identifier 2098
THANK YOU VERY MUCH,
Zak
#CPLEXOptimizers#DecisionOptimization