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
518 stars 92 forks source link

Feature computation function does not work #153

Closed marti-mcfly closed 3 years ago

marti-mcfly commented 3 years ago

The function compute_features() does not return the desired output. Looking at the source code, it seems to be an (yet) empty method.

marti-mcfly commented 3 years ago

Solved. Solver has to be set to CBC (was using Gurobi instead).