Skip to content

Commit

Permalink
What is the support package folder here?
Browse files Browse the repository at this point in the history
  • Loading branch information
mldiego committed Jul 6, 2024
1 parent 7491c30 commit ba48708
Showing 1 changed file with 8 additions and 15 deletions.
23 changes: 8 additions & 15 deletions code/nnv/examples/Submission/VNN_COMP2024/prepare_run.m
Original file line number Diff line number Diff line change
Expand Up @@ -6,31 +6,24 @@ function prepare_run()
% rmpath(genpath('/home/ubuntu/toolkit/code/nnv/')); savepath;

% install gurobi
cd ~/gurobi1102/linux64/matlab;
gurobi_setup;
%cd ~/gurobi1102/linux64/matlab;
%gurobi_setup;

% installing nnv
cd /home/ubuntu/toolkit/code/nnv/;
install;
% save path to NNV
addpath(genpath('/home/ubuntu/toolkit/code/nnv/')); savepath;

%disp("");
%disp("Support package path");
%disp(matlabshared.supportpkg.getSupportPackageRoot);
disp("MATLAB root");
disp(matlabroot);

%disp(" ")
%disp("MATLAB root");
%disp(matlabroot);
disp(" ")

% set support package root to import onnx location
%matlabshared.supportpkg.setSupportPackageRoot('/usr/local/MATLAB/R2022b');
%addpath(genpath('/usr/local/MATLAB'));
disp("Support package path");
disp(matlabshared.supportpkg.getSupportPackageRoot);

#disp("Support package path");
#disp(matlabshared.supportpkg.getSupportPackageRoot);

savepath;
% savepath;
% quit;

end

0 comments on commit ba48708

Please sign in to comment.