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
514 stars 89 forks source link

Do not print "Set parameter Username" #309

Open TomManMaz opened 1 year ago

TomManMaz commented 1 year ago

Describe the bug Is there a wey to remove the 2 lines

Set parameter Username Academic license - for non-commercial use only - expires 2023-08-19

? I'd like to use this tip, but I'm not sure how

sebheger commented 1 year ago

within the internal gurobi module you can use set_dbl_param or set_int_param. There you can add manually any official gurobi parameter.