From ecdf859b6ce481abfd530425dcf6f0f764bd0001 Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Tue, 28 Dec 2021 03:01:00 +0000 Subject: CTAN sync 202112280300 --- graphics/asymptote/base/simplex.asy | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'graphics/asymptote/base/simplex.asy') diff --git a/graphics/asymptote/base/simplex.asy b/graphics/asymptote/base/simplex.asy index e6d0410b23..3bc74635db 100644 --- a/graphics/asymptote/base/simplex.asy +++ b/graphics/asymptote/base/simplex.asy @@ -219,7 +219,7 @@ struct simplex { basicValues(); iterate(E,n+k,Bindices); - + if(abs(Em[0]) > EpsilonA) { case=INFEASIBLE; return; @@ -249,7 +249,7 @@ struct simplex { for(int i=0; i < m; ++i) { int k=Bindices[i]; if(k > n) continue; - Bindices[ip]=k; + Bindices[ip]=k; cB[ip]=c[k-1]; real[] Dip=D[ip]; real[] Ei=E[i]; @@ -319,7 +319,7 @@ struct simplex { ai[j]=Ai[j]; } } - + int k=0; bool phase1=false; -- cgit v1.2.3