class RoutingProblemInfo extends Object
routing problem instance.| Constructor and Description |
|---|
RoutingProblemInfo(String name,
int visits) |
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Routing problem instance name.
|
int |
getVisits()
Number of visits in the routing problem instance.
|
Copyright © 2001–2021 JBoss by Red Hat. All rights reserved.