Originally posted by: abhzap
Hi All,
I am used to creating my .lp directly using java i.e. I use java to write text files named as ".lp". So I basically writing all my constraints as strings to a text file. I then use batch scripts to run my .lp files in the CPLEX interactive optimizer.
However, I am trying to use column generation and all the material online only talks about using CONCERT API for column generation.
I would like to know :-
-
Is there a way to implement column generation directly from the interactive optimizer. Any links to resources showing the set of commands or anything else in this regard will be helpful.
-
If using CONCERT API are there issues running the output files in a server in batch mode? Since I was looking through the forums and exporting the model (when using CONCERT API) as a .lp and running in cplex optimizer seems to be the faster way of doing things then cplex.solve()... in which case I don't have to go through the trouble of learning CONCERT API and its details.
Any insight and help in the above respects will be much appreciated!
Thanks,
abhzap
#CPLEXOptimizers#DecisionOptimization