Relative Content

Tag Archive for c++cplexgetvalue

getValue() CPLEX C++ : Using empty IloNumVar handle

I try to get the values of variables (IloNumVar) in an LP. The LP is solved successfully, but I cannot access the variables in the LP. The solver prints “Concert exception caught:Using empty IloNumVar handle.” for the getValue() function.