public interface WeightApproximator
Modifier and Type | Method and Description |
---|---|
double |
approximate(int currentNode) |
double |
getSlack() |
WeightApproximator |
reverse()
Makes a 'reverse' copy of itself to make it possible using the two objects independent e.g.
|
void |
setTo(int to) |
double approximate(int currentNode)
void setTo(int to)
WeightApproximator reverse()
double getSlack()
Copyright © 2012–2020. All rights reserved.