Skip to content

Commit

Permalink
Update main_BUBA.m
Browse files Browse the repository at this point in the history
  • Loading branch information
SteliosVr authored Nov 17, 2020
1 parent 171c91e commit 9963d33
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions main_BUBA.m
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
catch ERR
end
fclose all;clear class;clear;clc;close all;
% addpath(genpath(pwd));
load_paths()
addpath(genpath(pwd));
% load_paths()

%% Simulation settings:
ihiseOverwrite = 0;
ihiseOverwrite = 0; % requires Gurobi and to uncomment load_paths()
mcsOverwrite = 0;
bubaOverwrite = 1;
allOverwrite = 1;
Expand Down Expand Up @@ -138,4 +138,4 @@
%% Display results
if displayResults
run DisplayResults.m
end
end

0 comments on commit 9963d33

Please sign in to comment.