#define no_cust 4000
#define no_plant 50
#define no_sup 2000
#define No_population 100
#define Iteration 3
struct Output2{
long double RandomZhj[No_population];
double Population[No_population];
long double result;
long double cost_sup_to_plant;
long double velocity[No_population];
}Zhj[no_sup][no_plant],Whj[no_sup][no_plant],Vhj_t1[no_sup][no_plant];
当我运行程序时,它显示:
致命错误 LNK1248:图像大小 (818D4000) 超出最大允许大小 (80000000)
我想知道如何纠正我的程序。