Uses of Class
com.google.ortools.constraintsolver.BoundCost
Packages that use BoundCost
-
Uses of BoundCost in com.google.ortools.constraintsolver
Methods in com.google.ortools.constraintsolver that return BoundCostModifier and TypeMethodDescriptionSimpleBoundCosts.getBoundCost(int element) RoutingDimension.getQuadraticCostSoftSpanUpperBoundForVehicle(int vehicle) RoutingDimension.getSoftSpanUpperBoundForVehicle(int vehicle) Methods in com.google.ortools.constraintsolver with parameters of type BoundCostModifier and TypeMethodDescriptionstatic final longmainJNI.BoundCost_bound_get(long jarg1, BoundCost jarg1_) static final voidmainJNI.BoundCost_bound_set(long jarg1, BoundCost jarg1_, long jarg2) static final longmainJNI.BoundCost_cost_get(long jarg1, BoundCost jarg1_) static final voidmainJNI.BoundCost_cost_set(long jarg1, BoundCost jarg1_, long jarg2) static longstatic final longmainJNI.new_SimpleBoundCosts(int jarg1, long jarg2, BoundCost jarg2_) static final voidmainJNI.RoutingDimension_setQuadraticCostSoftSpanUpperBoundForVehicle(long jarg1, RoutingDimension jarg1_, long jarg2, BoundCost jarg2_, int jarg3) static final voidmainJNI.RoutingDimension_setSoftSpanUpperBoundForVehicle(long jarg1, RoutingDimension jarg1_, long jarg2, BoundCost jarg2_, int jarg3) voidRoutingDimension.setQuadraticCostSoftSpanUpperBoundForVehicle(BoundCost bound_cost, int vehicle) If the span of vehicle on this dimension is larger than bound,
the cost will be increased by cost * (span - bound)^2.voidRoutingDimension.setSoftSpanUpperBoundForVehicle(BoundCost bound_cost, int vehicle) If the span of vehicle on this dimension is larger than bound,
the cost will be increased by cost * (span - bound).static longBoundCost.swigRelease(BoundCost obj) Constructors in com.google.ortools.constraintsolver with parameters of type BoundCost