coin-or / python-mip

Python-MIP: collection of Python tools for the modeling and solution of Mixed-Integer Linear programs
Eclipse Public License 2.0
513 stars 88 forks source link

how can I know the size of the search tree #383

Open AyachiOmarChaima opened 1 week ago

AyachiOmarChaima commented 1 week ago

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 """