The cvx_solver command is case insensitive, so cvx_solver SeDuMi will work just fine as well. If you issue this command inside a model---that is, between cvx_begin and cvx_end it will change the solver only for that model; the next model will use the previous choice. If, only the ...