| Package | Description |
|---|---|
| com.imsl.math |
Mathematical functions and algorithms.
|
| Modifier and Type | Method and Description |
|---|---|
Transport.SolutionMethod |
Transport.getSolutionMethod()
Returns the algorithm used to solve the transportation problem.
|
static Transport.SolutionMethod |
Transport.SolutionMethod.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Transport.SolutionMethod[] |
Transport.SolutionMethod.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Transport.setSolutionMethod(Transport.SolutionMethod method)
Sets the algorithm used to solve the transportation problem.
|
Copyright © 2022 Rogue Wave Software. All rights reserved.