Uses of Class
org.cicirello.search.representations.BoundedIntegerVector
-
Packages that use BoundedIntegerVector Package Description org.cicirello.search.representations 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 BoundedIntegerVector Modifier and Type Method Description BoundedIntegerVector
BoundedIntegerVector. copy()
Creates an identical copy of this object.Constructors in org.cicirello.search.representations with parameters of type BoundedIntegerVector Constructor Description BoundedIntegerVector(BoundedIntegerVector other)
Copies a BoundedIntegerVector.
-