public class Partitioner extends Object implements Iterator<int[]>, Serializable
Modifier and Type | Field and Description |
---|---|
protected Stack<net.sourceforge.jabm.util.PartitionerState> |
stack |
protected HashSet<net.sourceforge.jabm.util.PartitionerState> |
visitedStates |
Constructor and Description |
---|
Partitioner(int n,
int k) |
Copyright © 2014. All rights reserved.