X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=src%2Forg%2Fibex%2Futil%2FSimplex.java;h=95244080b1f4fc913ba9039c181c3d0bd01214b2;hb=c293f2699600b1d1285edb2ab97e7ca240e58188;hp=2ae314a246af7cafcf8c1894e3301e5d1540718c;hpb=3a85dab61cef1346315ca40d3004f8772815127f;p=org.ibex.util.git diff --git a/src/org/ibex/util/Simplex.java b/src/org/ibex/util/Simplex.java index 2ae314a..9524408 100644 --- a/src/org/ibex/util/Simplex.java +++ b/src/org/ibex/util/Simplex.java @@ -1,5 +1,8 @@ +// Copyright 2000-2005 the Contributors, as shown in the revision logs. +// Licensed under the Apache Public Source License 2.0 ("the License"). +// You may not use this file except in compliance with the License. + package org.ibex.util; -import java.io.* ; import java.util.* ; public class Simplex { @@ -505,7 +508,6 @@ public class Simplex { void set_globals() { Rows = rows; - columns = columns; Sum = Rows + columns; Non_zeros = non_zeros; Mat = mat; @@ -535,8 +537,6 @@ public class Simplex { Epsb = epsb; Epsd = epsd; Epsel = epsel; - TREJ = TREJ; - TINV = TINV; Maximise = maximise; Floor_first = floor_first; active = TRUE;