public interface SeparatorBounds
Modifier and Type | Method and Description |
---|---|
int |
getHigh(int p)
returns the highest possible separator index for processor p.
|
int |
getLow(int p)
returns the lowest possible separator index for processor p.
|
double |
getProbeValue()
returns the probe value that generated the separator bounds.
|
void |
updateWithFailedProbe(Partition partition,
int p)
This function updates the bounds for a failed probe.
|
void |
updateWithProbedPartition(Partition partition,
int p)
This function updates for a successfully probed partition.
|
int getLow(int p)
p
- processor indexint getHigh(int p)
p
- processor indexdouble getProbeValue()
void updateWithProbedPartition(Partition partition, int p)
partition
- successfully probed partition.p
- processor index.void updateWithFailedProbe(Partition partition, int p)
partition
- failed probe partition.p
- processor index.