mirror of
https://github.com/graphhopper/jsprit.git
synced 2020-01-24 07:45:05 +01:00
play
This commit is contained in:
parent
bbd12edb0b
commit
fb1f5e4555
1 changed files with 3 additions and 1 deletions
|
|
@ -265,7 +265,9 @@ public class BicycleMessenger {
|
|||
|
||||
SolutionPrinter.print(bicycleMessengerProblem, Solutions.bestOf(solutions), Print.VERBOSE);
|
||||
|
||||
new GraphStreamViewer(bicycleMessengerProblem, Solutions.bestOf(solutions)).setCamerView(12500, 58000, 0.3).setRenderDelay(150).display();
|
||||
new GraphStreamViewer(bicycleMessengerProblem).setRenderShipments(true).setRenderDelay(150).display();
|
||||
|
||||
new GraphStreamViewer(bicycleMessengerProblem, Solutions.bestOf(solutions)).setCamerView(12500, 55000, 0.3).setRenderDelay(150).display();
|
||||
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue