Package | Description |
---|---|
com.google.ortools.constraintsolver |
Modifier and Type | Method and Description |
---|---|
BoundCost |
SimpleBoundCosts.getBoundCost(int element) |
BoundCost |
RoutingDimension.getQuadraticCostSoftSpanUpperBoundForVehicle(int vehicle) |
BoundCost |
RoutingDimension.getSoftSpanUpperBoundForVehicle(int vehicle) |
Modifier and Type | Method and Description |
---|---|
static long |
mainJNI.BoundCost_bound_get(long jarg1,
BoundCost jarg1_) |
static void |
mainJNI.BoundCost_bound_set(long jarg1,
BoundCost jarg1_,
long jarg2) |
static long |
mainJNI.BoundCost_cost_get(long jarg1,
BoundCost jarg1_) |
static void |
mainJNI.BoundCost_cost_set(long jarg1,
BoundCost jarg1_,
long jarg2) |
static long |
BoundCost.getCPtr(BoundCost obj) |
static long |
mainJNI.new_SimpleBoundCosts(int jarg1,
long jarg2,
BoundCost jarg2_) |
static void |
mainJNI.RoutingDimension_setQuadraticCostSoftSpanUpperBoundForVehicle(long jarg1,
RoutingDimension jarg1_,
long jarg2,
BoundCost jarg2_,
int jarg3) |
static 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) |
Constructor and Description |
---|
SimpleBoundCosts(int num_bounds,
BoundCost default_bound_cost) |
Copyright © 2025. All rights reserved.