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
Post a Comment