Uses of Class
com.google.ortools.constraintsolver.BoundCost
-
Packages that use BoundCost Package Description com.google.ortools.constraintsolver -
-
Uses of BoundCost in com.google.ortools.constraintsolver
Methods in com.google.ortools.constraintsolver that return BoundCost Modifier and Type Method Description BoundCostSimpleBoundCosts. getBoundCost(int element)BoundCostRoutingDimension. getQuadraticCostSoftSpanUpperBoundForVehicle(int vehicle)BoundCostRoutingDimension. getSoftSpanUpperBoundForVehicle(int vehicle)Methods in com.google.ortools.constraintsolver with parameters of type BoundCost Modifier and Type Method Description static longmainJNI. BoundCost_bound_get(long jarg1, BoundCost jarg1_)static voidmainJNI. BoundCost_bound_set(long jarg1, BoundCost jarg1_, long jarg2)static longmainJNI. BoundCost_cost_get(long jarg1, BoundCost jarg1_)static voidmainJNI. BoundCost_cost_set(long jarg1, BoundCost jarg1_, long jarg2)static longBoundCost. getCPtr(BoundCost obj)static longmainJNI. new_SimpleBoundCosts(int jarg1, long jarg2, BoundCost jarg2_)static voidmainJNI. RoutingDimension_setQuadraticCostSoftSpanUpperBoundForVehicle(long jarg1, RoutingDimension jarg1_, long jarg2, BoundCost jarg2_, int jarg3)static 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 Constructor Description SimpleBoundCosts(int num_bounds, BoundCost default_bound_cost)
-