T_MPOPTION_OV Example of option overrides from file.
0001 function ov = t_mpoption_ov() 0002 %T_MPOPTION_OV Example of option overrides from file. 0003 0004 % MATPOWER 0005 % Copyright (c) 2013-2016, Power Systems Engineering Research Center (PSERC) 0006 % by Ray Zimmerman, PSERC Cornell 0007 % 0008 % This file is part of MATPOWER. 0009 % Covered by the 3-clause BSD License (see LICENSE file for details). 0010 % See http://www.pserc.cornell.edu/matpower/ for more info. 0011 0012 ov = struct('verbose', 2, 'model', 'DC', 'opf', struct('dc', struct('solver', 'CPLEX')));