Home > matpower5.1 > 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-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')));

Generated on Fri 20-Mar-2015 18:23:34 by m2html © 2005