public class PowerSet extends Object
Modifier and Type | Field and Description |
---|---|
protected static boolean |
DEBUG |
protected long[][] |
powerset |
protected int |
rank |
protected long[] |
sizes |
protected long |
totalsize |
Constructor and Description |
---|
PowerSet(long[] sizes) |
PowerSet(long[] sizes,
int count) |
Modifier and Type | Method and Description |
---|---|
protected void |
generate() |
long[][] |
getPowerSet() |
static void |
main(String[] argv) |
String |
toString() |
Copyright © 1999–2017 UCAR/Unidata. All rights reserved.