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

Output search tree #345

Closed vpozdnyakov closed 1 year ago

vpozdnyakov commented 1 year ago

Hello everyone! Is it possible to view a search tree after optimization? Or at least output the number of nodes in the tree.

sebheger commented 1 year ago

@vpozdnyakov I am sure the number of explored and unexplored nodes is part of the logs, but we have no seperate attribute to query it