From a8ed90052d758c283ff16fc11e75b1b5b6340b68 Mon Sep 17 00:00:00 2001 From: Hyongju Park Date: Sat, 3 Nov 2018 13:32:02 -0400 Subject: [PATCH] Commented out nonbounding constraints detected msg --- MY_con2vert.m | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/MY_con2vert.m b/MY_con2vert.m index 64deb34..ca52cf2 100644 --- a/MY_con2vert.m +++ b/MY_con2vert.m @@ -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)