Skip to content

Commit

Permalink
Merge pull request #48 from siko1056/patch-1
Browse files Browse the repository at this point in the history
prelp.m: Remove duplicate line. Fixes #46.
  • Loading branch information
johanlofberg authored Jul 3, 2019
2 parents b4a462b + a3ada7c commit d559b73
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions conversion/prelp.m
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@
global OUTFID
global Ubounds_exist
if ~exist('loadata','file') || ~exist('preprocess','file')
if ~exist('loadata','file') | ~exist('preprocess','file')
error('To use PRELP, you need to have LIPSOL installed.')
end

Expand All @@ -66,7 +65,6 @@
if (nargin == 0)
pname = input('Enter problem name: ','s');
end
[A,b,c,lbounds,ubounds,BIG] = loadata(pname);
t0 = cputime;
[A,b,c,lbounds,ubounds,BIG,NAME] = loadata(pname);
times(1) = cputime - t0;
Expand Down

0 comments on commit d559b73

Please sign in to comment.