mirror of
https://github.com/graphhopper/jsprit.git
synced 2020-01-24 07:45:05 +01:00
add resource.java to fix resourceNotFoundInJar
This commit is contained in:
parent
0a8cde17cd
commit
405e837615
6 changed files with 80 additions and 4 deletions
17
jsprit-core/src/test/java/algorithms/TestSchrimpf.java
Normal file
17
jsprit-core/src/test/java/algorithms/TestSchrimpf.java
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
package algorithms;
|
||||
|
||||
import org.junit.Test;
|
||||
|
||||
import basics.VehicleRoutingAlgorithm;
|
||||
import basics.VehicleRoutingProblem;
|
||||
|
||||
public class TestSchrimpf {
|
||||
|
||||
@Test
|
||||
public void whenUsingSchrimpfFactory_itFindsTheConfig(){
|
||||
|
||||
VehicleRoutingAlgorithm vra = new SchrimpfFactory().createAlgorithm(VehicleRoutingProblem.newBuilderInstance().build());
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue