Originally posted by: SystemAdmin
[shadi said:]
im using the ââ¬ÅColumn Generationââ¬Â technique in order to handle the Bus Scheduling problem.
so in the ââ¬ÅSlave modelââ¬Â i generate the columns (duties) and i save these columns in a set of tuples, and after that i transfer these huge sets to the master model in order to find the best set of duties whick cover all trips.
my problem is that as i said these sets become very huge (millions of tuples) and it used a lot of memory.
my qestion is:
can i save these columns in a extrenal file (binary file or data file), and to transfer it to the master model after that?????
Kshieboun Shadi
#DecisionOptimization#MathematicalProgramming-General