We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2411957 commit 3d658aeCopy full SHA for 3d658ae
1 file changed
lib/t/t_most_3b_3_1_2.m
@@ -25,8 +25,8 @@
25
%% with fudge equal to this limit
26
27
%% options
28
-algs.dc = {'MIPS'}; %% opf.dc.solver sequence to try for c3sopf (DC run)
29
-algs.ac = {'MIPS'}; %% opf.ac.solver sequence to try for c3sopf (AC run)
+algs.dc = {'DEFAULT'}; %% opf.dc.solver sequence to try for c3sopf (DC run)
+algs.ac = {'MIPS'}; %% opf.ac.solver sequence to try for c3sopf (AC run)
30
mpopt = mpoption('verbose', 0, 'out.all', 0);
31
mpopt = mpoption(mpopt, 'opf.violation', 5e-7, 'mips.comptol', 5e-8);
32
mpopt = mpoption(mpopt, 'sopf.force_Pc_eq_P0', 0); %% don't constrain contracted == base case dispatch
0 commit comments