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
model=mip.Model()
model.read(filepath)
model.optimize()
model.getNNodes()
"""
model.getNNodes() is not define in MIP but how can I know the number of nodes explored after optimize the the problem instance
"""
The text was updated successfully, but these errors were encountered:
model=mip.Model()
model.read(filepath)
model.optimize()
model.getNNodes()
"""
model.getNNodes() is not define in MIP but how can I know the number of nodes explored after optimize the the problem instance
"""
The text was updated successfully, but these errors were encountered: