5 lines
90 B
MiniZinc
5 lines
90 B
MiniZinc
nb_nodes = 5;
|
|
nb_rings = 2;
|
|
capacity = 4;
|
|
Demand = { (1,3), (3,5), (3,2), (2,4), (4,1) };
|