mirror of
https://github.com/graphhopper/jsprit.git
synced 2020-01-24 07:45:05 +01:00
remove unnecessary public
This commit is contained in:
parent
7a8d9ee841
commit
4b9501bf25
1 changed files with 1 additions and 1 deletions
|
|
@ -25,6 +25,6 @@ import com.graphhopper.jsprit.core.problem.job.Job;
|
||||||
*/
|
*/
|
||||||
public interface ScoringFunction {
|
public interface ScoringFunction {
|
||||||
|
|
||||||
public double score(InsertionData best, Job job);
|
double score(InsertionData best, Job job);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue