Skip to content

Commit

Permalink
Minor changes to fastFVA
Browse files Browse the repository at this point in the history
  • Loading branch information
laurentheirendt committed Apr 22, 2016
1 parent ede10a4 commit 9bfa653
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CPLEXParamSet.m
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
% 5 Sifting
% 6 Concurrent Dual, Barrier and Primal
% Default: 0
cpxControl.LPMETHOD = 0; %%% was changed now default
cpxControl.LPMETHOD = 2; %%% was changed now default

% Parallel mode switch
% Sets the parallel optimization mode. Possible modes are automatic, deterministic, and opportunistic.
Expand Down
4 changes: 2 additions & 2 deletions runExps.m
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
% 0: DEFAULT: CPXlpopt
% 1: CPXprimopt
% 2: CPXdualopt
cpxAlgorithm = 0;
cpxAlgorithm = 1;

autonames = {};
autotimes = [];
Expand Down Expand Up @@ -109,7 +109,7 @@
% cpxControl.AUXROOTTHREADS = 4
% end



% Start a parallel pool from Matlab
SetWorkerCount(nworkers);
Expand Down

0 comments on commit 9bfa653

Please sign in to comment.