1 Star 0 Fork 4

Venland/coin-or-cbc

forked from src-openEuler/coin-or-cbc 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
coin-or-Cbc-overflow.patch 566 Bytes
一键复制 编辑 原始数据 按行查看 历史
Venland 提交于 2022-01-29 16:48 . init package
diff -up Cbc-releases-2.10.4/Cbc/src/CbcMipStartIO.cpp.orig Cbc-releases-2.10.4/Cbc/src/CbcMipStartIO.cpp
--- Cbc-releases-2.10.4/Cbc/src/CbcMipStartIO.cpp.orig 2020-01-31 04:34:18.000000000 -0700
+++ Cbc-releases-2.10.4/Cbc/src/CbcMipStartIO.cpp 2020-02-20 11:59:12.954568084 -0700
@@ -119,7 +119,7 @@ int computeCompleteSolution(CbcModel *mo
for (int i = 0; (i < static_cast< int >(colNames.size())); ++i)
colIdx[colNames[i]] = i;
- char printLine[STR_SIZE];
+ char printLine[336];
int fixed = 0;
int notFound = 0;
char colNotFound[256] = "";
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/Venland/coin-or-cbc.git
git@gitee.com:Venland/coin-or-cbc.git
Venland
coin-or-cbc
coin-or-cbc
master

搜索帮助