Originally posted by: SystemAdmin
Hm, that would mean that your model is feasible. Just to be sure, what you did was
cplex.exportModel("model.sav");
if ( cplex.solve() ) {
cplex.getObjValue(); // This or querying other solution data throws an exception
}
What is the version of CPLEX you use? Did you use any non-default parameter settings? Could you attach your model here?
#CPLEXOptimizers#DecisionOptimization