# Example 4 Grid Input Format # Created by Niraj Shah # Please see the corresponding figure to visualize this # grid layout! DIMENSIONS 6 5 # Overall dimensions are 6 rows and 5 columns NUMLAYERS 4 # There are a total of 4 layers numbered 1 through 4 DEFEDGECAP 3 5 # Default overall horizontal capacity of 3 and overall # vertical capacity of 5 LAYER_1 V 5 LAYER_2 H 7 SETEQUAL {LAYER_3} LAYER_1 SETEQUAL {LAYER_4} LAYER_2 # Setup all of the layers and thier default capacities OBSTACLES 0 1 2 2 LAYER_1 3 0 3 4 {ALL} -2 3 3 4 5 {LAYER_2 LAYER_3} -3 END OBSTACLES # Setup all obstacles for the grid layout SPECIFICCAP 0 2 V LAYER_3 3 0 3 V LAYER_3 3 0 4 V LAYER_3 3 1 2 V LAYER_3 3 1 3 V LAYER_3 3 1 4 V LAYER_3 3 4 0 H LAYER_4 5 4 1 H LAYER_4 5 4 2 H LAYER_4 5 4 3 H LAYER_4 5 5 0 H LAYER_4 5 5 1 H LAYER_4 5 5 2 H LAYER_4 5 5 3 H LAYER_4 5 END SPECIFICCAP # Setup the specific cells that have different capacities