See https://github.com/MATPOWER/matpower/issues/201

   Ray


On Aug 18, 2023, at 4:55 AM, Jessica Korkmaz <jessicakork...@gmail.com> wrote:

Hello,
I am using MATLAB R2023a, and I am installing matpower 8.0b1. After running 
'install_matpower.m' and running the required test, I got the following error 
message:

Would you like to run the MATPOWER tests now? [Y or N] (default = N) : y
t_test_fcns...............ok
t_have_feature............ok
t_mplinsolve..............ok (8 of 180 skipped)
t_mips....................ok
t_mips_pardiso............ok (60 of 60 skipped)
t_qps_mips................ok
t_have_fcn................ok
t_nested_struct_copy......ok
t_nleqs_master............ok (30 of 150 skipped)
t_pnes_master.............ok
t_qps_master..............Error using linprog
LINPROG(f,A,b,Aeq,beq,LB,UB,X0,OPTIONS) does not accept X0. Use 
LINPROG(f,A,b,Aeq,beq,LB,UB,OPTIONS)
instead.

Error in qps_ot (line 268)
            linprog(c, Ai, bi, Ae, be, xmin, xmax, x0, ot_opt);

Error in qps_master (line 266)
            qps_ot(H, c, A, l, u, xmin, xmax, x0, opt);

Error in t_qps_master (line 107)
        [x, f, s, out, lam] = qps_master([], c, A, l, u, xmin, [], [], opt);

Error in t_run_tests (line 61)
    feval( test_names{k}, ~verbose );

Error in test_matpower (line 194)
all_ok = t_run_tests( tests, verbose );

Error in install_matpower (line 394)
            test_matpower;

Can I please get some help to solve this issue?

Best regards,

Jessica Korkmaz
Master's student

Reply via email to