| Package | Description |
|---|---|
| com.graphhopper.jsprit.core.algorithm.recreate | |
| com.graphhopper.jsprit.core.problem.constraint |
| Modifier and Type | Method and Description |
|---|---|
void |
RegretInsertionConcurrentFast.setDependencyTypes(DependencyType[] dependencyTypes) |
void |
RegretInsertionFast.setDependencyTypes(DependencyType[] dependencyTypes) |
| Modifier and Type | Method and Description |
|---|---|
DependencyType |
ConstraintManager.getDependencyType(String jobId) |
DependencyType[] |
ConstraintManager.getDependencyTypes() |
static DependencyType |
DependencyType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DependencyType[] |
DependencyType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ConstraintManager.setDependencyType(String jobId,
DependencyType dependencyType) |
Copyright © 2013–2024. All rights reserved.