Home > matpower7.1 > lib > 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 https://matpower.org for more info.
0011 
0012 ov = struct('verbose', 2, 'model', 'DC', 'opf', struct('dc', struct('solver', 'CPLEX')));

Generated on Fri 09-Oct-2020 11:21:31 by m2html © 2005