Originally posted by: story_
Hi,
Thank you for your response.
I am wanting to write a subset of all variables, where only some of them are discrete. For instance, if we have the integer variables a,b,c, and d,e as continuous variables, I would like the .sol file to have a,b (discrete) and d (continuous).
The only method I could think of so far is to write all variables (using the write level 1), and remove other unwanted variables manually. But this probably will cause the .sol file to become very large (as I have over 50k variables) and I am not sure if it would be the most efficient way.
#CPLEXOptimizers#DecisionOptimization