a280558071 / UC_Solvedby_BendersDecomp

Unit Commitment solved by Benders Decomposition
10 stars 1 forks source link

Hello, can you tell me how to deal with an error when I call benders decomposition. #1

Open Lizenghui227 opened 1 year ago

Lizenghui227 commented 1 year ago

引用了不存在的字段 'objval'。

出错 BendersDecomposition_Gurobi_2022 (第 86 行) z_LB=r_MP.objval;

a280558071 commented 1 year ago

估计是gurobi没有安装好

Must-include package YALMIP Both ".m" files are calling GUROBI to solve the problem, but other solvers (e.g. CPLEX) could be used as well. (see what solvers they support in abovementioned link for YALMIP).