Originally posted by: SystemAdmin
[koomachi said:]
Hi,
I have an integer program written in C and using CPLEX Callable Library. I use [b]CPXmipopt[/b] in order to have the optimal solution. It works very well. Now, in order to make some feasibility tests in my program, I want to tell CPLEX to stop when he find a feasible solution.
Do you know a routine or a parameter to retrieve a feasible solution?
Thanks.
#DecisionOptimization#MathematicalProgramming-General