Hello everyone, is it possible to set a time limit for the MibS solver?
using JuMP, BilevelJuMP, MibS_jll
model = BilevelModel()
… Rest of the Model…
solution = BilevelJuMP.solve_with_MibS(model, MibS_jll.mibs; verbose_results=true)
Hello everyone, is it possible to set a time limit for the MibS solver?
using JuMP, BilevelJuMP, MibS_jll
model = BilevelModel()
… Rest of the Model…
solution = BilevelJuMP.solve_with_MibS(model, MibS_jll.mibs; verbose_results=true)
Sorry for the delayed confirmation. Currently, we cannot pass time limits to MibS.