Originally posted by: fabioftv
Hello Daniel,
Thanks for the quick response. I am trying to implement the simplex method using the routine CPXpivot. I use the routine CPXgetbhead to obtain the basis and use the routines CPXgetdj, CPXgetx, and CPXbinvacol to determine entering and leaving variables. I would like to refactor the basis once in a while (but not necessarily with a predetermined frequency) after I call the routine CPXpivot to update the basis. The problem is that the numerical instability with respect to the routine CPXpivot is really high so I want to refactor the basis to avoid wrong or illegal pivots. Please, let me know if you still have questions.
Thanks
#CPLEXOptimizers#DecisionOptimization