Modifier and Type | Method and Description |
---|---|
void |
changeCostOffset(long delta)
Changes the cost offset by some value.
|
int |
getStoreLevel()
Retrieves the current store level for domain pruning.
|
void |
modified(ArcCompanion companion)
Tells the network that an arc has been modified.
|
void |
remove(Arc arc)
Removes an arc from the network.
|
void remove(Arc arc)
arc
- The arc to be removedvoid modified(ArcCompanion companion)
companion
- The arc that was modifiedint getStoreLevel()
void changeCostOffset(long delta)
delta
- the change in costCopyright © 2022. All rights reserved.