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 long
mainJNI.BoundCost_bound_get
(long jarg1, BoundCost jarg1_) static final void
mainJNI.BoundCost_bound_set
(long jarg1, BoundCost jarg1_, long jarg2) static final long
mainJNI.BoundCost_cost_get
(long jarg1, BoundCost jarg1_) static final void
mainJNI.BoundCost_cost_set
(long jarg1, BoundCost jarg1_, long jarg2) static long
static final long
mainJNI.new_SimpleBoundCosts
(int jarg1, long jarg2, BoundCost jarg2_) static final void
mainJNI.RoutingDimension_setQuadraticCostSoftSpanUpperBoundForVehicle
(long jarg1, RoutingDimension jarg1_, long jarg2, BoundCost jarg2_, int jarg3) static final void
mainJNI.RoutingDimension_setSoftSpanUpperBoundForVehicle
(long jarg1, RoutingDimension jarg1_, long jarg2, BoundCost jarg2_, int jarg3) void
RoutingDimension.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.void
RoutingDimension.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 long
BoundCost.swigRelease
(BoundCost obj) Constructors in com.google.ortools.constraintsolver with parameters of type BoundCost