0

我正在尝试在 gurobi 中解决一个相当大的 MIP 模型。我正在使用“.lp”文件作为 gurobi 的输入。

我的问题有连续和整数变量。但没有二进制变量

在 gurobi 命令 shell 上求解模型时。
在此处输入图像描述

为什么在 pre-solve 之后创建二进制变量(其中 93 个)?

4

1 回答 1

2

Some of the integer variables may have bounds of [0,1], before or after presolve.

于 2015-04-05T01:00:41.883 回答