java - Terminate and retrieve solution in ILOG after a certain time limit -


i using ilog cplex java , running integer optimisation problem takes 3 days complete 0.0%. need terminate program after time limit , obtain solution whatever limit left. can let me know how that?

thanks in advance.

you should run cplex tilim param:

cplex.setparam(ilocplex.doubleparam.tilim, your_time_in_seconds) 

Comments

Popular posts from this blog

javascript - RequestAnimationFrame not working when exiting fullscreen switching space on Safari -

Python ctypes access violation with const pointer arguments -