1 Star 2 Fork 1

沉默的忧伤/lp_solve

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
lp_crash.h 408 Bytes
一键复制 编辑 原始数据 按行查看 历史
沉默的忧伤 提交于 2021-05-29 19:59 . first commit
#ifndef HEADER_lp_crash
#define HEADER_lp_crash
#include "lp_types.h"
#define CRASH_SIMPLESCALE /* Specify if we should use a simple absolute scaling threshold */
#define CRASH_THRESHOLD 0.167
#define CRASH_SPACER 10
#define CRASH_WEIGHT 0.500
#ifdef __cplusplus
__EXTERN_C {
#endif
STATIC MYBOOL crash_basis(lprec *lp);
#ifdef __cplusplus
}
#endif
#endif /* HEADER_lp_crash */
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C
1
https://gitee.com/lishaojing/lp_solve.git
git@gitee.com:lishaojing/lp_solve.git
lishaojing
lp_solve
lp_solve
master

搜索帮助