Originally posted by: RWunderling
For a more to the point suggestion you would have to explain what makes primal Simplex slow, e.g. it takes lots of iterations, it looses primal feasibility, the iterations are slow,... Anyway, let me just throw in two comments:
The simplest parameter to play with is of course the pricing strategy.
When restarting from advanced bases one typically looses the benefit of presolve. Using CPXPARAM_Advance = 2 one can try restarting while preserving presolve. Note, however, that the resulting starting basis in the presolve model may or may not end up being primal feasible.
#DecisionOptimization#MathematicalProgramming-General