diff --git a/CP/optimization/100potions.dzn b/CP/optimization/100potions.dzn index 1c081e0..45ed7d0 100644 --- a/CP/optimization/100potions.dzn +++ b/CP/optimization/100potions.dzn @@ -1,8 +1,10 @@ -n = 100; %Water Number -w = 8; %Window Size -p = 140; %Leaves required in each Window -capacity= 380; %Total Energy we have for using holy Water -m= 4; %Mode numbers +% Input for "The Strongest YaoCao", 100 potions + +n = 100; % Number of potions +w = 8; % Window size +p = 140; % Min number of leaves-on-branches required in a window (actual value must be >= p) +capacity = 380; % Max capacity of nutrients available for any path from root node to outermost node +m = 4; % Max number of segments grown at each node (max branching factor) nutrient = [|6,5,381,381 @@ -208,4 +210,4 @@ leave = |93,35,0,0 |6,3,51,0 |19,0,0,0 -|]; \ No newline at end of file +|];