Originally posted by: RWunderling
CPLEX does not support taking control over the pivoting sequence from within a callback. However, for the regular Simplex Algorithm CPLEX defines a set of function that allows you to conduct individual pivots using the C API. Look for the CPXpivot*() functions. For the network optimizer such API is not available.
Regards,
Roland
#CPLEXOptimizers#DecisionOptimization