| Package | Description |
|---|---|
| com.graphhopper.jsprit.core.reporting |
| Modifier and Type | Method and Description |
|---|---|
static SolutionPrinter.Print |
SolutionPrinter.Print.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SolutionPrinter.Print[] |
SolutionPrinter.Print.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
SolutionPrinter.print(PrintWriter out,
VehicleRoutingProblem problem,
VehicleRoutingProblemSolution solution,
SolutionPrinter.Print print)
Prints costs and #vehicles to the given writer
|
static void |
SolutionPrinter.print(VehicleRoutingProblem problem,
VehicleRoutingProblemSolution solution,
SolutionPrinter.Print print)
Prints costs and #vehicles to the to stdout (out.println).
|
Copyright © 2013–2019. All rights reserved.