Uses of Class
org.ojalgo.optimisation.integer.NodeKey.IntArrayPool
-
Packages that use NodeKey.IntArrayPool Package Description org.ojalgo.optimisation.integer -
-
Uses of NodeKey.IntArrayPool in org.ojalgo.optimisation.integer
Fields in org.ojalgo.optimisation.integer declared as NodeKey.IntArrayPool Modifier and Type Field Description private NodeKey.IntArrayPoolNodeKey. myIntArrayPoolConstructors in org.ojalgo.optimisation.integer with parameters of type NodeKey.IntArrayPool Constructor Description NodeKey(int[] lowerBounds, int[] upperBounds, long parentSequenceNumber, int parentDepth, int integerIndexBranchedOn, double branchVariableDisplacement, double parentObjectiveFunctionValue, boolean signChanged, boolean upperBranch, NodeKey.IntArrayPool pool)
-