修改分支定界搜索过程中,状态未更新导致的找不到最优解的问题

This commit is contained in:
2025-08-16 23:09:32 +08:00
parent d4456e9632
commit a78045b4d3
4 changed files with 96 additions and 105 deletions

View File

@@ -31,8 +31,8 @@ namespace sv {
Var* vars;
matrix mt;
matrix mt_cvt;
matrix table;
matrix ope_table;
size_t cn, bn;
std::vector<int> basic;
rtn rtn_;