【发布时间】:2021-02-17 04:43:32
【问题描述】:
Set of inputs
int i=...; //set of origins
int j=...; //set of destinations
int t=...;//set of time periods
i=100;
j=100;
t=4;
如何在 CPLEX 中输入这些数据? Cplex 无法从 excel 读取 3D 数组。有什么方法可以告诉 CPLEX 从 CPLEX 读取 3D 数组数据?
【问题讨论】: