opf_nle_fcn1 | |
opf_nle_hess1 | |
t_apply_changes | T_APPLY_CHANGES Tests for code in apply_changes.m. |
t_auction_case | T_AUCTION_CASE Power flow data for testing auction code. |
t_auction_minopf | T_AUCTION_MINOPF Tests for code in auction.m, using MINOPF solver. |
t_auction_mips | T_AUCTION_MIPS Tests for code in auction.m, using MIPS solver. |
t_auction_tspopf_pdipm | T_AUCTION_TSPOPF_PDIPM Tests for code in auction.m, using PDIPMOPF solver. |
t_case30_userfcns | T_CASE30_USERFCNS Power flow data for 30 bus, 6 gen case w/reserves & iflims |
t_case9_dcline | T_CASE9_DCLINE Same as T_CASE9_OPFV2 with addition of DC line data. |
t_case9_opf | T_CASE9_OPF Power flow data for 9 bus, 3 generator case, with OPF data. |
t_case9_opfv2 | T_CASE9_OPFV2 Power flow data for 9 bus, 3 generator case, with OPF data. |
t_case9_pf | T_CASE9_PF Power flow data for 9 bus, 3 generator case, no OPF data. |
t_case9_pfv2 | T_CASE9_PFV2 Power flow data for 9 bus, 3 generator case, no OPF data. |
t_case9_save2psse | T_CASE9_SAVE2PSSE Power flow data to test SAVE2PSSE. |
t_case_ext | T_CASE_EXT Case data in external format used to test EXT2INT and INT2EXT. |
t_case_int | T_CASE_INT Case data in internal format used to test EXT2INT and INT2EXT. |
t_chgtab | T_CHGTAB Returns a change table suitable for use with APPLY_CHANGES |
t_cpf | T_CPF Tests for continuation power flow. |
t_cpf_cb1 | T_CPF_CB1 User callback function 1 for continuation power flow testing. |
t_cpf_cb2 | T_CPF_CB2 User callback function 2 for continuation power flow testing. |
t_dcline | T_DCLINE Tests for DC line extension in TOGGLE_DCLINE. |
t_ext2int2ext | T_EXT2INT2EXT Tests EXT2INT, INT2EXT, and related functions. |
t_feval_w_path | T_FEVAL_W_PATH Tests for FEVAL_W_PATH. |
t_get_losses | T_GET_LOSSES Tests for code in GET_LOSSES. |
t_hasPQcap | T_HASPQCAP Tests for HASPQCAP. |
t_hessian | T_HESSIAN Numerical tests of 2nd derivative code. |
t_islands | T_ISLANDS Tests for FIND_ISLANDS, EXTRACT_ISLANDS, CONNECTED_COMPONENTS and CASE_INFO. |
t_jacobian | T_JACOBIAN Numerical tests of partial derivative code. |
t_load2disp | T_LOAD2DISP Tests for LOAD2DISP. |
t_loadcase | T_LOADCASE Test that LOADCASE works with a struct as well as case file. |
t_makeLODF | T_MAKELODF Tests for MAKELODF. |
t_makePTDF | T_MAKEPTDF Tests for MAKEPTDF. |
t_margcost | T_MARGCOST Tests for code in MARGCOST. |
t_miqps_matpower | T_MIQPS_MATPOWER Tests of MIQPS_MATPOWER MIQP solvers. |
t_modcost | T_MODCOST Tests for code in MODCOST. |
t_mpoption | T_MPOPTION Tests for MPOPTION. |
t_mpoption_ov | T_MPOPTION_OV Example of option overrides from file. |
t_off2case | T_OFF2CASE Tests for code in OFF2CASE. |
t_opf_dc_bpmpd | T_OPF_DC_BPMPD Tests for DC optimal power flow using BPMPD_MEX solver. |
t_opf_dc_clp | T_OPF_DC_CLP Tests for DC optimal power flow using CLP solver. |
t_opf_dc_cplex | T_OPF_DC_CPLEX Tests for DC optimal power flow using CPLEX solver. |
t_opf_dc_default | T_OPF_DC_DEFAULT Tests for DC optimal power flow using DEFAULT solver. |
t_opf_dc_glpk | T_OPF_DC_GLPK Tests for DC optimal power flow using GLPK solver. |
t_opf_dc_gurobi | T_OPF_DC_GUROBI Tests for DC optimal power flow using Gurobi solver. |
t_opf_dc_ipopt | T_OPF_DC_MIPS Tests for DC optimal power flow using MIPS solver. |
t_opf_dc_mips | T_OPF_DC_MIPS Tests for DC optimal power flow using MIPS solver. |
t_opf_dc_mips_sc | T_OPF_DC_MIPS_SC Tests for DC optimal power flow using MIPS-sc solver. |
t_opf_dc_mosek | T_OPF_DC_MOSEK Tests for DC optimal power flow using MOSEK solver. |
t_opf_dc_osqp | T_OPF_DC_OSQP Tests for DC optimal power flow using OSQP solver. |
t_opf_dc_ot | T_OPF_DC_OT Tests for DC optimal power flow using Opt Tbx solvers. |
t_opf_default | T_OPF_DEFAULT Tests for AC optimal power flow using default solver. |
t_opf_fmincon | T_OPF_FMINCON Tests for FMINCON-based optimal power flow. |
t_opf_ipopt | T_OPF_IPOPT Tests for IPOPT-based AC optimal power flow. |
t_opf_knitro | T_OPF_FMINCON Tests for FMINCON-based optimal power flow. |
t_opf_minopf | T_OPF_MINOPF Tests for MINOS-based optimal power flow. |
t_opf_mips | T_OPF_MIPS Tests for MIPS-based AC optimal power flow. |
t_opf_model | T_OPF_MODEL Tests for OPF_MODEL. |
t_opf_model_legacy | T_OPF_MODEL_LEGACY Tests for OPF_MODEL, using the deprecated ADD_CONSTRAINTS. |
t_opf_softlims | T_OPF_SOFTLIMS Tests for userfcn callbacks (softlims) w/OPF. |
t_opf_tspopf_pdipm | T_OPF_TSPOPF_PDIPM Tests for PDIPM-based optimal power flow. |
t_opf_tspopf_scpdipm | T_OPF_TSPOPF_SCPDIPM Tests for SCPDIPM-based optimal power flow. |
t_opf_tspopf_tralm | T_OPF_TSPOPF_TRALM Tests for TRALM-based optimal power flow. |
t_opf_userfcns | T_OPF_USERFCNS Tests for userfcn callbacks (reserves/iflims) w/OPF. |
t_pf_ac | T_PF_AC Tests for AC power flow solvers. |
t_pf_dc | T_PF_DC Tests for DC power flow solver. |
t_pf_radial | T_PF_RADIAL Tests for distribution power flow solvers. |
t_printpf | T_PRINTPF Tests for PRINTPF. |
t_psse | T_PSSE Tests for PSSE2MPC and related functions. |
t_psse_case2 | T_PSSE_CASE2 |
t_psse_case3 | T_PSSE_CASE3 |
t_qps_matpower | T_QPS_MATPOWER Tests of QPS_MATPOWER QP solvers. |
t_runmarket | T_RUNMARKET Tests for code in RUNMKT, SMARTMKT AND AUCTION. |
t_runopf_w_res | T_RUNOPF_W_RES Tests RUNOPF_W_RES and the associated callbacks. |
t_scale_load | T_SCALE_LOAD Tests for code in SCALE_LOAD. |
t_total_load | T_TOTAL_LOAD Tests for code in TOTAL_LOAD. |
t_totcost | T_TOTCOST Tests for code in TOTCOST. |
t_vdep_load | T_VDEP_LOAD Test voltage dependent ZIP load model for PF, CPF, OPF. |
test_matpower | TEST_MATPOWER Run all MATPOWER tests. |