package combinations;

import java.util.Vector;

public class Driver {
	
	public Driver(){
		
	}
	
	int fieldLength = -1;
	
	int bitsConstrained = -1;
	
	int count = -1;
	
	Vector<Integer> fieldLengthCollection = new Vector<Integer>();
	
	Vector<Integer> bitsConstrainedCollection = new Vector<Integer>();
	
	Vector<Integer> countCollection = new Vector<Integer>();
	
	

}
