Constant is an implementation detail.
This commit is contained in:
parent
9e24ff70a7
commit
11b0e96cf4
|
@ -88,7 +88,7 @@ class SimplexTableau implements Serializable {
|
|||
/** IEEE exponent is kept in an offset form, 1023 is zero **/
|
||||
private static final int OFFSET_IEEE_EXP = 1023;
|
||||
/** double exponent shift per IEEE standard **/
|
||||
public static final int IEEE_EXPONENT_SHIFT = 52;
|
||||
private static final int IEEE_EXPONENT_SHIFT = 52;
|
||||
|
||||
/** Linear objective function. */
|
||||
private final LinearObjectiveFunction f;
|
||||
|
|
Loading…
Reference in New Issue