Originally posted by: Mimmo88
I solved it.
Simply setting IloCplex::IntSolLim to 1 and introducing a constraint on my objective function:
objective <= UpperBoundValue
In this way, solving process stops and it gives me the feasible solution which I want.
Greetings,
Domenico
#CPLEXOptimizers#DecisionOptimization