With cplex, when the model is large, the method of solver_io='python' is much slower than executable=(solver_path) . When the model is small, the method of solver_io='python' is the same as than executable=(solver_path) .
I would know how about this problem, and why the difference happen