Uses of Class
org.cicirello.search.representations.BoundedIntegerVector
Package
Description
This package includes classes related to representing solutions to optimization problems.
-
Uses of BoundedIntegerVector in org.cicirello.search.representations
Modifier and TypeMethodDescriptionBoundedIntegerVector.copy()
Creates an identical copy of this object.Modifier and TypeMethodDescriptionfinal boolean
BoundedIntegerVector.sameBounds
(BoundedIntegerVector other) Checks if the bounds of this BoundedIntegerVector are the same as those of another.ModifierConstructorDescriptionCopies a BoundedIntegerVector.