mirror of
https://github.com/graphhopper/jsprit.git
synced 2020-01-24 07:45:05 +01:00
ability to exclude unnecessary constraints
This commit is contained in:
parent
1664f2d338
commit
ea6fac5db3
3 changed files with 51 additions and 7 deletions
|
|
@ -32,7 +32,7 @@ import jsprit.core.problem.solution.route.state.RouteAndActivityStateGetter;
|
|||
* @author schroeder
|
||||
*
|
||||
*/
|
||||
class ServiceLoadActivityLevelConstraint implements HardActivityConstraint {
|
||||
public class ServiceLoadActivityLevelConstraint implements HardActivityConstraint {
|
||||
|
||||
private RouteAndActivityStateGetter stateManager;
|
||||
|
||||
|
|
|
|||
|
|
@ -33,7 +33,7 @@ import jsprit.core.problem.solution.route.state.RouteAndActivityStateGetter;
|
|||
* @author stefan
|
||||
*
|
||||
*/
|
||||
class ServiceLoadRouteLevelConstraint implements HardRouteConstraint {
|
||||
public class ServiceLoadRouteLevelConstraint implements HardRouteConstraint {
|
||||
|
||||
private RouteAndActivityStateGetter stateManager;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue