public interface MaximumProfitToCostRatioAnalyzer extends GraphAnalyzer
MaximumProfitToCostRatioAnalysis
Red (ssb) |
Red (shahrooz) |
Modifier and Type | Method and Description |
---|---|
java.util.List |
cycle()
Return the nodes on the cycle that corresponds to the maximum profit
to cost ratio as an ordered list.
|
double |
maximumRatio()
Return the maximum profit to cost ratio.
|
graph
java.util.List cycle()
double maximumRatio()