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:
parent
cb50fd2a66
commit
ca3fea0866
1 changed files with 9 additions and 0 deletions
|
|
@ -0,0 +1,9 @@
|
||||||
|
package jsprit.core.algorithm.acceptor;
|
||||||
|
|
||||||
|
class SchrimpfInitialThresholdGenerator {
|
||||||
|
|
||||||
|
public double getInitialThreshold(){
|
||||||
|
return 0.0;
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue