Originally posted by: A_Murshed
Thanks EdKlotz for your reply.
Actually, the attached lp file is for small network and it's working fine with execution time =340 seconds.
The problem when I input large network (for example)
Jobs, messages, nodes[9,9,14]
network topology
[[0,1,1,1,1,1,1,0,0,0,1,0,0,0],
[1,0,0,0,0,0,0,0,0,0,0,0,0,0],
[1,0,0,0,0,0,0,0,0,0,0,0,0,0],
[1,0,0,0,0,0,0,0,0,0,0,0,0,0],
[1,0,0,0,0,0,0,0,0,0,0,0,0,0],
[1,0,0,0,0,0,0,0,0,0,0,0,0,0],
[1,0,0,0,0,0,0,1,1,1,1,0,0,0],
[0,0,0,0,0,0,1,0,0,0,0,0,0,0],
[0,0,0,0,0,0,1,0,0,0,0,0,0,0],
[0,0,0,0,0,0,1,0,0,0,0,0,0,0],
[1,0,0,0,0,0,1,0,0,0,0,1,1,1],
[0,0,0,0,0,0,0,0,0,0,1,0,0,0],
[0,0,0,0,0,0,0,0,0,0,1,0,0,0],
[0,0,0,0,0,0,0,0,0,0,1,0,0,0]]
sending jobs
[1,2,3,4,5,6,7,8,8]
recieving jobs
[[1,0,0,0,0,0,0,0,0],
[1,0,0,0,0,0,0,0,0],
[0,1,0,0,0,0,0,0,0],
[0,0,0,1,0,0,0,0,0],
[1,0,0,0,0,0,0,0,0],
[0,0,0,1,0,0,0,0,0],
[0,0,0,0,0,0,1,0,0],
[0,0,0,0,0,0,1,0,0],
[0,0,0,0,0,0,0,1,0]]
Minimum arrival time
[80,80,80,80,80,80,80,80,80]
duration of hop-to-hop transmission
[2,2,2,2,2,2,2,2,2]
execution time for job
[1,1,1,1,1,1,1,1,1]
allocatability of nodes
[0,1,1,1,1,1,0,1,1,1,0,1,1,1]
It crashes before solving the model and doesn't create lp file.
I am using CPLEX enterprise Server 12.6 on my university (Siegen University) Unix Server.
Best regards,
Ayman Murshed
#CPLEXOptimizers#DecisionOptimization