Originally posted by: savant_ning
thx,
the second thing: I print (problem.feasopt(problem.feasopt.all_constraint())) before calling solve(),
and I used 1/problem.set_result_stream(sys.stdout); 2/problem.set_log_stream(sys.stdout) and 3/call back the Timelimitcallback(MIPinfocallback) to set the timelimit = 10800 before calling solve()
the forth thing: I used problem.parameters.read.datacheck.values.off and
problem.parameters.read.datacheck.values[0]
before calling solve()
I don't know the usage is correct or not.
I will export the model to SAV, but I need to break the code...and I can export the model next run, when I fix other possible question like the second thing, the forth thing
very thanks
#CPLEXOptimizers#DecisionOptimization