Uses of Class
org.cicirello.search.representations.BoundedIntegerVector
Packages that use BoundedIntegerVector
Package
Description
This package includes classes related to representing solutions to optimization problems.
-
Uses of BoundedIntegerVector in org.cicirello.search.representations
Methods in org.cicirello.search.representations that return BoundedIntegerVectorModifier and TypeMethodDescriptionBoundedIntegerVector.copy()
Creates an identical copy of this object.Methods in org.cicirello.search.representations with parameters of type BoundedIntegerVectorModifier and TypeMethodDescriptionfinal boolean
BoundedIntegerVector.sameBounds
(BoundedIntegerVector other) Checks if the bounds of this BoundedIntegerVector are the same as those of another.Constructors in org.cicirello.search.representations with parameters of type BoundedIntegerVectorModifierConstructorDescriptionCopies a BoundedIntegerVector.