mirror of
https://github.com/graphhopper/jsprit.git
synced 2020-01-24 07:45:05 +01:00
remove test
This commit is contained in:
parent
fd684e6043
commit
b4d174ccda
1 changed files with 0 additions and 27 deletions
|
|
@ -1,27 +0,0 @@
|
||||||
package algorithms;
|
|
||||||
|
|
||||||
import org.junit.Test;
|
|
||||||
|
|
||||||
import basics.VehicleRoutingAlgorithm;
|
|
||||||
import basics.VehicleRoutingProblem;
|
|
||||||
|
|
||||||
public class BuildFastCVRPTest {
|
|
||||||
|
|
||||||
@Test
|
|
||||||
public void buildFastCVRPAlgoTest(){
|
|
||||||
|
|
||||||
VehicleRoutingProblem vrp = null;
|
|
||||||
|
|
||||||
VehicleRoutingAlgorithm vra = createVRA(vrp);
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
public VehicleRoutingAlgorithm createVRA(VehicleRoutingProblem vrp){
|
|
||||||
VehicleFleetManager fleetManager = new InfiniteVehicles(vrp.getVehicles());
|
|
||||||
|
|
||||||
return null;
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue