Skip to content

Commit

Permalink
Commented out nonbounding constraints detected msg
Browse files Browse the repository at this point in the history
  • Loading branch information
hyongju committed Nov 3, 2018
1 parent 1a3ffee commit a8ed900
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions MY_con2vert.m
Original file line number Diff line number Diff line change
Expand Up @@ -166,9 +166,9 @@
D = A ./ repmat(b,[1 size(A,2)]);
[~,v2] = convhulln([D;zeros(1,size(D,2))]);
[k,v1] = convhulln(D);
if v2 > v1
error('Non-bounding constraints detected. (Consider box constraints on variables.)')
end
%if v2 > v1
% error('Non-bounding constraints detected. (Consider box constraints on variables.)')
%end
nr = unique(k(:));
G = zeros(size(k,1),size(D,2));
for ix = 1:size(k,1)
Expand Down

0 comments on commit a8ed900

Please sign in to comment.