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-2015 by Power System Engineering Research Center (PSERC) 0006 % by Ray Zimmerman, PSERC Cornell 0007 % 0008 % $Id: t_mpoption_ov.m 2644 2015-03-11 19:34:22Z ray $ 0009 % 0010 % This file is part of MATPOWER. 0011 % Covered by the 3-clause BSD License (see LICENSE file for details). 0012 % See http://www.pserc.cornell.edu/matpower/ for more info. 0013 0014 ov = struct('verbose', 2, 'model', 'DC', 'opf', struct('dc', struct('solver', 'CPLEX')));