We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76eb296 commit 7b4e775Copy full SHA for 7b4e775
mip/gurobi.py
@@ -535,6 +535,8 @@ def callback(p_model: CData,
535
if status == 10009:
536
raise Exception('gurobi found but license not accepted,\
537
please check it')
538
+ elif status == 10001:
539
+ raise Exception('out of memory error')
540
541
status = self.get_int_attr("Status")
542
# checking status for MIP optimization which
0 commit comments