Home > matpower6.0 > t > t_mpoption_ov.m

t_mpoption_ov

PURPOSE ^

T_MPOPTION_OV Example of option overrides from file.

SYNOPSIS ^

function ov = t_mpoption_ov()

DESCRIPTION ^

T_MPOPTION_OV  Example of option overrides from file.

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:

SOURCE CODE ^

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')));

Generated on Fri 16-Dec-2016 12:45:37 by m2html © 2005