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
538 stars 95 forks source link

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

Open AyachiOmarChaima opened 5 months ago

AyachiOmarChaima commented 5 months 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 """