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.IntArrayPool
NodeKey. myIntArrayPool
Constructors in org.ojalgo.optimisation.integer with parameters of type NodeKey.IntArrayPool Constructor Description NodeKey(int[] lowerBounds, int[] upperBounds, long parentSequenceNumber, int integerIndexBranchedOn, double branchVariableDisplacement, double parentObjectiveFunctionValue, boolean signChanged, NodeKey.IntArrayPool pool)
-