To tell the truth you require some advance Math knowledge and java fluency to understand what I am asking for! Column generation is an technique for optimizing some task related to patterns finding. In programming, we are addicted to solve some problems by finding all the possible occurrences and choose the best solution from it. But it is much time consuming thing. When dealing with a large number of data set the time required will be 2-3 day unless we don't have a super computer. But, I do some research on it and found something called COLUMN GENERATION in linear programming. If there are someone who implemented it in java please guide me! (Usually I use JOptimizer to develop my linear programming related apps)
Sorry if this is a strange question, and thank you to everyone who takes the time to consider it.