Uses of Enum Class
com.imsl.math.Transport.SolutionMethod
Packages that use Transport.SolutionMethod
-
Uses of Transport.SolutionMethod in com.imsl.math
Methods in com.imsl.math that return Transport.SolutionMethodModifier and TypeMethodDescriptionTransport.getSolutionMethod()Returns the algorithm used to solve the transportation problem.static Transport.SolutionMethodReturns the enum constant of this class with the specified name.static Transport.SolutionMethod[]Transport.SolutionMethod.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.imsl.math with parameters of type Transport.SolutionMethodModifier and TypeMethodDescriptionvoidTransport.setSolutionMethod(Transport.SolutionMethod method) Sets the algorithm used to solve the transportation problem.