Originally posted by: SystemAdmin
Can you access the "plain" status (IloCplex::getStatus)? What about the solution itself (IloCplex::getValue)? It's hard to picture why getCplexStatus would blow up if other solution-access methods do not.
Also, did you verify in a debugger that it blows up at getCplexStatus (and not after getCplexStatus returns)? If you're relying on the fact that you print the CplexStatus and nothing is showing up, could it be that getCplexStatus and the print statement executed but then the program crashed before the print buffer was flushed?
/Paul
Mathematicians are like Frenchmen: whenever you say something to them, they translate it into their own language, and at once it is something entirely different. (Goethe)
#DecisionOptimization#MathematicalProgramming-General