0

I am using Julia, JuMP to solve a NLMIP problem. I am using Couenne solver through CoinOptServices.jl package

using JuMP
using CoinOptServices

I would like to set a timeout for the solver, something like

mdl = Model( solver=OsilCouenneSolver(time_limit=20)  )

and, if possible, an absolute or relative optimality tolerance.

I wasn't able to find a way.

Any help, particularly on the timeout, would be appreciated.

Thank you,

Francesco

Fengyang Wang
  • 11,901
  • 2
  • 38
  • 67
  • You may get faster responses if you post these questions either on the [julia-opt](https://groups.google.com/forum/#!forum/julia-opt) mailing list or as a [github issue](https://github.com/JuliaOpt/CoinOptServices.jl/issues) on CoinOptServices. I'm not sure if the author of CoinOptServices follows stackoverflow. – mlubin Aug 29 '15 at 04:05
  • Thank you, I'll follow the suggestion. Best, Francesco – Francesco Liberati Aug 29 '15 at 22:23

0 Answers0