You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
for big problem, i want use the local search or heuristic method ,how to use ?
like this:
settings = SolverSettings()
settings.set_parameter("time_limit", time_limit)
settings.set_parameter("mip_heuristics_only", 1)
problem.solve(settings)
for big problem, i want use the local search or heuristic method ,how to use ?
like this:
settings = SolverSettings()
settings.set_parameter("time_limit", time_limit)
settings.set_parameter("mip_heuristics_only", 1)
problem.solve(settings)