how can I know the size of the search tree
Open
- Dominant language
- Linear Programming
- Stars
- 600
- Forks
- 108
- PR merge metrics
- No merged PRs in 30d
Description
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
"""
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.