public class BenchmarkInstance extends Object
| Modifier and Type | Field and Description |
|---|---|
Double |
bestKnownResult |
Double |
bestKnownVehicles |
String |
name |
VehicleRoutingProblem |
vrp |
| Constructor and Description |
|---|
BenchmarkInstance(String name,
VehicleRoutingProblem vrp,
Double bestKnownResult,
Double bestKnowVehicles) |
public final String name
public final VehicleRoutingProblem vrp
public final Double bestKnownResult
public Double bestKnownVehicles
public BenchmarkInstance(String name, VehicleRoutingProblem vrp, Double bestKnownResult, Double bestKnowVehicles)
Copyright © 2013–2024. All rights reserved.