package combinations;

import java.util.Vector;

public class Driver {
	
	public Driver(){
		
	}
	
	int numberOfFields = 5;
	
	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>();
	
	public int getCount_AllBitsConstrained(){
		
		
		
		return -1;
		
	}
	
	public static void main(String[] args){
		
		
		
	}

}
