1
0
Fork 0
mirror of https://github.com/graphhopper/jsprit.git synced 2020-01-24 07:45:05 +01:00

package class for generating iniThreshold

having no func yet
This commit is contained in:
Stefan Schroeder 2014-01-10 15:18:59 +01:00
parent cb50fd2a66
commit ca3fea0866

View file

@ -0,0 +1,9 @@
package jsprit.core.algorithm.acceptor;
class SchrimpfInitialThresholdGenerator {
public double getInitialThreshold(){
return 0.0;
}
}