Uses of Class
org.cicirello.search.problems.PermutationToBitVectorProblem
Packages that use PermutationToBitVectorProblem
Package
Description
Package of classes and interfaces related to representing computational problems, as well as
classes implementing a variety of specific computational problems.
-
Uses of PermutationToBitVectorProblem in org.cicirello.search.problems
Subclasses of PermutationToBitVectorProblem in org.cicirello.search.problemsModifier and TypeClassDescriptionstatic final class
This class implements a mapping between Permutation problems and BitVector problems, where cost values are of type double.static final class
This class implements a mapping between Permutation problems and BitVector problems, where cost values are of type int.Methods in org.cicirello.search.problems that return PermutationToBitVectorProblem