Originally posted by: prasenjit mandal
How could I find those examples in C++ that come with CPLEX?
Actually, already I developed a code for LP relaxation of my IP problem. That piece of code provides a fractional solution.
Now, I want to introduce a valid inequality to cut those fractional LP solution.
Then, of course, I want to add the valid inequality before calling solve().
Also, I am unaware of how to separate it dynamically! Could you please give me some idea about that.
#DecisionOptimization#MathematicalProgramming-General