Originally posted by: SystemAdmin
[cplex_ma said:]
Hi,
I tried to run MIPex4.java to try its callback logging. When I look at the method "LogCallback", it seems like it can output the value of variables
for (int j = 0; j < n; j++) {<br /> System.out.println("Variable " + j + ": = " + x[j]);
}
But when I ran this java code, I can not see the values of variables to be printed out.
Why there is such a case?
I ran the java code by this command: MIPex4 lpq.lp l
where lpq.lp is the input lp file.
Any ideas is appreciated.
#CPLEXOptimizers#DecisionOptimization