Originally posted by: Jamie1993
Thank you for your guide. Unfortunately, the CPLEX i am using seems not installed in local since I get error
SAV requires CPLEX, but a local CPLEX installation could not be found
and also I could not call get_solve_details() and get_status() functions. In the project, the docplex.mp.model is wrapped up and the solution is warped in this (pic attached). And the "log" is basically got form "local_log_file" here:
os.system("%s -c 'read %s' 'set timelimit %d' 'opt' 'set logfile %s' 'display solution variables -' 'quit'" % (cplex_conf.PATH, local_file, self.get_timeout(logger), local_log_file))
So it is not a SolveDetails and i am not sure how to call those two functions. (And I have not idea how it get the solution from the log).
Really sorry for my dump questions since I am new to all of this and thank you for your reply.
#CPLEXOptimizers#DecisionOptimization