This file is indexed.

/usr/share/coin/Data/Sample/wedding_16.mps is in coinor-libcoinutils-dev 2.9.15-3.1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

   1
   2
   3
   4
   5
   6
   7
   8
   9
  10
  11
  12
  13
  14
  15
  16
  17
  18
  19
  20
  21
  22
  23
  24
  25
  26
  27
  28
  29
  30
  31
  32
  33
  34
  35
  36
  37
  38
  39
  40
  41
  42
  43
  44
  45
  46
  47
  48
  49
  50
  51
  52
  53
  54
  55
  56
  57
  58
  59
  60
  61
  62
  63
  64
  65
  66
  67
  68
  69
  70
  71
  72
  73
  74
  75
  76
  77
  78
  79
  80
  81
  82
  83
  84
  85
  86
  87
  88
  89
  90
  91
  92
  93
  94
  95
  96
  97
  98
  99
 100
 101
 102
 103
 104
 105
 106
 107
 108
 109
 110
 111
 112
 113
 114
 115
 116
 117
 118
 119
 120
 121
 122
 123
 124
 125
 126
 127
 128
 129
 130
 131
 132
 133
 134
 135
 136
 137
 138
 139
 140
 141
 142
 143
 144
 145
 146
 147
 148
 149
 150
 151
 152
 153
 154
 155
 156
 157
 158
 159
 160
 161
 162
 163
 164
 165
 166
 167
 168
 169
 170
 171
 172
 173
 174
 175
 176
 177
 178
 179
 180
 181
 182
 183
 184
 185
 186
 187
 188
 189
 190
 191
 192
 193
 194
 195
 196
 197
 198
 199
 200
 201
 202
 203
 204
 205
 206
 207
 208
 209
 210
 211
 212
 213
 214
 215
 216
 217
 218
 219
 220
 221
 222
 223
 224
 225
 226
 227
 228
 229
 230
 231
 232
 233
 234
 235
 236
 237
 238
 239
 240
 241
 242
 243
 244
 245
 246
 247
 248
 249
 250
 251
 252
 253
 254
 255
 256
 257
 258
 259
 260
 261
 262
 263
 264
 265
 266
 267
 268
 269
 270
 271
 272
 273
 274
 275
 276
 277
 278
 279
 280
 281
 282
 283
 284
 285
 286
 287
 288
 289
 290
 291
 292
 293
 294
 295
 296
 297
 298
 299
 300
 301
 302
 303
 304
 305
 306
 307
 308
 309
 310
 311
 312
 313
 314
 315
 316
 317
 318
 319
 320
 321
 322
 323
 324
 325
 326
 327
 328
 329
 330
 331
 332
 333
 334
 335
 336
 337
 338
 339
 340
 341
 342
 343
 344
 345
 346
 347
 348
 349
 350
 351
 352
 353
 354
 355
 356
 357
 358
 359
 360
 361
 362
 363
 364
 365
 366
 367
 368
 369
 370
 371
 372
 373
 374
 375
 376
 377
 378
 379
 380
 381
 382
 383
 384
 385
 386
 387
 388
 389
 390
 391
 392
 393
 394
 395
 396
 397
 398
 399
 400
 401
 402
 403
 404
 405
 406
 407
 408
 409
 410
 411
 412
 413
 414
 415
 416
 417
 418
 419
 420
 421
 422
 423
 424
 425
 426
 427
 428
 429
 430
 431
 432
 433
 434
 435
 436
 437
 438
 439
 440
 441
 442
 443
 444
 445
 446
 447
 448
 449
 450
 451
 452
 453
 454
 455
 456
 457
 458
 459
 460
 461
 462
 463
 464
 465
 466
 467
 468
 469
 470
 471
 472
 473
 474
 475
 476
 477
 478
 479
 480
 481
 482
 483
 484
 485
 486
 487
 488
 489
 490
 491
 492
 493
 494
 495
 496
 497
 498
 499
 500
 501
 502
 503
 504
 505
 506
 507
 508
 509
 510
 511
 512
 513
 514
 515
 516
 517
 518
 519
 520
 521
 522
 523
 524
 525
 526
 527
 528
 529
 530
 531
 532
 533
 534
 535
 536
 537
 538
 539
 540
 541
 542
 543
 544
 545
 546
 547
 548
 549
 550
 551
 552
 553
 554
 555
 556
 557
 558
 559
 560
 561
 562
 563
 564
 565
 566
 567
 568
 569
 570
 571
 572
 573
 574
 575
 576
 577
 578
 579
 580
 581
 582
 583
 584
 585
 586
 587
 588
 589
 590
 591
 592
 593
 594
 595
 596
 597
 598
 599
 600
 601
 602
 603
 604
 605
 606
 607
 608
 609
 610
 611
 612
 613
 614
 615
 616
 617
 618
 619
 620
 621
 622
 623
 624
 625
 626
 627
 628
 629
 630
 631
 632
 633
 634
 635
 636
 637
 638
 639
 640
 641
 642
 643
 644
 645
 646
 647
 648
 649
 650
 651
 652
 653
 654
 655
 656
 657
 658
 659
 660
 661
 662
 663
 664
 665
 666
 667
 668
 669
 670
 671
 672
 673
 674
 675
 676
 677
 678
 679
 680
 681
 682
 683
 684
 685
 686
 687
 688
 689
 690
 691
 692
 693
 694
 695
 696
 697
 698
 699
 700
 701
 702
 703
 704
 705
 706
 707
 708
 709
 710
 711
 712
 713
 714
 715
 716
 717
 718
 719
 720
 721
 722
 723
 724
 725
 726
 727
 728
 729
 730
 731
 732
 733
 734
 735
 736
 737
 738
 739
 740
 741
 742
 743
 744
 745
 746
 747
 748
 749
 750
 751
 752
 753
 754
 755
 756
 757
 758
 759
 760
 761
 762
 763
 764
 765
 766
 767
 768
 769
 770
 771
 772
 773
 774
 775
 776
 777
 778
 779
 780
 781
 782
 783
 784
 785
 786
 787
 788
 789
 790
 791
 792
 793
 794
 795
 796
 797
 798
 799
 800
 801
 802
 803
 804
 805
 806
 807
 808
 809
 810
 811
 812
 813
 814
 815
 816
 817
 818
 819
 820
 821
 822
 823
 824
 825
 826
 827
 828
 829
 830
 831
 832
 833
 834
 835
 836
 837
 838
 839
 840
 841
 842
 843
 844
 845
 846
 847
 848
 849
 850
 851
 852
 853
 854
 855
 856
 857
 858
 859
 860
 861
 862
 863
 864
 865
 866
 867
 868
 869
 870
 871
 872
 873
 874
 875
 876
 877
 878
 879
 880
 881
 882
 883
 884
 885
 886
 887
 888
 889
 890
 891
 892
 893
 894
 895
 896
 897
 898
 899
 900
 901
 902
 903
 904
 905
 906
 907
 908
 909
 910
 911
 912
 913
 914
 915
 916
 917
 918
 919
 920
 921
 922
 923
 924
 925
 926
 927
 928
 929
 930
 931
 932
 933
 934
 935
 936
 937
 938
 939
 940
 941
 942
 943
 944
 945
 946
 947
 948
 949
 950
 951
 952
 953
 954
 955
 956
 957
 958
 959
 960
 961
 962
 963
 964
 965
 966
 967
 968
 969
 970
 971
 972
 973
 974
 975
 976
 977
 978
 979
 980
 981
 982
 983
 984
 985
 986
 987
 988
 989
 990
 991
 992
 993
 994
 995
 996
 997
 998
 999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
1500
1501
1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
1576
1577
1578
1579
1580
1581
1582
1583
1584
1585
1586
1587
1588
1589
1590
1591
1592
1593
1594
1595
1596
1597
1598
1599
1600
1601
1602
1603
1604
1605
1606
1607
1608
1609
1610
1611
1612
1613
1614
1615
1616
1617
1618
1619
1620
1621
1622
1623
1624
1625
1626
1627
1628
1629
1630
1631
1632
1633
1634
1635
1636
1637
1638
1639
1640
1641
1642
1643
1644
1645
1646
1647
1648
1649
1650
1651
1652
1653
1654
1655
1656
1657
1658
1659
1660
1661
1662
1663
1664
1665
1666
1667
1668
1669
1670
1671
1672
1673
1674
1675
1676
1677
1678
1679
1680
1681
1682
1683
1684
1685
1686
1687
1688
1689
1690
1691
1692
1693
1694
1695
1696
1697
1698
1699
1700
1701
1702
1703
1704
1705
1706
1707
1708
1709
1710
1711
1712
1713
1714
1715
1716
1717
1718
1719
1720
1721
1722
1723
1724
1725
1726
1727
1728
1729
1730
1731
1732
1733
1734
1735
1736
1737
1738
1739
1740
1741
1742
1743
1744
1745
1746
1747
1748
1749
1750
1751
1752
1753
1754
1755
1756
1757
1758
1759
1760
1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
1791
1792
1793
1794
1795
1796
1797
1798
1799
1800
1801
1802
1803
1804
1805
1806
1807
1808
1809
1810
1811
1812
1813
1814
1815
1816
1817
1818
1819
1820
1821
1822
1823
1824
1825
1826
1827
1828
1829
1830
1831
1832
1833
1834
1835
1836
1837
1838
1839
1840
1841
1842
1843
1844
1845
1846
1847
1848
1849
1850
1851
1852
1853
1854
1855
1856
1857
1858
1859
1860
1861
1862
1863
1864
1865
1866
1867
1868
1869
1870
1871
1872
1873
1874
1875
1876
1877
1878
1879
1880
1881
1882
1883
1884
1885
1886
1887
1888
1889
1890
1891
1892
1893
1894
1895
1896
1897
1898
1899
1900
1901
1902
1903
1904
1905
1906
1907
1908
1909
1910
1911
1912
1913
1914
1915
1916
1917
1918
1919
1920
1921
1922
1923
1924
1925
1926
1927
1928
1929
1930
1931
1932
1933
1934
1935
1936
1937
1938
1939
1940
1941
1942
1943
1944
1945
1946
1947
1948
1949
1950
1951
1952
1953
1954
1955
1956
1957
1958
1959
1960
1961
1962
1963
1964
1965
1966
1967
1968
1969
1970
1971
1972
1973
1974
1975
1976
1977
1978
1979
1980
1981
1982
1983
1984
1985
1986
1987
1988
1989
1990
1991
1992
1993
1994
1995
1996
1997
1998
1999
2000
2001
2002
2003
2004
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
2027
2028
2029
2030
2031
2032
2033
2034
2035
2036
2037
2038
2039
2040
2041
2042
2043
2044
2045
2046
2047
2048
2049
2050
2051
2052
2053
2054
2055
2056
2057
2058
2059
2060
2061
2062
2063
2064
2065
2066
2067
2068
2069
2070
2071
2072
2073
2074
2075
2076
2077
2078
2079
2080
2081
2082
2083
2084
2085
2086
2087
2088
2089
2090
2091
2092
2093
2094
2095
2096
2097
2098
2099
2100
2101
2102
2103
2104
2105
2106
2107
2108
2109
2110
2111
2112
2113
2114
2115
2116
2117
2118
2119
2120
2121
2122
2123
2124
2125
2126
2127
2128
2129
2130
2131
2132
2133
2134
2135
2136
2137
2138
2139
2140
2141
2142
2143
2144
2145
2146
2147
2148
2149
2150
2151
2152
2153
2154
2155
2156
2157
2158
2159
2160
2161
2162
2163
2164
2165
2166
2167
2168
2169
2170
2171
2172
2173
2174
2175
2176
2177
2178
2179
2180
2181
2182
2183
2184
2185
2186
2187
2188
2189
2190
2191
2192
2193
2194
2195
2196
2197
2198
2199
2200
2201
2202
2203
2204
2205
2206
2207
2208
2209
2210
2211
2212
2213
2214
2215
2216
2217
2218
2219
2220
2221
2222
2223
2224
2225
2226
2227
2228
2229
2230
2231
2232
2233
2234
2235
2236
2237
2238
2239
2240
2241
2242
2243
2244
2245
2246
2247
2248
2249
2250
2251
2252
2253
2254
2255
2256
2257
2258
2259
2260
2261
2262
2263
2264
2265
2266
2267
2268
2269
2270
2271
2272
2273
2274
2275
2276
2277
2278
2279
2280
2281
2282
2283
2284
2285
2286
2287
2288
2289
2290
2291
2292
2293
2294
2295
2296
2297
2298
2299
2300
2301
2302
2303
2304
2305
2306
2307
2308
2309
2310
2311
2312
2313
2314
2315
2316
2317
2318
2319
2320
2321
2322
2323
2324
2325
2326
2327
2328
2329
2330
2331
2332
2333
2334
2335
2336
2337
2338
2339
2340
2341
2342
2343
2344
2345
2346
2347
2348
2349
2350
2351
2352
2353
2354
2355
2356
2357
2358
2359
2360
2361
2362
2363
2364
2365
2366
2367
2368
2369
2370
2371
2372
2373
2374
2375
2376
2377
2378
2379
2380
2381
2382
2383
2384
2385
2386
2387
2388
2389
2390
2391
2392
2393
2394
2395
2396
2397
2398
2399
2400
2401
2402
2403
2404
2405
2406
2407
2408
2409
2410
2411
2412
2413
2414
2415
2416
2417
2418
2419
2420
2421
2422
2423
2424
2425
2426
2427
2428
2429
2430
2431
2432
2433
2434
2435
2436
2437
2438
2439
2440
2441
2442
2443
2444
2445
2446
2447
2448
2449
2450
2451
2452
2453
2454
2455
2456
2457
2458
2459
2460
2461
2462
2463
2464
2465
2466
2467
2468
2469
2470
2471
2472
2473
2474
2475
2476
2477
2478
2479
2480
2481
2482
2483
2484
2485
2486
2487
2488
2489
2490
2491
2492
2493
2494
2495
2496
2497
2498
2499
2500
2501
2502
2503
2504
2505
2506
2507
2508
2509
2510
2511
2512
2513
2514
2515
2516
2517
2518
2519
2520
2521
2522
2523
2524
2525
2526
2527
2528
2529
2530
2531
2532
2533
2534
2535
2536
2537
2538
2539
2540
2541
2542
2543
2544
2545
2546
2547
2548
2549
2550
2551
2552
2553
2554
2555
2556
2557
2558
2559
2560
2561
2562
2563
2564
2565
2566
2567
2568
2569
2570
2571
2572
2573
2574
2575
2576
2577
2578
2579
2580
2581
2582
2583
2584
2585
2586
2587
2588
2589
2590
2591
2592
2593
2594
2595
2596
2597
2598
2599
2600
2601
2602
2603
2604
2605
2606
2607
2608
2609
2610
2611
2612
2613
2614
2615
2616
2617
2618
2619
2620
2621
2622
2623
2624
2625
2626
2627
2628
2629
2630
2631
2632
2633
2634
2635
2636
2637
2638
2639
2640
2641
2642
2643
2644
2645
2646
2647
2648
2649
2650
2651
2652
2653
2654
2655
2656
2657
2658
2659
2660
2661
2662
2663
2664
2665
2666
2667
2668
2669
2670
2671
2672
2673
2674
2675
2676
2677
2678
2679
2680
2681
2682
2683
2684
2685
2686
2687
2688
2689
2690
2691
2692
2693
2694
2695
2696
2697
2698
2699
2700
2701
2702
2703
2704
2705
2706
2707
2708
2709
2710
2711
2712
2713
2714
2715
2716
2717
2718
2719
2720
2721
2722
2723
2724
2725
2726
2727
2728
2729
2730
2731
2732
2733
2734
2735
2736
2737
2738
2739
2740
2741
2742
2743
2744
2745
2746
2747
2748
2749
2750
2751
2752
2753
2754
2755
2756
2757
2758
2759
2760
2761
2762
2763
2764
2765
2766
2767
2768
2769
2770
2771
2772
2773
2774
2775
2776
2777
2778
2779
2780
2781
2782
2783
2784
2785
2786
2787
2788
2789
2790
2791
2792
2793
2794
2795
2796
2797
2798
2799
2800
2801
2802
2803
2804
2805
2806
2807
2808
2809
2810
2811
2812
2813
2814
2815
2816
2817
2818
2819
2820
2821
2822
2823
2824
2825
2826
2827
2828
2829
2830
2831
2832
2833
2834
2835
2836
2837
2838
2839
2840
2841
2842
2843
2844
2845
2846
2847
2848
2849
2850
2851
2852
2853
2854
2855
2856
2857
2858
2859
2860
2861
2862
2863
2864
2865
2866
2867
2868
2869
2870
2871
2872
2873
2874
2875
2876
2877
2878
2879
2880
2881
2882
2883
2884
2885
2886
2887
2888
2889
2890
2891
2892
2893
2894
2895
2896
2897
2898
2899
2900
2901
2902
2903
2904
2905
2906
2907
2908
2909
2910
2911
2912
2913
2914
2915
2916
2917
2918
2919
2920
2921
2922
2923
2924
2925
2926
2927
2928
2929
2930
2931
2932
2933
2934
2935
2936
2937
2938
2939
2940
2941
2942
2943
2944
2945
2946
2947
2948
2949
2950
2951
2952
2953
2954
2955
2956
2957
2958
2959
2960
2961
2962
2963
2964
2965
2966
2967
2968
2969
2970
2971
2972
2973
2974
2975
2976
2977
2978
2979
2980
2981
2982
2983
2984
2985
2986
2987
2988
2989
2990
2991
2992
2993
2994
2995
2996
2997
2998
2999
3000
3001
3002
3003
3004
3005
3006
3007
3008
3009
3010
3011
3012
3013
3014
3015
3016
3017
3018
3019
3020
3021
3022
3023
3024
3025
3026
3027
3028
3029
3030
3031
3032
3033
3034
3035
3036
3037
3038
3039
3040
3041
3042
3043
3044
3045
3046
3047
3048
3049
3050
3051
3052
3053
3054
3055
3056
3057
3058
3059
3060
3061
3062
3063
3064
3065
3066
3067
3068
3069
3070
3071
3072
3073
3074
3075
3076
3077
3078
3079
3080
3081
3082
3083
3084
3085
3086
3087
3088
3089
3090
3091
3092
3093
3094
3095
3096
3097
3098
3099
3100
3101
3102
3103
3104
3105
3106
3107
3108
3109
3110
3111
3112
3113
3114
3115
3116
3117
3118
3119
3120
3121
3122
3123
3124
3125
3126
3127
3128
3129
3130
3131
3132
3133
3134
3135
3136
3137
3138
3139
3140
3141
3142
3143
3144
3145
3146
3147
3148
3149
3150
3151
3152
3153
3154
3155
3156
3157
3158
3159
3160
3161
3162
3163
3164
3165
3166
3167
3168
3169
3170
3171
3172
3173
3174
3175
3176
3177
3178
3179
3180
3181
3182
3183
3184
3185
3186
3187
3188
3189
3190
3191
3192
3193
3194
3195
3196
3197
3198
3199
3200
3201
3202
3203
3204
3205
3206
3207
3208
3209
3210
3211
3212
3213
3214
3215
3216
3217
3218
3219
3220
3221
3222
3223
3224
3225
3226
3227
3228
3229
3230
3231
3232
3233
3234
3235
3236
3237
3238
3239
3240
3241
3242
3243
3244
3245
3246
3247
3248
3249
3250
3251
3252
3253
3254
3255
3256
3257
3258
3259
3260
3261
3262
3263
3264
3265
3266
3267
3268
3269
3270
3271
3272
3273
3274
3275
3276
3277
3278
3279
3280
3281
3282
3283
3284
3285
3286
3287
3288
3289
3290
3291
3292
3293
3294
3295
3296
3297
* ENCODING=ISO-8859-1
NAME          wedding_main.lp
ROWS
 N  OBJ                       
 L  Maximum_table_size_0      
 L  Maximum_table_size_1      
 L  Maximum_table_size_2      
 L  Maximum_table_size_3      
 L  Maximum_table_size_4      
 E  Must_seat_A               
 E  Must_seat_B               
 E  Must_seat_C               
 E  Must_seat_D               
 E  Must_seat_E               
 E  Must_seat_F               
 E  Must_seat_G               
 E  Must_seat_H               
 E  Must_seat_I               
 E  Must_seat_J               
 E  Must_seat_K               
 E  Must_seat_L               
 E  Must_seat_M               
 E  Must_seat_N               
 E  Must_seat_O               
 E  Must_seat_P               
 G  _C1                       
 G  _C10                      
 G  _C100                     
 G  _C101                     
 G  _C102                     
 G  _C103                     
 G  _C104                     
 G  _C105                     
 G  _C106                     
 G  _C107                     
 G  _C108                     
 G  _C109                     
 G  _C11                      
 G  _C110                     
 G  _C111                     
 G  _C112                     
 G  _C113                     
 G  _C114                     
 G  _C115                     
 G  _C116                     
 G  _C117                     
 G  _C118                     
 G  _C119                     
 G  _C12                      
 G  _C120                     
 G  _C121                     
 G  _C122                     
 G  _C123                     
 G  _C124                     
 G  _C125                     
 G  _C126                     
 G  _C127                     
 G  _C128                     
 G  _C129                     
 G  _C13                      
 G  _C130                     
 G  _C131                     
 G  _C132                     
 G  _C133                     
 G  _C134                     
 G  _C135                     
 G  _C136                     
 G  _C137                     
 G  _C138                     
 G  _C139                     
 G  _C14                      
 G  _C140                     
 G  _C141                     
 G  _C142                     
 G  _C143                     
 G  _C144                     
 G  _C145                     
 G  _C146                     
 G  _C147                     
 G  _C148                     
 G  _C149                     
 G  _C15                      
 G  _C150                     
 G  _C151                     
 G  _C152                     
 G  _C153                     
 G  _C154                     
 G  _C155                     
 G  _C156                     
 G  _C157                     
 G  _C158                     
 G  _C159                     
 G  _C16                      
 G  _C160                     
 G  _C161                     
 G  _C162                     
 G  _C163                     
 G  _C164                     
 G  _C165                     
 G  _C166                     
 G  _C167                     
 G  _C168                     
 G  _C169                     
 G  _C17                      
 G  _C170                     
 G  _C171                     
 G  _C172                     
 G  _C173                     
 G  _C174                     
 G  _C175                     
 G  _C176                     
 G  _C177                     
 G  _C178                     
 G  _C179                     
 G  _C18                      
 G  _C180                     
 G  _C181                     
 G  _C182                     
 G  _C183                     
 G  _C184                     
 G  _C185                     
 G  _C186                     
 G  _C187                     
 G  _C188                     
 G  _C189                     
 G  _C19                      
 G  _C190                     
 G  _C191                     
 G  _C192                     
 G  _C193                     
 G  _C194                     
 G  _C195                     
 G  _C196                     
 G  _C197                     
 G  _C198                     
 G  _C199                     
 G  _C2                       
 G  _C20                      
 G  _C200                     
 G  _C201                     
 G  _C202                     
 G  _C203                     
 G  _C204                     
 G  _C205                     
 G  _C206                     
 G  _C207                     
 G  _C208                     
 G  _C209                     
 G  _C21                      
 G  _C210                     
 G  _C211                     
 G  _C212                     
 G  _C213                     
 G  _C214                     
 G  _C215                     
 G  _C216                     
 G  _C217                     
 G  _C218                     
 G  _C219                     
 G  _C22                      
 G  _C220                     
 G  _C221                     
 G  _C222                     
 G  _C223                     
 G  _C224                     
 G  _C225                     
 G  _C226                     
 G  _C227                     
 G  _C228                     
 G  _C229                     
 G  _C23                      
 G  _C230                     
 G  _C231                     
 G  _C232                     
 G  _C233                     
 G  _C234                     
 G  _C235                     
 G  _C236                     
 G  _C237                     
 G  _C238                     
 G  _C239                     
 G  _C24                      
 G  _C240                     
 G  _C241                     
 G  _C242                     
 G  _C243                     
 G  _C244                     
 G  _C245                     
 G  _C246                     
 G  _C247                     
 G  _C248                     
 G  _C249                     
 G  _C25                      
 G  _C250                     
 G  _C251                     
 G  _C252                     
 G  _C253                     
 G  _C254                     
 G  _C255                     
 G  _C256                     
 G  _C257                     
 G  _C258                     
 G  _C259                     
 G  _C26                      
 G  _C260                     
 G  _C261                     
 G  _C262                     
 G  _C263                     
 G  _C264                     
 G  _C265                     
 G  _C266                     
 G  _C267                     
 G  _C268                     
 G  _C269                     
 G  _C27                      
 G  _C270                     
 G  _C271                     
 G  _C272                     
 G  _C273                     
 G  _C274                     
 G  _C275                     
 G  _C276                     
 G  _C277                     
 G  _C278                     
 G  _C279                     
 G  _C28                      
 G  _C280                     
 G  _C281                     
 G  _C282                     
 G  _C283                     
 G  _C284                     
 G  _C285                     
 G  _C286                     
 G  _C287                     
 G  _C288                     
 G  _C289                     
 G  _C29                      
 G  _C290                     
 G  _C291                     
 G  _C292                     
 G  _C293                     
 G  _C294                     
 G  _C295                     
 G  _C296                     
 G  _C297                     
 G  _C298                     
 G  _C299                     
 G  _C3                       
 G  _C30                      
 G  _C300                     
 G  _C301                     
 G  _C302                     
 G  _C303                     
 G  _C304                     
 G  _C305                     
 G  _C306                     
 G  _C307                     
 G  _C308                     
 G  _C309                     
 G  _C31                      
 G  _C310                     
 G  _C311                     
 G  _C312                     
 G  _C313                     
 G  _C314                     
 G  _C315                     
 G  _C316                     
 G  _C317                     
 G  _C318                     
 G  _C319                     
 G  _C32                      
 G  _C320                     
 G  _C321                     
 G  _C322                     
 G  _C323                     
 G  _C324                     
 G  _C325                     
 G  _C326                     
 G  _C327                     
 G  _C328                     
 G  _C329                     
 G  _C33                      
 G  _C330                     
 G  _C331                     
 G  _C332                     
 G  _C333                     
 G  _C334                     
 G  _C335                     
 G  _C336                     
 G  _C337                     
 G  _C338                     
 G  _C339                     
 G  _C34                      
 G  _C340                     
 G  _C341                     
 G  _C342                     
 G  _C343                     
 G  _C344                     
 G  _C345                     
 G  _C346                     
 G  _C347                     
 G  _C348                     
 G  _C349                     
 G  _C35                      
 G  _C350                     
 G  _C351                     
 G  _C352                     
 G  _C353                     
 G  _C354                     
 G  _C355                     
 G  _C356                     
 G  _C357                     
 G  _C358                     
 G  _C359                     
 G  _C36                      
 G  _C360                     
 G  _C361                     
 G  _C362                     
 G  _C363                     
 G  _C364                     
 G  _C365                     
 G  _C366                     
 G  _C367                     
 G  _C368                     
 G  _C369                     
 G  _C37                      
 G  _C370                     
 G  _C371                     
 G  _C372                     
 G  _C373                     
 G  _C374                     
 G  _C375                     
 G  _C376                     
 G  _C377                     
 G  _C378                     
 G  _C379                     
 G  _C38                      
 G  _C380                     
 G  _C381                     
 G  _C382                     
 G  _C383                     
 G  _C384                     
 G  _C385                     
 G  _C386                     
 G  _C387                     
 G  _C388                     
 G  _C389                     
 G  _C39                      
 G  _C390                     
 G  _C391                     
 G  _C392                     
 G  _C393                     
 G  _C394                     
 G  _C395                     
 G  _C396                     
 G  _C397                     
 G  _C398                     
 G  _C399                     
 G  _C4                       
 G  _C40                      
 G  _C400                     
 G  _C401                     
 G  _C402                     
 G  _C403                     
 G  _C404                     
 G  _C405                     
 G  _C406                     
 G  _C407                     
 G  _C408                     
 G  _C409                     
 G  _C41                      
 G  _C410                     
 G  _C411                     
 G  _C412                     
 G  _C413                     
 G  _C414                     
 G  _C415                     
 G  _C416                     
 G  _C417                     
 G  _C418                     
 G  _C419                     
 G  _C42                      
 G  _C420                     
 G  _C421                     
 G  _C422                     
 G  _C423                     
 G  _C424                     
 G  _C425                     
 G  _C426                     
 G  _C427                     
 G  _C428                     
 G  _C429                     
 G  _C43                      
 G  _C430                     
 G  _C431                     
 G  _C432                     
 G  _C433                     
 G  _C434                     
 G  _C435                     
 G  _C436                     
 G  _C437                     
 G  _C438                     
 G  _C439                     
 G  _C44                      
 G  _C440                     
 G  _C441                     
 G  _C442                     
 G  _C443                     
 G  _C444                     
 G  _C445                     
 G  _C446                     
 G  _C447                     
 G  _C448                     
 G  _C449                     
 G  _C45                      
 G  _C450                     
 G  _C451                     
 G  _C452                     
 G  _C453                     
 G  _C454                     
 G  _C455                     
 G  _C456                     
 G  _C457                     
 G  _C458                     
 G  _C459                     
 G  _C46                      
 G  _C460                     
 G  _C461                     
 G  _C462                     
 G  _C463                     
 G  _C464                     
 G  _C465                     
 G  _C466                     
 G  _C467                     
 G  _C468                     
 G  _C469                     
 G  _C47                      
 G  _C470                     
 G  _C471                     
 G  _C472                     
 G  _C473                     
 G  _C474                     
 G  _C475                     
 G  _C476                     
 G  _C477                     
 G  _C478                     
 G  _C479                     
 G  _C48                      
 G  _C480                     
 G  _C481                     
 G  _C482                     
 G  _C483                     
 G  _C484                     
 G  _C485                     
 G  _C486                     
 G  _C487                     
 G  _C488                     
 G  _C489                     
 G  _C49                      
 G  _C490                     
 G  _C491                     
 G  _C492                     
 G  _C493                     
 G  _C494                     
 G  _C495                     
 G  _C496                     
 G  _C497                     
 G  _C498                     
 G  _C499                     
 G  _C5                       
 G  _C50                      
 G  _C500                     
 G  _C501                     
 G  _C502                     
 G  _C503                     
 G  _C504                     
 G  _C505                     
 G  _C506                     
 G  _C507                     
 G  _C508                     
 G  _C509                     
 G  _C51                      
 G  _C510                     
 G  _C511                     
 G  _C512                     
 G  _C513                     
 G  _C514                     
 G  _C515                     
 G  _C516                     
 G  _C517                     
 G  _C518                     
 G  _C519                     
 G  _C52                      
 G  _C520                     
 G  _C521                     
 G  _C522                     
 G  _C523                     
 G  _C524                     
 G  _C525                     
 G  _C526                     
 G  _C527                     
 G  _C528                     
 G  _C529                     
 G  _C53                      
 G  _C530                     
 G  _C531                     
 G  _C532                     
 G  _C533                     
 G  _C534                     
 G  _C535                     
 G  _C536                     
 G  _C537                     
 G  _C538                     
 G  _C539                     
 G  _C54                      
 G  _C540                     
 G  _C541                     
 G  _C542                     
 G  _C543                     
 G  _C544                     
 G  _C545                     
 G  _C546                     
 G  _C547                     
 G  _C548                     
 G  _C549                     
 G  _C55                      
 G  _C550                     
 G  _C551                     
 G  _C552                     
 G  _C553                     
 G  _C554                     
 G  _C555                     
 G  _C556                     
 G  _C557                     
 G  _C558                     
 G  _C559                     
 G  _C56                      
 G  _C560                     
 G  _C561                     
 G  _C562                     
 G  _C563                     
 G  _C564                     
 G  _C565                     
 G  _C566                     
 G  _C567                     
 G  _C568                     
 G  _C569                     
 G  _C57                      
 G  _C570                     
 G  _C571                     
 G  _C572                     
 G  _C573                     
 G  _C574                     
 G  _C575                     
 G  _C576                     
 G  _C577                     
 G  _C578                     
 G  _C579                     
 G  _C58                      
 G  _C580                     
 G  _C581                     
 G  _C582                     
 G  _C583                     
 G  _C584                     
 G  _C585                     
 G  _C586                     
 G  _C587                     
 G  _C588                     
 G  _C589                     
 G  _C59                      
 G  _C590                     
 G  _C591                     
 G  _C592                     
 G  _C593                     
 G  _C594                     
 G  _C595                     
 G  _C596                     
 G  _C597                     
 G  _C598                     
 G  _C599                     
 G  _C6                       
 G  _C60                      
 G  _C600                     
 G  _C61                      
 G  _C62                      
 G  _C63                      
 G  _C64                      
 G  _C65                      
 G  _C66                      
 G  _C67                      
 G  _C68                      
 G  _C69                      
 G  _C7                       
 G  _C70                      
 G  _C71                      
 G  _C72                      
 G  _C73                      
 G  _C74                      
 G  _C75                      
 G  _C76                      
 G  _C77                      
 G  _C78                      
 G  _C79                      
 G  _C8                       
 G  _C80                      
 G  _C81                      
 G  _C82                      
 G  _C83                      
 G  _C84                      
 G  _C85                      
 G  _C86                      
 G  _C87                      
 G  _C88                      
 G  _C89                      
 G  _C9                       
 G  _C90                      
 G  _C91                      
 G  _C92                      
 G  _C93                      
 G  _C94                      
 G  _C95                      
 G  _C96                      
 G  _C97                      
 G  _C98                      
 G  _C99                      
COLUMNS
    table_happiness_0           OBJ                                               1
    table_happiness_0           _C1                                               1
    table_happiness_0           _C10                                              1
    table_happiness_0           _C100                                             1
    table_happiness_0           _C101                                             1
    table_happiness_0           _C102                                             1
    table_happiness_0           _C103                                             1
    table_happiness_0           _C104                                             1
    table_happiness_0           _C105                                             1
    table_happiness_0           _C106                                             1
    table_happiness_0           _C107                                             1
    table_happiness_0           _C108                                             1
    table_happiness_0           _C109                                             1
    table_happiness_0           _C11                                              1
    table_happiness_0           _C110                                             1
    table_happiness_0           _C111                                             1
    table_happiness_0           _C112                                             1
    table_happiness_0           _C113                                             1
    table_happiness_0           _C114                                             1
    table_happiness_0           _C115                                             1
    table_happiness_0           _C116                                             1
    table_happiness_0           _C117                                             1
    table_happiness_0           _C118                                             1
    table_happiness_0           _C119                                             1
    table_happiness_0           _C12                                              1
    table_happiness_0           _C120                                             1
    table_happiness_0           _C13                                              1
    table_happiness_0           _C14                                              1
    table_happiness_0           _C15                                              1
    table_happiness_0           _C16                                              1
    table_happiness_0           _C17                                              1
    table_happiness_0           _C18                                              1
    table_happiness_0           _C19                                              1
    table_happiness_0           _C2                                               1
    table_happiness_0           _C20                                              1
    table_happiness_0           _C21                                              1
    table_happiness_0           _C22                                              1
    table_happiness_0           _C23                                              1
    table_happiness_0           _C24                                              1
    table_happiness_0           _C25                                              1
    table_happiness_0           _C26                                              1
    table_happiness_0           _C27                                              1
    table_happiness_0           _C28                                              1
    table_happiness_0           _C29                                              1
    table_happiness_0           _C3                                               1
    table_happiness_0           _C30                                              1
    table_happiness_0           _C31                                              1
    table_happiness_0           _C32                                              1
    table_happiness_0           _C33                                              1
    table_happiness_0           _C34                                              1
    table_happiness_0           _C35                                              1
    table_happiness_0           _C36                                              1
    table_happiness_0           _C37                                              1
    table_happiness_0           _C38                                              1
    table_happiness_0           _C39                                              1
    table_happiness_0           _C4                                               1
    table_happiness_0           _C40                                              1
    table_happiness_0           _C41                                              1
    table_happiness_0           _C42                                              1
    table_happiness_0           _C43                                              1
    table_happiness_0           _C44                                              1
    table_happiness_0           _C45                                              1
    table_happiness_0           _C46                                              1
    table_happiness_0           _C47                                              1
    table_happiness_0           _C48                                              1
    table_happiness_0           _C49                                              1
    table_happiness_0           _C5                                               1
    table_happiness_0           _C50                                              1
    table_happiness_0           _C51                                              1
    table_happiness_0           _C52                                              1
    table_happiness_0           _C53                                              1
    table_happiness_0           _C54                                              1
    table_happiness_0           _C55                                              1
    table_happiness_0           _C56                                              1
    table_happiness_0           _C57                                              1
    table_happiness_0           _C58                                              1
    table_happiness_0           _C59                                              1
    table_happiness_0           _C6                                               1
    table_happiness_0           _C60                                              1
    table_happiness_0           _C61                                              1
    table_happiness_0           _C62                                              1
    table_happiness_0           _C63                                              1
    table_happiness_0           _C64                                              1
    table_happiness_0           _C65                                              1
    table_happiness_0           _C66                                              1
    table_happiness_0           _C67                                              1
    table_happiness_0           _C68                                              1
    table_happiness_0           _C69                                              1
    table_happiness_0           _C7                                               1
    table_happiness_0           _C70                                              1
    table_happiness_0           _C71                                              1
    table_happiness_0           _C72                                              1
    table_happiness_0           _C73                                              1
    table_happiness_0           _C74                                              1
    table_happiness_0           _C75                                              1
    table_happiness_0           _C76                                              1
    table_happiness_0           _C77                                              1
    table_happiness_0           _C78                                              1
    table_happiness_0           _C79                                              1
    table_happiness_0           _C8                                               1
    table_happiness_0           _C80                                              1
    table_happiness_0           _C81                                              1
    table_happiness_0           _C82                                              1
    table_happiness_0           _C83                                              1
    table_happiness_0           _C84                                              1
    table_happiness_0           _C85                                              1
    table_happiness_0           _C86                                              1
    table_happiness_0           _C87                                              1
    table_happiness_0           _C88                                              1
    table_happiness_0           _C89                                              1
    table_happiness_0           _C9                                               1
    table_happiness_0           _C90                                              1
    table_happiness_0           _C91                                              1
    table_happiness_0           _C92                                              1
    table_happiness_0           _C93                                              1
    table_happiness_0           _C94                                              1
    table_happiness_0           _C95                                              1
    table_happiness_0           _C96                                              1
    table_happiness_0           _C97                                              1
    table_happiness_0           _C98                                              1
    table_happiness_0           _C99                                              1
    table_happiness_1           OBJ                                               1
    table_happiness_1           _C121                                             1
    table_happiness_1           _C122                                             1
    table_happiness_1           _C123                                             1
    table_happiness_1           _C124                                             1
    table_happiness_1           _C125                                             1
    table_happiness_1           _C126                                             1
    table_happiness_1           _C127                                             1
    table_happiness_1           _C128                                             1
    table_happiness_1           _C129                                             1
    table_happiness_1           _C130                                             1
    table_happiness_1           _C131                                             1
    table_happiness_1           _C132                                             1
    table_happiness_1           _C133                                             1
    table_happiness_1           _C134                                             1
    table_happiness_1           _C135                                             1
    table_happiness_1           _C136                                             1
    table_happiness_1           _C137                                             1
    table_happiness_1           _C138                                             1
    table_happiness_1           _C139                                             1
    table_happiness_1           _C140                                             1
    table_happiness_1           _C141                                             1
    table_happiness_1           _C142                                             1
    table_happiness_1           _C143                                             1
    table_happiness_1           _C144                                             1
    table_happiness_1           _C145                                             1
    table_happiness_1           _C146                                             1
    table_happiness_1           _C147                                             1
    table_happiness_1           _C148                                             1
    table_happiness_1           _C149                                             1
    table_happiness_1           _C150                                             1
    table_happiness_1           _C151                                             1
    table_happiness_1           _C152                                             1
    table_happiness_1           _C153                                             1
    table_happiness_1           _C154                                             1
    table_happiness_1           _C155                                             1
    table_happiness_1           _C156                                             1
    table_happiness_1           _C157                                             1
    table_happiness_1           _C158                                             1
    table_happiness_1           _C159                                             1
    table_happiness_1           _C160                                             1
    table_happiness_1           _C161                                             1
    table_happiness_1           _C162                                             1
    table_happiness_1           _C163                                             1
    table_happiness_1           _C164                                             1
    table_happiness_1           _C165                                             1
    table_happiness_1           _C166                                             1
    table_happiness_1           _C167                                             1
    table_happiness_1           _C168                                             1
    table_happiness_1           _C169                                             1
    table_happiness_1           _C170                                             1
    table_happiness_1           _C171                                             1
    table_happiness_1           _C172                                             1
    table_happiness_1           _C173                                             1
    table_happiness_1           _C174                                             1
    table_happiness_1           _C175                                             1
    table_happiness_1           _C176                                             1
    table_happiness_1           _C177                                             1
    table_happiness_1           _C178                                             1
    table_happiness_1           _C179                                             1
    table_happiness_1           _C180                                             1
    table_happiness_1           _C181                                             1
    table_happiness_1           _C182                                             1
    table_happiness_1           _C183                                             1
    table_happiness_1           _C184                                             1
    table_happiness_1           _C185                                             1
    table_happiness_1           _C186                                             1
    table_happiness_1           _C187                                             1
    table_happiness_1           _C188                                             1
    table_happiness_1           _C189                                             1
    table_happiness_1           _C190                                             1
    table_happiness_1           _C191                                             1
    table_happiness_1           _C192                                             1
    table_happiness_1           _C193                                             1
    table_happiness_1           _C194                                             1
    table_happiness_1           _C195                                             1
    table_happiness_1           _C196                                             1
    table_happiness_1           _C197                                             1
    table_happiness_1           _C198                                             1
    table_happiness_1           _C199                                             1
    table_happiness_1           _C200                                             1
    table_happiness_1           _C201                                             1
    table_happiness_1           _C202                                             1
    table_happiness_1           _C203                                             1
    table_happiness_1           _C204                                             1
    table_happiness_1           _C205                                             1
    table_happiness_1           _C206                                             1
    table_happiness_1           _C207                                             1
    table_happiness_1           _C208                                             1
    table_happiness_1           _C209                                             1
    table_happiness_1           _C210                                             1
    table_happiness_1           _C211                                             1
    table_happiness_1           _C212                                             1
    table_happiness_1           _C213                                             1
    table_happiness_1           _C214                                             1
    table_happiness_1           _C215                                             1
    table_happiness_1           _C216                                             1
    table_happiness_1           _C217                                             1
    table_happiness_1           _C218                                             1
    table_happiness_1           _C219                                             1
    table_happiness_1           _C220                                             1
    table_happiness_1           _C221                                             1
    table_happiness_1           _C222                                             1
    table_happiness_1           _C223                                             1
    table_happiness_1           _C224                                             1
    table_happiness_1           _C225                                             1
    table_happiness_1           _C226                                             1
    table_happiness_1           _C227                                             1
    table_happiness_1           _C228                                             1
    table_happiness_1           _C229                                             1
    table_happiness_1           _C230                                             1
    table_happiness_1           _C231                                             1
    table_happiness_1           _C232                                             1
    table_happiness_1           _C233                                             1
    table_happiness_1           _C234                                             1
    table_happiness_1           _C235                                             1
    table_happiness_1           _C236                                             1
    table_happiness_1           _C237                                             1
    table_happiness_1           _C238                                             1
    table_happiness_1           _C239                                             1
    table_happiness_1           _C240                                             1
    table_happiness_2           OBJ                                               1
    table_happiness_2           _C241                                             1
    table_happiness_2           _C242                                             1
    table_happiness_2           _C243                                             1
    table_happiness_2           _C244                                             1
    table_happiness_2           _C245                                             1
    table_happiness_2           _C246                                             1
    table_happiness_2           _C247                                             1
    table_happiness_2           _C248                                             1
    table_happiness_2           _C249                                             1
    table_happiness_2           _C250                                             1
    table_happiness_2           _C251                                             1
    table_happiness_2           _C252                                             1
    table_happiness_2           _C253                                             1
    table_happiness_2           _C254                                             1
    table_happiness_2           _C255                                             1
    table_happiness_2           _C256                                             1
    table_happiness_2           _C257                                             1
    table_happiness_2           _C258                                             1
    table_happiness_2           _C259                                             1
    table_happiness_2           _C260                                             1
    table_happiness_2           _C261                                             1
    table_happiness_2           _C262                                             1
    table_happiness_2           _C263                                             1
    table_happiness_2           _C264                                             1
    table_happiness_2           _C265                                             1
    table_happiness_2           _C266                                             1
    table_happiness_2           _C267                                             1
    table_happiness_2           _C268                                             1
    table_happiness_2           _C269                                             1
    table_happiness_2           _C270                                             1
    table_happiness_2           _C271                                             1
    table_happiness_2           _C272                                             1
    table_happiness_2           _C273                                             1
    table_happiness_2           _C274                                             1
    table_happiness_2           _C275                                             1
    table_happiness_2           _C276                                             1
    table_happiness_2           _C277                                             1
    table_happiness_2           _C278                                             1
    table_happiness_2           _C279                                             1
    table_happiness_2           _C280                                             1
    table_happiness_2           _C281                                             1
    table_happiness_2           _C282                                             1
    table_happiness_2           _C283                                             1
    table_happiness_2           _C284                                             1
    table_happiness_2           _C285                                             1
    table_happiness_2           _C286                                             1
    table_happiness_2           _C287                                             1
    table_happiness_2           _C288                                             1
    table_happiness_2           _C289                                             1
    table_happiness_2           _C290                                             1
    table_happiness_2           _C291                                             1
    table_happiness_2           _C292                                             1
    table_happiness_2           _C293                                             1
    table_happiness_2           _C294                                             1
    table_happiness_2           _C295                                             1
    table_happiness_2           _C296                                             1
    table_happiness_2           _C297                                             1
    table_happiness_2           _C298                                             1
    table_happiness_2           _C299                                             1
    table_happiness_2           _C300                                             1
    table_happiness_2           _C301                                             1
    table_happiness_2           _C302                                             1
    table_happiness_2           _C303                                             1
    table_happiness_2           _C304                                             1
    table_happiness_2           _C305                                             1
    table_happiness_2           _C306                                             1
    table_happiness_2           _C307                                             1
    table_happiness_2           _C308                                             1
    table_happiness_2           _C309                                             1
    table_happiness_2           _C310                                             1
    table_happiness_2           _C311                                             1
    table_happiness_2           _C312                                             1
    table_happiness_2           _C313                                             1
    table_happiness_2           _C314                                             1
    table_happiness_2           _C315                                             1
    table_happiness_2           _C316                                             1
    table_happiness_2           _C317                                             1
    table_happiness_2           _C318                                             1
    table_happiness_2           _C319                                             1
    table_happiness_2           _C320                                             1
    table_happiness_2           _C321                                             1
    table_happiness_2           _C322                                             1
    table_happiness_2           _C323                                             1
    table_happiness_2           _C324                                             1
    table_happiness_2           _C325                                             1
    table_happiness_2           _C326                                             1
    table_happiness_2           _C327                                             1
    table_happiness_2           _C328                                             1
    table_happiness_2           _C329                                             1
    table_happiness_2           _C330                                             1
    table_happiness_2           _C331                                             1
    table_happiness_2           _C332                                             1
    table_happiness_2           _C333                                             1
    table_happiness_2           _C334                                             1
    table_happiness_2           _C335                                             1
    table_happiness_2           _C336                                             1
    table_happiness_2           _C337                                             1
    table_happiness_2           _C338                                             1
    table_happiness_2           _C339                                             1
    table_happiness_2           _C340                                             1
    table_happiness_2           _C341                                             1
    table_happiness_2           _C342                                             1
    table_happiness_2           _C343                                             1
    table_happiness_2           _C344                                             1
    table_happiness_2           _C345                                             1
    table_happiness_2           _C346                                             1
    table_happiness_2           _C347                                             1
    table_happiness_2           _C348                                             1
    table_happiness_2           _C349                                             1
    table_happiness_2           _C350                                             1
    table_happiness_2           _C351                                             1
    table_happiness_2           _C352                                             1
    table_happiness_2           _C353                                             1
    table_happiness_2           _C354                                             1
    table_happiness_2           _C355                                             1
    table_happiness_2           _C356                                             1
    table_happiness_2           _C357                                             1
    table_happiness_2           _C358                                             1
    table_happiness_2           _C359                                             1
    table_happiness_2           _C360                                             1
    table_happiness_3           OBJ                                               1
    table_happiness_3           _C361                                             1
    table_happiness_3           _C362                                             1
    table_happiness_3           _C363                                             1
    table_happiness_3           _C364                                             1
    table_happiness_3           _C365                                             1
    table_happiness_3           _C366                                             1
    table_happiness_3           _C367                                             1
    table_happiness_3           _C368                                             1
    table_happiness_3           _C369                                             1
    table_happiness_3           _C370                                             1
    table_happiness_3           _C371                                             1
    table_happiness_3           _C372                                             1
    table_happiness_3           _C373                                             1
    table_happiness_3           _C374                                             1
    table_happiness_3           _C375                                             1
    table_happiness_3           _C376                                             1
    table_happiness_3           _C377                                             1
    table_happiness_3           _C378                                             1
    table_happiness_3           _C379                                             1
    table_happiness_3           _C380                                             1
    table_happiness_3           _C381                                             1
    table_happiness_3           _C382                                             1
    table_happiness_3           _C383                                             1
    table_happiness_3           _C384                                             1
    table_happiness_3           _C385                                             1
    table_happiness_3           _C386                                             1
    table_happiness_3           _C387                                             1
    table_happiness_3           _C388                                             1
    table_happiness_3           _C389                                             1
    table_happiness_3           _C390                                             1
    table_happiness_3           _C391                                             1
    table_happiness_3           _C392                                             1
    table_happiness_3           _C393                                             1
    table_happiness_3           _C394                                             1
    table_happiness_3           _C395                                             1
    table_happiness_3           _C396                                             1
    table_happiness_3           _C397                                             1
    table_happiness_3           _C398                                             1
    table_happiness_3           _C399                                             1
    table_happiness_3           _C400                                             1
    table_happiness_3           _C401                                             1
    table_happiness_3           _C402                                             1
    table_happiness_3           _C403                                             1
    table_happiness_3           _C404                                             1
    table_happiness_3           _C405                                             1
    table_happiness_3           _C406                                             1
    table_happiness_3           _C407                                             1
    table_happiness_3           _C408                                             1
    table_happiness_3           _C409                                             1
    table_happiness_3           _C410                                             1
    table_happiness_3           _C411                                             1
    table_happiness_3           _C412                                             1
    table_happiness_3           _C413                                             1
    table_happiness_3           _C414                                             1
    table_happiness_3           _C415                                             1
    table_happiness_3           _C416                                             1
    table_happiness_3           _C417                                             1
    table_happiness_3           _C418                                             1
    table_happiness_3           _C419                                             1
    table_happiness_3           _C420                                             1
    table_happiness_3           _C421                                             1
    table_happiness_3           _C422                                             1
    table_happiness_3           _C423                                             1
    table_happiness_3           _C424                                             1
    table_happiness_3           _C425                                             1
    table_happiness_3           _C426                                             1
    table_happiness_3           _C427                                             1
    table_happiness_3           _C428                                             1
    table_happiness_3           _C429                                             1
    table_happiness_3           _C430                                             1
    table_happiness_3           _C431                                             1
    table_happiness_3           _C432                                             1
    table_happiness_3           _C433                                             1
    table_happiness_3           _C434                                             1
    table_happiness_3           _C435                                             1
    table_happiness_3           _C436                                             1
    table_happiness_3           _C437                                             1
    table_happiness_3           _C438                                             1
    table_happiness_3           _C439                                             1
    table_happiness_3           _C440                                             1
    table_happiness_3           _C441                                             1
    table_happiness_3           _C442                                             1
    table_happiness_3           _C443                                             1
    table_happiness_3           _C444                                             1
    table_happiness_3           _C445                                             1
    table_happiness_3           _C446                                             1
    table_happiness_3           _C447                                             1
    table_happiness_3           _C448                                             1
    table_happiness_3           _C449                                             1
    table_happiness_3           _C450                                             1
    table_happiness_3           _C451                                             1
    table_happiness_3           _C452                                             1
    table_happiness_3           _C453                                             1
    table_happiness_3           _C454                                             1
    table_happiness_3           _C455                                             1
    table_happiness_3           _C456                                             1
    table_happiness_3           _C457                                             1
    table_happiness_3           _C458                                             1
    table_happiness_3           _C459                                             1
    table_happiness_3           _C460                                             1
    table_happiness_3           _C461                                             1
    table_happiness_3           _C462                                             1
    table_happiness_3           _C463                                             1
    table_happiness_3           _C464                                             1
    table_happiness_3           _C465                                             1
    table_happiness_3           _C466                                             1
    table_happiness_3           _C467                                             1
    table_happiness_3           _C468                                             1
    table_happiness_3           _C469                                             1
    table_happiness_3           _C470                                             1
    table_happiness_3           _C471                                             1
    table_happiness_3           _C472                                             1
    table_happiness_3           _C473                                             1
    table_happiness_3           _C474                                             1
    table_happiness_3           _C475                                             1
    table_happiness_3           _C476                                             1
    table_happiness_3           _C477                                             1
    table_happiness_3           _C478                                             1
    table_happiness_3           _C479                                             1
    table_happiness_3           _C480                                             1
    table_happiness_4           OBJ                                               1
    table_happiness_4           _C481                                             1
    table_happiness_4           _C482                                             1
    table_happiness_4           _C483                                             1
    table_happiness_4           _C484                                             1
    table_happiness_4           _C485                                             1
    table_happiness_4           _C486                                             1
    table_happiness_4           _C487                                             1
    table_happiness_4           _C488                                             1
    table_happiness_4           _C489                                             1
    table_happiness_4           _C490                                             1
    table_happiness_4           _C491                                             1
    table_happiness_4           _C492                                             1
    table_happiness_4           _C493                                             1
    table_happiness_4           _C494                                             1
    table_happiness_4           _C495                                             1
    table_happiness_4           _C496                                             1
    table_happiness_4           _C497                                             1
    table_happiness_4           _C498                                             1
    table_happiness_4           _C499                                             1
    table_happiness_4           _C500                                             1
    table_happiness_4           _C501                                             1
    table_happiness_4           _C502                                             1
    table_happiness_4           _C503                                             1
    table_happiness_4           _C504                                             1
    table_happiness_4           _C505                                             1
    table_happiness_4           _C506                                             1
    table_happiness_4           _C507                                             1
    table_happiness_4           _C508                                             1
    table_happiness_4           _C509                                             1
    table_happiness_4           _C510                                             1
    table_happiness_4           _C511                                             1
    table_happiness_4           _C512                                             1
    table_happiness_4           _C513                                             1
    table_happiness_4           _C514                                             1
    table_happiness_4           _C515                                             1
    table_happiness_4           _C516                                             1
    table_happiness_4           _C517                                             1
    table_happiness_4           _C518                                             1
    table_happiness_4           _C519                                             1
    table_happiness_4           _C520                                             1
    table_happiness_4           _C521                                             1
    table_happiness_4           _C522                                             1
    table_happiness_4           _C523                                             1
    table_happiness_4           _C524                                             1
    table_happiness_4           _C525                                             1
    table_happiness_4           _C526                                             1
    table_happiness_4           _C527                                             1
    table_happiness_4           _C528                                             1
    table_happiness_4           _C529                                             1
    table_happiness_4           _C530                                             1
    table_happiness_4           _C531                                             1
    table_happiness_4           _C532                                             1
    table_happiness_4           _C533                                             1
    table_happiness_4           _C534                                             1
    table_happiness_4           _C535                                             1
    table_happiness_4           _C536                                             1
    table_happiness_4           _C537                                             1
    table_happiness_4           _C538                                             1
    table_happiness_4           _C539                                             1
    table_happiness_4           _C540                                             1
    table_happiness_4           _C541                                             1
    table_happiness_4           _C542                                             1
    table_happiness_4           _C543                                             1
    table_happiness_4           _C544                                             1
    table_happiness_4           _C545                                             1
    table_happiness_4           _C546                                             1
    table_happiness_4           _C547                                             1
    table_happiness_4           _C548                                             1
    table_happiness_4           _C549                                             1
    table_happiness_4           _C550                                             1
    table_happiness_4           _C551                                             1
    table_happiness_4           _C552                                             1
    table_happiness_4           _C553                                             1
    table_happiness_4           _C554                                             1
    table_happiness_4           _C555                                             1
    table_happiness_4           _C556                                             1
    table_happiness_4           _C557                                             1
    table_happiness_4           _C558                                             1
    table_happiness_4           _C559                                             1
    table_happiness_4           _C560                                             1
    table_happiness_4           _C561                                             1
    table_happiness_4           _C562                                             1
    table_happiness_4           _C563                                             1
    table_happiness_4           _C564                                             1
    table_happiness_4           _C565                                             1
    table_happiness_4           _C566                                             1
    table_happiness_4           _C567                                             1
    table_happiness_4           _C568                                             1
    table_happiness_4           _C569                                             1
    table_happiness_4           _C570                                             1
    table_happiness_4           _C571                                             1
    table_happiness_4           _C572                                             1
    table_happiness_4           _C573                                             1
    table_happiness_4           _C574                                             1
    table_happiness_4           _C575                                             1
    table_happiness_4           _C576                                             1
    table_happiness_4           _C577                                             1
    table_happiness_4           _C578                                             1
    table_happiness_4           _C579                                             1
    table_happiness_4           _C580                                             1
    table_happiness_4           _C581                                             1
    table_happiness_4           _C582                                             1
    table_happiness_4           _C583                                             1
    table_happiness_4           _C584                                             1
    table_happiness_4           _C585                                             1
    table_happiness_4           _C586                                             1
    table_happiness_4           _C587                                             1
    table_happiness_4           _C588                                             1
    table_happiness_4           _C589                                             1
    table_happiness_4           _C590                                             1
    table_happiness_4           _C591                                             1
    table_happiness_4           _C592                                             1
    table_happiness_4           _C593                                             1
    table_happiness_4           _C594                                             1
    table_happiness_4           _C595                                             1
    table_happiness_4           _C596                                             1
    table_happiness_4           _C597                                             1
    table_happiness_4           _C598                                             1
    table_happiness_4           _C599                                             1
    table_happiness_4           _C600                                             1
    MARK0000  'MARKER'                 'INTORG'
    possible_seatings_('A',_0)  Maximum_table_size_0                              1
    possible_seatings_('A',_0)  Must_seat_A                                       1
    possible_seatings_('A',_0)  _C1                                              -1
    possible_seatings_('A',_0)  _C10                                            -10
    possible_seatings_('A',_0)  _C11                                            -11
    possible_seatings_('A',_0)  _C12                                            -12
    possible_seatings_('A',_0)  _C13                                            -13
    possible_seatings_('A',_0)  _C14                                            -14
    possible_seatings_('A',_0)  _C15                                            -15
    possible_seatings_('A',_0)  _C2                                              -2
    possible_seatings_('A',_0)  _C3                                              -3
    possible_seatings_('A',_0)  _C4                                              -4
    possible_seatings_('A',_0)  _C5                                              -5
    possible_seatings_('A',_0)  _C6                                              -6
    possible_seatings_('A',_0)  _C7                                              -7
    possible_seatings_('A',_0)  _C8                                              -8
    possible_seatings_('A',_0)  _C9                                              -9
    possible_seatings_('B',_0)  Maximum_table_size_0                              1
    possible_seatings_('B',_0)  Must_seat_B                                       1
    possible_seatings_('B',_0)  _C1                                              -1
    possible_seatings_('B',_0)  _C16                                             -1
    possible_seatings_('B',_0)  _C17                                             -2
    possible_seatings_('B',_0)  _C18                                             -3
    possible_seatings_('B',_0)  _C19                                             -4
    possible_seatings_('B',_0)  _C20                                             -5
    possible_seatings_('B',_0)  _C21                                             -6
    possible_seatings_('B',_0)  _C22                                             -7
    possible_seatings_('B',_0)  _C23                                             -8
    possible_seatings_('B',_0)  _C24                                             -9
    possible_seatings_('B',_0)  _C25                                            -10
    possible_seatings_('B',_0)  _C26                                            -11
    possible_seatings_('B',_0)  _C27                                            -12
    possible_seatings_('B',_0)  _C28                                            -13
    possible_seatings_('B',_0)  _C29                                            -14
    possible_seatings_('C',_0)  Maximum_table_size_0                              1
    possible_seatings_('C',_0)  Must_seat_C                                       1
    possible_seatings_('C',_0)  _C16                                             -1
    possible_seatings_('C',_0)  _C2                                              -2
    possible_seatings_('C',_0)  _C30                                             -1
    possible_seatings_('C',_0)  _C31                                             -2
    possible_seatings_('C',_0)  _C32                                             -3
    possible_seatings_('C',_0)  _C33                                             -4
    possible_seatings_('C',_0)  _C34                                             -5
    possible_seatings_('C',_0)  _C35                                             -6
    possible_seatings_('C',_0)  _C36                                             -7
    possible_seatings_('C',_0)  _C37                                             -8
    possible_seatings_('C',_0)  _C38                                             -9
    possible_seatings_('C',_0)  _C39                                            -10
    possible_seatings_('C',_0)  _C40                                            -11
    possible_seatings_('C',_0)  _C41                                            -12
    possible_seatings_('C',_0)  _C42                                            -13
    possible_seatings_('D',_0)  Maximum_table_size_0                              1
    possible_seatings_('D',_0)  Must_seat_D                                       1
    possible_seatings_('D',_0)  _C17                                             -2
    possible_seatings_('D',_0)  _C3                                              -3
    possible_seatings_('D',_0)  _C30                                             -1
    possible_seatings_('D',_0)  _C43                                             -1
    possible_seatings_('D',_0)  _C44                                             -2
    possible_seatings_('D',_0)  _C45                                             -3
    possible_seatings_('D',_0)  _C46                                             -4
    possible_seatings_('D',_0)  _C47                                             -5
    possible_seatings_('D',_0)  _C48                                             -6
    possible_seatings_('D',_0)  _C49                                             -7
    possible_seatings_('D',_0)  _C50                                             -8
    possible_seatings_('D',_0)  _C51                                             -9
    possible_seatings_('D',_0)  _C52                                            -10
    possible_seatings_('D',_0)  _C53                                            -11
    possible_seatings_('D',_0)  _C54                                            -12
    possible_seatings_('E',_0)  Maximum_table_size_0                              1
    possible_seatings_('E',_0)  Must_seat_E                                       1
    possible_seatings_('E',_0)  _C18                                             -3
    possible_seatings_('E',_0)  _C31                                             -2
    possible_seatings_('E',_0)  _C4                                              -4
    possible_seatings_('E',_0)  _C43                                             -1
    possible_seatings_('E',_0)  _C55                                             -1
    possible_seatings_('E',_0)  _C56                                             -2
    possible_seatings_('E',_0)  _C57                                             -3
    possible_seatings_('E',_0)  _C58                                             -4
    possible_seatings_('E',_0)  _C59                                             -5
    possible_seatings_('E',_0)  _C60                                             -6
    possible_seatings_('E',_0)  _C61                                             -7
    possible_seatings_('E',_0)  _C62                                             -8
    possible_seatings_('E',_0)  _C63                                             -9
    possible_seatings_('E',_0)  _C64                                            -10
    possible_seatings_('E',_0)  _C65                                            -11
    possible_seatings_('F',_0)  Maximum_table_size_0                              1
    possible_seatings_('F',_0)  Must_seat_F                                       1
    possible_seatings_('F',_0)  _C19                                             -4
    possible_seatings_('F',_0)  _C32                                             -3
    possible_seatings_('F',_0)  _C44                                             -2
    possible_seatings_('F',_0)  _C5                                              -5
    possible_seatings_('F',_0)  _C55                                             -1
    possible_seatings_('F',_0)  _C66                                             -1
    possible_seatings_('F',_0)  _C67                                             -2
    possible_seatings_('F',_0)  _C68                                             -3
    possible_seatings_('F',_0)  _C69                                             -4
    possible_seatings_('F',_0)  _C70                                             -5
    possible_seatings_('F',_0)  _C71                                             -6
    possible_seatings_('F',_0)  _C72                                             -7
    possible_seatings_('F',_0)  _C73                                             -8
    possible_seatings_('F',_0)  _C74                                             -9
    possible_seatings_('F',_0)  _C75                                            -10
    possible_seatings_('G',_0)  Maximum_table_size_0                              1
    possible_seatings_('G',_0)  Must_seat_G                                       1
    possible_seatings_('G',_0)  _C20                                             -5
    possible_seatings_('G',_0)  _C33                                             -4
    possible_seatings_('G',_0)  _C45                                             -3
    possible_seatings_('G',_0)  _C56                                             -2
    possible_seatings_('G',_0)  _C6                                              -6
    possible_seatings_('G',_0)  _C66                                             -1
    possible_seatings_('G',_0)  _C76                                             -1
    possible_seatings_('G',_0)  _C77                                             -2
    possible_seatings_('G',_0)  _C78                                             -3
    possible_seatings_('G',_0)  _C79                                             -4
    possible_seatings_('G',_0)  _C80                                             -5
    possible_seatings_('G',_0)  _C81                                             -6
    possible_seatings_('G',_0)  _C82                                             -7
    possible_seatings_('G',_0)  _C83                                             -8
    possible_seatings_('G',_0)  _C84                                             -9
    possible_seatings_('H',_0)  Maximum_table_size_0                              1
    possible_seatings_('H',_0)  Must_seat_H                                       1
    possible_seatings_('H',_0)  _C21                                             -6
    possible_seatings_('H',_0)  _C34                                             -5
    possible_seatings_('H',_0)  _C46                                             -4
    possible_seatings_('H',_0)  _C57                                             -3
    possible_seatings_('H',_0)  _C67                                             -2
    possible_seatings_('H',_0)  _C7                                              -7
    possible_seatings_('H',_0)  _C76                                             -1
    possible_seatings_('H',_0)  _C85                                             -1
    possible_seatings_('H',_0)  _C86                                             -2
    possible_seatings_('H',_0)  _C87                                             -3
    possible_seatings_('H',_0)  _C88                                             -4
    possible_seatings_('H',_0)  _C89                                             -5
    possible_seatings_('H',_0)  _C90                                             -6
    possible_seatings_('H',_0)  _C91                                             -7
    possible_seatings_('H',_0)  _C92                                             -8
    possible_seatings_('I',_0)  Maximum_table_size_0                              1
    possible_seatings_('I',_0)  Must_seat_I                                       1
    possible_seatings_('I',_0)  _C22                                             -7
    possible_seatings_('I',_0)  _C35                                             -6
    possible_seatings_('I',_0)  _C47                                             -5
    possible_seatings_('I',_0)  _C58                                             -4
    possible_seatings_('I',_0)  _C68                                             -3
    possible_seatings_('I',_0)  _C77                                             -2
    possible_seatings_('I',_0)  _C8                                              -8
    possible_seatings_('I',_0)  _C85                                             -1
    possible_seatings_('I',_0)  _C93                                             -1
    possible_seatings_('I',_0)  _C94                                             -2
    possible_seatings_('I',_0)  _C95                                             -3
    possible_seatings_('I',_0)  _C96                                             -4
    possible_seatings_('I',_0)  _C97                                             -5
    possible_seatings_('I',_0)  _C98                                             -6
    possible_seatings_('I',_0)  _C99                                             -7
    possible_seatings_('J',_0)  Maximum_table_size_0                              1
    possible_seatings_('J',_0)  Must_seat_J                                       1
    possible_seatings_('J',_0)  _C100                                            -1
    possible_seatings_('J',_0)  _C101                                            -2
    possible_seatings_('J',_0)  _C102                                            -3
    possible_seatings_('J',_0)  _C103                                            -4
    possible_seatings_('J',_0)  _C104                                            -5
    possible_seatings_('J',_0)  _C105                                            -6
    possible_seatings_('J',_0)  _C23                                             -8
    possible_seatings_('J',_0)  _C36                                             -7
    possible_seatings_('J',_0)  _C48                                             -6
    possible_seatings_('J',_0)  _C59                                             -5
    possible_seatings_('J',_0)  _C69                                             -4
    possible_seatings_('J',_0)  _C78                                             -3
    possible_seatings_('J',_0)  _C86                                             -2
    possible_seatings_('J',_0)  _C9                                              -9
    possible_seatings_('J',_0)  _C93                                             -1
    possible_seatings_('K',_0)  Maximum_table_size_0                              1
    possible_seatings_('K',_0)  Must_seat_K                                       1
    possible_seatings_('K',_0)  _C10                                            -10
    possible_seatings_('K',_0)  _C100                                            -1
    possible_seatings_('K',_0)  _C106                                            -1
    possible_seatings_('K',_0)  _C107                                            -2
    possible_seatings_('K',_0)  _C108                                            -3
    possible_seatings_('K',_0)  _C109                                            -4
    possible_seatings_('K',_0)  _C110                                            -5
    possible_seatings_('K',_0)  _C24                                             -9
    possible_seatings_('K',_0)  _C37                                             -8
    possible_seatings_('K',_0)  _C49                                             -7
    possible_seatings_('K',_0)  _C60                                             -6
    possible_seatings_('K',_0)  _C70                                             -5
    possible_seatings_('K',_0)  _C79                                             -4
    possible_seatings_('K',_0)  _C87                                             -3
    possible_seatings_('K',_0)  _C94                                             -2
    possible_seatings_('L',_0)  Maximum_table_size_0                              1
    possible_seatings_('L',_0)  Must_seat_L                                       1
    possible_seatings_('L',_0)  _C101                                            -2
    possible_seatings_('L',_0)  _C106                                            -1
    possible_seatings_('L',_0)  _C11                                            -11
    possible_seatings_('L',_0)  _C111                                            -1
    possible_seatings_('L',_0)  _C112                                            -2
    possible_seatings_('L',_0)  _C113                                            -3
    possible_seatings_('L',_0)  _C114                                            -4
    possible_seatings_('L',_0)  _C25                                            -10
    possible_seatings_('L',_0)  _C38                                             -9
    possible_seatings_('L',_0)  _C50                                             -8
    possible_seatings_('L',_0)  _C61                                             -7
    possible_seatings_('L',_0)  _C71                                             -6
    possible_seatings_('L',_0)  _C80                                             -5
    possible_seatings_('L',_0)  _C88                                             -4
    possible_seatings_('L',_0)  _C95                                             -3
    possible_seatings_('M',_0)  Maximum_table_size_0                              1
    possible_seatings_('M',_0)  Must_seat_M                                       1
    possible_seatings_('M',_0)  _C102                                            -3
    possible_seatings_('M',_0)  _C107                                            -2
    possible_seatings_('M',_0)  _C111                                            -1
    possible_seatings_('M',_0)  _C115                                            -1
    possible_seatings_('M',_0)  _C116                                            -2
    possible_seatings_('M',_0)  _C117                                            -3
    possible_seatings_('M',_0)  _C12                                            -12
    possible_seatings_('M',_0)  _C26                                            -11
    possible_seatings_('M',_0)  _C39                                            -10
    possible_seatings_('M',_0)  _C51                                             -9
    possible_seatings_('M',_0)  _C62                                             -8
    possible_seatings_('M',_0)  _C72                                             -7
    possible_seatings_('M',_0)  _C81                                             -6
    possible_seatings_('M',_0)  _C89                                             -5
    possible_seatings_('M',_0)  _C96                                             -4
    possible_seatings_('N',_0)  Maximum_table_size_0                              1
    possible_seatings_('N',_0)  Must_seat_N                                       1
    possible_seatings_('N',_0)  _C103                                            -4
    possible_seatings_('N',_0)  _C108                                            -3
    possible_seatings_('N',_0)  _C112                                            -2
    possible_seatings_('N',_0)  _C115                                            -1
    possible_seatings_('N',_0)  _C118                                            -1
    possible_seatings_('N',_0)  _C119                                            -2
    possible_seatings_('N',_0)  _C13                                            -13
    possible_seatings_('N',_0)  _C27                                            -12
    possible_seatings_('N',_0)  _C40                                            -11
    possible_seatings_('N',_0)  _C52                                            -10
    possible_seatings_('N',_0)  _C63                                             -9
    possible_seatings_('N',_0)  _C73                                             -8
    possible_seatings_('N',_0)  _C82                                             -7
    possible_seatings_('N',_0)  _C90                                             -6
    possible_seatings_('N',_0)  _C97                                             -5
    possible_seatings_('O',_0)  Maximum_table_size_0                              1
    possible_seatings_('O',_0)  Must_seat_O                                       1
    possible_seatings_('O',_0)  _C104                                            -5
    possible_seatings_('O',_0)  _C109                                            -4
    possible_seatings_('O',_0)  _C113                                            -3
    possible_seatings_('O',_0)  _C116                                            -2
    possible_seatings_('O',_0)  _C118                                            -1
    possible_seatings_('O',_0)  _C120                                            -1
    possible_seatings_('O',_0)  _C14                                            -14
    possible_seatings_('O',_0)  _C28                                            -13
    possible_seatings_('O',_0)  _C41                                            -12
    possible_seatings_('O',_0)  _C53                                            -11
    possible_seatings_('O',_0)  _C64                                            -10
    possible_seatings_('O',_0)  _C74                                             -9
    possible_seatings_('O',_0)  _C83                                             -8
    possible_seatings_('O',_0)  _C91                                             -7
    possible_seatings_('O',_0)  _C98                                             -6
    possible_seatings_('P',_0)  Maximum_table_size_0                              1
    possible_seatings_('P',_0)  Must_seat_P                                       1
    possible_seatings_('P',_0)  _C105                                            -6
    possible_seatings_('P',_0)  _C110                                            -5
    possible_seatings_('P',_0)  _C114                                            -4
    possible_seatings_('P',_0)  _C117                                            -3
    possible_seatings_('P',_0)  _C119                                            -2
    possible_seatings_('P',_0)  _C120                                            -1
    possible_seatings_('P',_0)  _C15                                            -15
    possible_seatings_('P',_0)  _C29                                            -14
    possible_seatings_('P',_0)  _C42                                            -13
    possible_seatings_('P',_0)  _C54                                            -12
    possible_seatings_('P',_0)  _C65                                            -11
    possible_seatings_('P',_0)  _C75                                            -10
    possible_seatings_('P',_0)  _C84                                             -9
    possible_seatings_('P',_0)  _C92                                             -8
    possible_seatings_('P',_0)  _C99                                             -7
    possible_seatings_('A',_1)  Maximum_table_size_1                              1
    possible_seatings_('A',_1)  Must_seat_A                                       1
    possible_seatings_('A',_1)  _C121                                            -1
    possible_seatings_('A',_1)  _C122                                            -2
    possible_seatings_('A',_1)  _C123                                            -3
    possible_seatings_('A',_1)  _C124                                            -4
    possible_seatings_('A',_1)  _C125                                            -5
    possible_seatings_('A',_1)  _C126                                            -6
    possible_seatings_('A',_1)  _C127                                            -7
    possible_seatings_('A',_1)  _C128                                            -8
    possible_seatings_('A',_1)  _C129                                            -9
    possible_seatings_('A',_1)  _C130                                           -10
    possible_seatings_('A',_1)  _C131                                           -11
    possible_seatings_('A',_1)  _C132                                           -12
    possible_seatings_('A',_1)  _C133                                           -13
    possible_seatings_('A',_1)  _C134                                           -14
    possible_seatings_('A',_1)  _C135                                           -15
    possible_seatings_('B',_1)  Maximum_table_size_1                              1
    possible_seatings_('B',_1)  Must_seat_B                                       1
    possible_seatings_('B',_1)  _C121                                            -1
    possible_seatings_('B',_1)  _C136                                            -1
    possible_seatings_('B',_1)  _C137                                            -2
    possible_seatings_('B',_1)  _C138                                            -3
    possible_seatings_('B',_1)  _C139                                            -4
    possible_seatings_('B',_1)  _C140                                            -5
    possible_seatings_('B',_1)  _C141                                            -6
    possible_seatings_('B',_1)  _C142                                            -7
    possible_seatings_('B',_1)  _C143                                            -8
    possible_seatings_('B',_1)  _C144                                            -9
    possible_seatings_('B',_1)  _C145                                           -10
    possible_seatings_('B',_1)  _C146                                           -11
    possible_seatings_('B',_1)  _C147                                           -12
    possible_seatings_('B',_1)  _C148                                           -13
    possible_seatings_('B',_1)  _C149                                           -14
    possible_seatings_('C',_1)  Maximum_table_size_1                              1
    possible_seatings_('C',_1)  Must_seat_C                                       1
    possible_seatings_('C',_1)  _C122                                            -2
    possible_seatings_('C',_1)  _C136                                            -1
    possible_seatings_('C',_1)  _C150                                            -1
    possible_seatings_('C',_1)  _C151                                            -2
    possible_seatings_('C',_1)  _C152                                            -3
    possible_seatings_('C',_1)  _C153                                            -4
    possible_seatings_('C',_1)  _C154                                            -5
    possible_seatings_('C',_1)  _C155                                            -6
    possible_seatings_('C',_1)  _C156                                            -7
    possible_seatings_('C',_1)  _C157                                            -8
    possible_seatings_('C',_1)  _C158                                            -9
    possible_seatings_('C',_1)  _C159                                           -10
    possible_seatings_('C',_1)  _C160                                           -11
    possible_seatings_('C',_1)  _C161                                           -12
    possible_seatings_('C',_1)  _C162                                           -13
    possible_seatings_('D',_1)  Maximum_table_size_1                              1
    possible_seatings_('D',_1)  Must_seat_D                                       1
    possible_seatings_('D',_1)  _C123                                            -3
    possible_seatings_('D',_1)  _C137                                            -2
    possible_seatings_('D',_1)  _C150                                            -1
    possible_seatings_('D',_1)  _C163                                            -1
    possible_seatings_('D',_1)  _C164                                            -2
    possible_seatings_('D',_1)  _C165                                            -3
    possible_seatings_('D',_1)  _C166                                            -4
    possible_seatings_('D',_1)  _C167                                            -5
    possible_seatings_('D',_1)  _C168                                            -6
    possible_seatings_('D',_1)  _C169                                            -7
    possible_seatings_('D',_1)  _C170                                            -8
    possible_seatings_('D',_1)  _C171                                            -9
    possible_seatings_('D',_1)  _C172                                           -10
    possible_seatings_('D',_1)  _C173                                           -11
    possible_seatings_('D',_1)  _C174                                           -12
    possible_seatings_('E',_1)  Maximum_table_size_1                              1
    possible_seatings_('E',_1)  Must_seat_E                                       1
    possible_seatings_('E',_1)  _C124                                            -4
    possible_seatings_('E',_1)  _C138                                            -3
    possible_seatings_('E',_1)  _C151                                            -2
    possible_seatings_('E',_1)  _C163                                            -1
    possible_seatings_('E',_1)  _C175                                            -1
    possible_seatings_('E',_1)  _C176                                            -2
    possible_seatings_('E',_1)  _C177                                            -3
    possible_seatings_('E',_1)  _C178                                            -4
    possible_seatings_('E',_1)  _C179                                            -5
    possible_seatings_('E',_1)  _C180                                            -6
    possible_seatings_('E',_1)  _C181                                            -7
    possible_seatings_('E',_1)  _C182                                            -8
    possible_seatings_('E',_1)  _C183                                            -9
    possible_seatings_('E',_1)  _C184                                           -10
    possible_seatings_('E',_1)  _C185                                           -11
    possible_seatings_('F',_1)  Maximum_table_size_1                              1
    possible_seatings_('F',_1)  Must_seat_F                                       1
    possible_seatings_('F',_1)  _C125                                            -5
    possible_seatings_('F',_1)  _C139                                            -4
    possible_seatings_('F',_1)  _C152                                            -3
    possible_seatings_('F',_1)  _C164                                            -2
    possible_seatings_('F',_1)  _C175                                            -1
    possible_seatings_('F',_1)  _C186                                            -1
    possible_seatings_('F',_1)  _C187                                            -2
    possible_seatings_('F',_1)  _C188                                            -3
    possible_seatings_('F',_1)  _C189                                            -4
    possible_seatings_('F',_1)  _C190                                            -5
    possible_seatings_('F',_1)  _C191                                            -6
    possible_seatings_('F',_1)  _C192                                            -7
    possible_seatings_('F',_1)  _C193                                            -8
    possible_seatings_('F',_1)  _C194                                            -9
    possible_seatings_('F',_1)  _C195                                           -10
    possible_seatings_('G',_1)  Maximum_table_size_1                              1
    possible_seatings_('G',_1)  Must_seat_G                                       1
    possible_seatings_('G',_1)  _C126                                            -6
    possible_seatings_('G',_1)  _C140                                            -5
    possible_seatings_('G',_1)  _C153                                            -4
    possible_seatings_('G',_1)  _C165                                            -3
    possible_seatings_('G',_1)  _C176                                            -2
    possible_seatings_('G',_1)  _C186                                            -1
    possible_seatings_('G',_1)  _C196                                            -1
    possible_seatings_('G',_1)  _C197                                            -2
    possible_seatings_('G',_1)  _C198                                            -3
    possible_seatings_('G',_1)  _C199                                            -4
    possible_seatings_('G',_1)  _C200                                            -5
    possible_seatings_('G',_1)  _C201                                            -6
    possible_seatings_('G',_1)  _C202                                            -7
    possible_seatings_('G',_1)  _C203                                            -8
    possible_seatings_('G',_1)  _C204                                            -9
    possible_seatings_('H',_1)  Maximum_table_size_1                              1
    possible_seatings_('H',_1)  Must_seat_H                                       1
    possible_seatings_('H',_1)  _C127                                            -7
    possible_seatings_('H',_1)  _C141                                            -6
    possible_seatings_('H',_1)  _C154                                            -5
    possible_seatings_('H',_1)  _C166                                            -4
    possible_seatings_('H',_1)  _C177                                            -3
    possible_seatings_('H',_1)  _C187                                            -2
    possible_seatings_('H',_1)  _C196                                            -1
    possible_seatings_('H',_1)  _C205                                            -1
    possible_seatings_('H',_1)  _C206                                            -2
    possible_seatings_('H',_1)  _C207                                            -3
    possible_seatings_('H',_1)  _C208                                            -4
    possible_seatings_('H',_1)  _C209                                            -5
    possible_seatings_('H',_1)  _C210                                            -6
    possible_seatings_('H',_1)  _C211                                            -7
    possible_seatings_('H',_1)  _C212                                            -8
    possible_seatings_('I',_1)  Maximum_table_size_1                              1
    possible_seatings_('I',_1)  Must_seat_I                                       1
    possible_seatings_('I',_1)  _C128                                            -8
    possible_seatings_('I',_1)  _C142                                            -7
    possible_seatings_('I',_1)  _C155                                            -6
    possible_seatings_('I',_1)  _C167                                            -5
    possible_seatings_('I',_1)  _C178                                            -4
    possible_seatings_('I',_1)  _C188                                            -3
    possible_seatings_('I',_1)  _C197                                            -2
    possible_seatings_('I',_1)  _C205                                            -1
    possible_seatings_('I',_1)  _C213                                            -1
    possible_seatings_('I',_1)  _C214                                            -2
    possible_seatings_('I',_1)  _C215                                            -3
    possible_seatings_('I',_1)  _C216                                            -4
    possible_seatings_('I',_1)  _C217                                            -5
    possible_seatings_('I',_1)  _C218                                            -6
    possible_seatings_('I',_1)  _C219                                            -7
    possible_seatings_('J',_1)  Maximum_table_size_1                              1
    possible_seatings_('J',_1)  Must_seat_J                                       1
    possible_seatings_('J',_1)  _C129                                            -9
    possible_seatings_('J',_1)  _C143                                            -8
    possible_seatings_('J',_1)  _C156                                            -7
    possible_seatings_('J',_1)  _C168                                            -6
    possible_seatings_('J',_1)  _C179                                            -5
    possible_seatings_('J',_1)  _C189                                            -4
    possible_seatings_('J',_1)  _C198                                            -3
    possible_seatings_('J',_1)  _C206                                            -2
    possible_seatings_('J',_1)  _C213                                            -1
    possible_seatings_('J',_1)  _C220                                            -1
    possible_seatings_('J',_1)  _C221                                            -2
    possible_seatings_('J',_1)  _C222                                            -3
    possible_seatings_('J',_1)  _C223                                            -4
    possible_seatings_('J',_1)  _C224                                            -5
    possible_seatings_('J',_1)  _C225                                            -6
    possible_seatings_('K',_1)  Maximum_table_size_1                              1
    possible_seatings_('K',_1)  Must_seat_K                                       1
    possible_seatings_('K',_1)  _C130                                           -10
    possible_seatings_('K',_1)  _C144                                            -9
    possible_seatings_('K',_1)  _C157                                            -8
    possible_seatings_('K',_1)  _C169                                            -7
    possible_seatings_('K',_1)  _C180                                            -6
    possible_seatings_('K',_1)  _C190                                            -5
    possible_seatings_('K',_1)  _C199                                            -4
    possible_seatings_('K',_1)  _C207                                            -3
    possible_seatings_('K',_1)  _C214                                            -2
    possible_seatings_('K',_1)  _C220                                            -1
    possible_seatings_('K',_1)  _C226                                            -1
    possible_seatings_('K',_1)  _C227                                            -2
    possible_seatings_('K',_1)  _C228                                            -3
    possible_seatings_('K',_1)  _C229                                            -4
    possible_seatings_('K',_1)  _C230                                            -5
    possible_seatings_('L',_1)  Maximum_table_size_1                              1
    possible_seatings_('L',_1)  Must_seat_L                                       1
    possible_seatings_('L',_1)  _C131                                           -11
    possible_seatings_('L',_1)  _C145                                           -10
    possible_seatings_('L',_1)  _C158                                            -9
    possible_seatings_('L',_1)  _C170                                            -8
    possible_seatings_('L',_1)  _C181                                            -7
    possible_seatings_('L',_1)  _C191                                            -6
    possible_seatings_('L',_1)  _C200                                            -5
    possible_seatings_('L',_1)  _C208                                            -4
    possible_seatings_('L',_1)  _C215                                            -3
    possible_seatings_('L',_1)  _C221                                            -2
    possible_seatings_('L',_1)  _C226                                            -1
    possible_seatings_('L',_1)  _C231                                            -1
    possible_seatings_('L',_1)  _C232                                            -2
    possible_seatings_('L',_1)  _C233                                            -3
    possible_seatings_('L',_1)  _C234                                            -4
    possible_seatings_('M',_1)  Maximum_table_size_1                              1
    possible_seatings_('M',_1)  Must_seat_M                                       1
    possible_seatings_('M',_1)  _C132                                           -12
    possible_seatings_('M',_1)  _C146                                           -11
    possible_seatings_('M',_1)  _C159                                           -10
    possible_seatings_('M',_1)  _C171                                            -9
    possible_seatings_('M',_1)  _C182                                            -8
    possible_seatings_('M',_1)  _C192                                            -7
    possible_seatings_('M',_1)  _C201                                            -6
    possible_seatings_('M',_1)  _C209                                            -5
    possible_seatings_('M',_1)  _C216                                            -4
    possible_seatings_('M',_1)  _C222                                            -3
    possible_seatings_('M',_1)  _C227                                            -2
    possible_seatings_('M',_1)  _C231                                            -1
    possible_seatings_('M',_1)  _C235                                            -1
    possible_seatings_('M',_1)  _C236                                            -2
    possible_seatings_('M',_1)  _C237                                            -3
    possible_seatings_('N',_1)  Maximum_table_size_1                              1
    possible_seatings_('N',_1)  Must_seat_N                                       1
    possible_seatings_('N',_1)  _C133                                           -13
    possible_seatings_('N',_1)  _C147                                           -12
    possible_seatings_('N',_1)  _C160                                           -11
    possible_seatings_('N',_1)  _C172                                           -10
    possible_seatings_('N',_1)  _C183                                            -9
    possible_seatings_('N',_1)  _C193                                            -8
    possible_seatings_('N',_1)  _C202                                            -7
    possible_seatings_('N',_1)  _C210                                            -6
    possible_seatings_('N',_1)  _C217                                            -5
    possible_seatings_('N',_1)  _C223                                            -4
    possible_seatings_('N',_1)  _C228                                            -3
    possible_seatings_('N',_1)  _C232                                            -2
    possible_seatings_('N',_1)  _C235                                            -1
    possible_seatings_('N',_1)  _C238                                            -1
    possible_seatings_('N',_1)  _C239                                            -2
    possible_seatings_('O',_1)  Maximum_table_size_1                              1
    possible_seatings_('O',_1)  Must_seat_O                                       1
    possible_seatings_('O',_1)  _C134                                           -14
    possible_seatings_('O',_1)  _C148                                           -13
    possible_seatings_('O',_1)  _C161                                           -12
    possible_seatings_('O',_1)  _C173                                           -11
    possible_seatings_('O',_1)  _C184                                           -10
    possible_seatings_('O',_1)  _C194                                            -9
    possible_seatings_('O',_1)  _C203                                            -8
    possible_seatings_('O',_1)  _C211                                            -7
    possible_seatings_('O',_1)  _C218                                            -6
    possible_seatings_('O',_1)  _C224                                            -5
    possible_seatings_('O',_1)  _C229                                            -4
    possible_seatings_('O',_1)  _C233                                            -3
    possible_seatings_('O',_1)  _C236                                            -2
    possible_seatings_('O',_1)  _C238                                            -1
    possible_seatings_('O',_1)  _C240                                            -1
    possible_seatings_('P',_1)  Maximum_table_size_1                              1
    possible_seatings_('P',_1)  Must_seat_P                                       1
    possible_seatings_('P',_1)  _C135                                           -15
    possible_seatings_('P',_1)  _C149                                           -14
    possible_seatings_('P',_1)  _C162                                           -13
    possible_seatings_('P',_1)  _C174                                           -12
    possible_seatings_('P',_1)  _C185                                           -11
    possible_seatings_('P',_1)  _C195                                           -10
    possible_seatings_('P',_1)  _C204                                            -9
    possible_seatings_('P',_1)  _C212                                            -8
    possible_seatings_('P',_1)  _C219                                            -7
    possible_seatings_('P',_1)  _C225                                            -6
    possible_seatings_('P',_1)  _C230                                            -5
    possible_seatings_('P',_1)  _C234                                            -4
    possible_seatings_('P',_1)  _C237                                            -3
    possible_seatings_('P',_1)  _C239                                            -2
    possible_seatings_('P',_1)  _C240                                            -1
    possible_seatings_('A',_2)  Maximum_table_size_2                              1
    possible_seatings_('A',_2)  Must_seat_A                                       1
    possible_seatings_('A',_2)  _C241                                            -1
    possible_seatings_('A',_2)  _C242                                            -2
    possible_seatings_('A',_2)  _C243                                            -3
    possible_seatings_('A',_2)  _C244                                            -4
    possible_seatings_('A',_2)  _C245                                            -5
    possible_seatings_('A',_2)  _C246                                            -6
    possible_seatings_('A',_2)  _C247                                            -7
    possible_seatings_('A',_2)  _C248                                            -8
    possible_seatings_('A',_2)  _C249                                            -9
    possible_seatings_('A',_2)  _C250                                           -10
    possible_seatings_('A',_2)  _C251                                           -11
    possible_seatings_('A',_2)  _C252                                           -12
    possible_seatings_('A',_2)  _C253                                           -13
    possible_seatings_('A',_2)  _C254                                           -14
    possible_seatings_('A',_2)  _C255                                           -15
    possible_seatings_('B',_2)  Maximum_table_size_2                              1
    possible_seatings_('B',_2)  Must_seat_B                                       1
    possible_seatings_('B',_2)  _C241                                            -1
    possible_seatings_('B',_2)  _C256                                            -1
    possible_seatings_('B',_2)  _C257                                            -2
    possible_seatings_('B',_2)  _C258                                            -3
    possible_seatings_('B',_2)  _C259                                            -4
    possible_seatings_('B',_2)  _C260                                            -5
    possible_seatings_('B',_2)  _C261                                            -6
    possible_seatings_('B',_2)  _C262                                            -7
    possible_seatings_('B',_2)  _C263                                            -8
    possible_seatings_('B',_2)  _C264                                            -9
    possible_seatings_('B',_2)  _C265                                           -10
    possible_seatings_('B',_2)  _C266                                           -11
    possible_seatings_('B',_2)  _C267                                           -12
    possible_seatings_('B',_2)  _C268                                           -13
    possible_seatings_('B',_2)  _C269                                           -14
    possible_seatings_('C',_2)  Maximum_table_size_2                              1
    possible_seatings_('C',_2)  Must_seat_C                                       1
    possible_seatings_('C',_2)  _C242                                            -2
    possible_seatings_('C',_2)  _C256                                            -1
    possible_seatings_('C',_2)  _C270                                            -1
    possible_seatings_('C',_2)  _C271                                            -2
    possible_seatings_('C',_2)  _C272                                            -3
    possible_seatings_('C',_2)  _C273                                            -4
    possible_seatings_('C',_2)  _C274                                            -5
    possible_seatings_('C',_2)  _C275                                            -6
    possible_seatings_('C',_2)  _C276                                            -7
    possible_seatings_('C',_2)  _C277                                            -8
    possible_seatings_('C',_2)  _C278                                            -9
    possible_seatings_('C',_2)  _C279                                           -10
    possible_seatings_('C',_2)  _C280                                           -11
    possible_seatings_('C',_2)  _C281                                           -12
    possible_seatings_('C',_2)  _C282                                           -13
    possible_seatings_('D',_2)  Maximum_table_size_2                              1
    possible_seatings_('D',_2)  Must_seat_D                                       1
    possible_seatings_('D',_2)  _C243                                            -3
    possible_seatings_('D',_2)  _C257                                            -2
    possible_seatings_('D',_2)  _C270                                            -1
    possible_seatings_('D',_2)  _C283                                            -1
    possible_seatings_('D',_2)  _C284                                            -2
    possible_seatings_('D',_2)  _C285                                            -3
    possible_seatings_('D',_2)  _C286                                            -4
    possible_seatings_('D',_2)  _C287                                            -5
    possible_seatings_('D',_2)  _C288                                            -6
    possible_seatings_('D',_2)  _C289                                            -7
    possible_seatings_('D',_2)  _C290                                            -8
    possible_seatings_('D',_2)  _C291                                            -9
    possible_seatings_('D',_2)  _C292                                           -10
    possible_seatings_('D',_2)  _C293                                           -11
    possible_seatings_('D',_2)  _C294                                           -12
    possible_seatings_('E',_2)  Maximum_table_size_2                              1
    possible_seatings_('E',_2)  Must_seat_E                                       1
    possible_seatings_('E',_2)  _C244                                            -4
    possible_seatings_('E',_2)  _C258                                            -3
    possible_seatings_('E',_2)  _C271                                            -2
    possible_seatings_('E',_2)  _C283                                            -1
    possible_seatings_('E',_2)  _C295                                            -1
    possible_seatings_('E',_2)  _C296                                            -2
    possible_seatings_('E',_2)  _C297                                            -3
    possible_seatings_('E',_2)  _C298                                            -4
    possible_seatings_('E',_2)  _C299                                            -5
    possible_seatings_('E',_2)  _C300                                            -6
    possible_seatings_('E',_2)  _C301                                            -7
    possible_seatings_('E',_2)  _C302                                            -8
    possible_seatings_('E',_2)  _C303                                            -9
    possible_seatings_('E',_2)  _C304                                           -10
    possible_seatings_('E',_2)  _C305                                           -11
    possible_seatings_('F',_2)  Maximum_table_size_2                              1
    possible_seatings_('F',_2)  Must_seat_F                                       1
    possible_seatings_('F',_2)  _C245                                            -5
    possible_seatings_('F',_2)  _C259                                            -4
    possible_seatings_('F',_2)  _C272                                            -3
    possible_seatings_('F',_2)  _C284                                            -2
    possible_seatings_('F',_2)  _C295                                            -1
    possible_seatings_('F',_2)  _C306                                            -1
    possible_seatings_('F',_2)  _C307                                            -2
    possible_seatings_('F',_2)  _C308                                            -3
    possible_seatings_('F',_2)  _C309                                            -4
    possible_seatings_('F',_2)  _C310                                            -5
    possible_seatings_('F',_2)  _C311                                            -6
    possible_seatings_('F',_2)  _C312                                            -7
    possible_seatings_('F',_2)  _C313                                            -8
    possible_seatings_('F',_2)  _C314                                            -9
    possible_seatings_('F',_2)  _C315                                           -10
    possible_seatings_('G',_2)  Maximum_table_size_2                              1
    possible_seatings_('G',_2)  Must_seat_G                                       1
    possible_seatings_('G',_2)  _C246                                            -6
    possible_seatings_('G',_2)  _C260                                            -5
    possible_seatings_('G',_2)  _C273                                            -4
    possible_seatings_('G',_2)  _C285                                            -3
    possible_seatings_('G',_2)  _C296                                            -2
    possible_seatings_('G',_2)  _C306                                            -1
    possible_seatings_('G',_2)  _C316                                            -1
    possible_seatings_('G',_2)  _C317                                            -2
    possible_seatings_('G',_2)  _C318                                            -3
    possible_seatings_('G',_2)  _C319                                            -4
    possible_seatings_('G',_2)  _C320                                            -5
    possible_seatings_('G',_2)  _C321                                            -6
    possible_seatings_('G',_2)  _C322                                            -7
    possible_seatings_('G',_2)  _C323                                            -8
    possible_seatings_('G',_2)  _C324                                            -9
    possible_seatings_('H',_2)  Maximum_table_size_2                              1
    possible_seatings_('H',_2)  Must_seat_H                                       1
    possible_seatings_('H',_2)  _C247                                            -7
    possible_seatings_('H',_2)  _C261                                            -6
    possible_seatings_('H',_2)  _C274                                            -5
    possible_seatings_('H',_2)  _C286                                            -4
    possible_seatings_('H',_2)  _C297                                            -3
    possible_seatings_('H',_2)  _C307                                            -2
    possible_seatings_('H',_2)  _C316                                            -1
    possible_seatings_('H',_2)  _C325                                            -1
    possible_seatings_('H',_2)  _C326                                            -2
    possible_seatings_('H',_2)  _C327                                            -3
    possible_seatings_('H',_2)  _C328                                            -4
    possible_seatings_('H',_2)  _C329                                            -5
    possible_seatings_('H',_2)  _C330                                            -6
    possible_seatings_('H',_2)  _C331                                            -7
    possible_seatings_('H',_2)  _C332                                            -8
    possible_seatings_('I',_2)  Maximum_table_size_2                              1
    possible_seatings_('I',_2)  Must_seat_I                                       1
    possible_seatings_('I',_2)  _C248                                            -8
    possible_seatings_('I',_2)  _C262                                            -7
    possible_seatings_('I',_2)  _C275                                            -6
    possible_seatings_('I',_2)  _C287                                            -5
    possible_seatings_('I',_2)  _C298                                            -4
    possible_seatings_('I',_2)  _C308                                            -3
    possible_seatings_('I',_2)  _C317                                            -2
    possible_seatings_('I',_2)  _C325                                            -1
    possible_seatings_('I',_2)  _C333                                            -1
    possible_seatings_('I',_2)  _C334                                            -2
    possible_seatings_('I',_2)  _C335                                            -3
    possible_seatings_('I',_2)  _C336                                            -4
    possible_seatings_('I',_2)  _C337                                            -5
    possible_seatings_('I',_2)  _C338                                            -6
    possible_seatings_('I',_2)  _C339                                            -7
    possible_seatings_('J',_2)  Maximum_table_size_2                              1
    possible_seatings_('J',_2)  Must_seat_J                                       1
    possible_seatings_('J',_2)  _C249                                            -9
    possible_seatings_('J',_2)  _C263                                            -8
    possible_seatings_('J',_2)  _C276                                            -7
    possible_seatings_('J',_2)  _C288                                            -6
    possible_seatings_('J',_2)  _C299                                            -5
    possible_seatings_('J',_2)  _C309                                            -4
    possible_seatings_('J',_2)  _C318                                            -3
    possible_seatings_('J',_2)  _C326                                            -2
    possible_seatings_('J',_2)  _C333                                            -1
    possible_seatings_('J',_2)  _C340                                            -1
    possible_seatings_('J',_2)  _C341                                            -2
    possible_seatings_('J',_2)  _C342                                            -3
    possible_seatings_('J',_2)  _C343                                            -4
    possible_seatings_('J',_2)  _C344                                            -5
    possible_seatings_('J',_2)  _C345                                            -6
    possible_seatings_('K',_2)  Maximum_table_size_2                              1
    possible_seatings_('K',_2)  Must_seat_K                                       1
    possible_seatings_('K',_2)  _C250                                           -10
    possible_seatings_('K',_2)  _C264                                            -9
    possible_seatings_('K',_2)  _C277                                            -8
    possible_seatings_('K',_2)  _C289                                            -7
    possible_seatings_('K',_2)  _C300                                            -6
    possible_seatings_('K',_2)  _C310                                            -5
    possible_seatings_('K',_2)  _C319                                            -4
    possible_seatings_('K',_2)  _C327                                            -3
    possible_seatings_('K',_2)  _C334                                            -2
    possible_seatings_('K',_2)  _C340                                            -1
    possible_seatings_('K',_2)  _C346                                            -1
    possible_seatings_('K',_2)  _C347                                            -2
    possible_seatings_('K',_2)  _C348                                            -3
    possible_seatings_('K',_2)  _C349                                            -4
    possible_seatings_('K',_2)  _C350                                            -5
    possible_seatings_('L',_2)  Maximum_table_size_2                              1
    possible_seatings_('L',_2)  Must_seat_L                                       1
    possible_seatings_('L',_2)  _C251                                           -11
    possible_seatings_('L',_2)  _C265                                           -10
    possible_seatings_('L',_2)  _C278                                            -9
    possible_seatings_('L',_2)  _C290                                            -8
    possible_seatings_('L',_2)  _C301                                            -7
    possible_seatings_('L',_2)  _C311                                            -6
    possible_seatings_('L',_2)  _C320                                            -5
    possible_seatings_('L',_2)  _C328                                            -4
    possible_seatings_('L',_2)  _C335                                            -3
    possible_seatings_('L',_2)  _C341                                            -2
    possible_seatings_('L',_2)  _C346                                            -1
    possible_seatings_('L',_2)  _C351                                            -1
    possible_seatings_('L',_2)  _C352                                            -2
    possible_seatings_('L',_2)  _C353                                            -3
    possible_seatings_('L',_2)  _C354                                            -4
    possible_seatings_('M',_2)  Maximum_table_size_2                              1
    possible_seatings_('M',_2)  Must_seat_M                                       1
    possible_seatings_('M',_2)  _C252                                           -12
    possible_seatings_('M',_2)  _C266                                           -11
    possible_seatings_('M',_2)  _C279                                           -10
    possible_seatings_('M',_2)  _C291                                            -9
    possible_seatings_('M',_2)  _C302                                            -8
    possible_seatings_('M',_2)  _C312                                            -7
    possible_seatings_('M',_2)  _C321                                            -6
    possible_seatings_('M',_2)  _C329                                            -5
    possible_seatings_('M',_2)  _C336                                            -4
    possible_seatings_('M',_2)  _C342                                            -3
    possible_seatings_('M',_2)  _C347                                            -2
    possible_seatings_('M',_2)  _C351                                            -1
    possible_seatings_('M',_2)  _C355                                            -1
    possible_seatings_('M',_2)  _C356                                            -2
    possible_seatings_('M',_2)  _C357                                            -3
    possible_seatings_('N',_2)  Maximum_table_size_2                              1
    possible_seatings_('N',_2)  Must_seat_N                                       1
    possible_seatings_('N',_2)  _C253                                           -13
    possible_seatings_('N',_2)  _C267                                           -12
    possible_seatings_('N',_2)  _C280                                           -11
    possible_seatings_('N',_2)  _C292                                           -10
    possible_seatings_('N',_2)  _C303                                            -9
    possible_seatings_('N',_2)  _C313                                            -8
    possible_seatings_('N',_2)  _C322                                            -7
    possible_seatings_('N',_2)  _C330                                            -6
    possible_seatings_('N',_2)  _C337                                            -5
    possible_seatings_('N',_2)  _C343                                            -4
    possible_seatings_('N',_2)  _C348                                            -3
    possible_seatings_('N',_2)  _C352                                            -2
    possible_seatings_('N',_2)  _C355                                            -1
    possible_seatings_('N',_2)  _C358                                            -1
    possible_seatings_('N',_2)  _C359                                            -2
    possible_seatings_('O',_2)  Maximum_table_size_2                              1
    possible_seatings_('O',_2)  Must_seat_O                                       1
    possible_seatings_('O',_2)  _C254                                           -14
    possible_seatings_('O',_2)  _C268                                           -13
    possible_seatings_('O',_2)  _C281                                           -12
    possible_seatings_('O',_2)  _C293                                           -11
    possible_seatings_('O',_2)  _C304                                           -10
    possible_seatings_('O',_2)  _C314                                            -9
    possible_seatings_('O',_2)  _C323                                            -8
    possible_seatings_('O',_2)  _C331                                            -7
    possible_seatings_('O',_2)  _C338                                            -6
    possible_seatings_('O',_2)  _C344                                            -5
    possible_seatings_('O',_2)  _C349                                            -4
    possible_seatings_('O',_2)  _C353                                            -3
    possible_seatings_('O',_2)  _C356                                            -2
    possible_seatings_('O',_2)  _C358                                            -1
    possible_seatings_('O',_2)  _C360                                            -1
    possible_seatings_('P',_2)  Maximum_table_size_2                              1
    possible_seatings_('P',_2)  Must_seat_P                                       1
    possible_seatings_('P',_2)  _C255                                           -15
    possible_seatings_('P',_2)  _C269                                           -14
    possible_seatings_('P',_2)  _C282                                           -13
    possible_seatings_('P',_2)  _C294                                           -12
    possible_seatings_('P',_2)  _C305                                           -11
    possible_seatings_('P',_2)  _C315                                           -10
    possible_seatings_('P',_2)  _C324                                            -9
    possible_seatings_('P',_2)  _C332                                            -8
    possible_seatings_('P',_2)  _C339                                            -7
    possible_seatings_('P',_2)  _C345                                            -6
    possible_seatings_('P',_2)  _C350                                            -5
    possible_seatings_('P',_2)  _C354                                            -4
    possible_seatings_('P',_2)  _C357                                            -3
    possible_seatings_('P',_2)  _C359                                            -2
    possible_seatings_('P',_2)  _C360                                            -1
    possible_seatings_('A',_3)  Maximum_table_size_3                              1
    possible_seatings_('A',_3)  Must_seat_A                                       1
    possible_seatings_('A',_3)  _C361                                            -1
    possible_seatings_('A',_3)  _C362                                            -2
    possible_seatings_('A',_3)  _C363                                            -3
    possible_seatings_('A',_3)  _C364                                            -4
    possible_seatings_('A',_3)  _C365                                            -5
    possible_seatings_('A',_3)  _C366                                            -6
    possible_seatings_('A',_3)  _C367                                            -7
    possible_seatings_('A',_3)  _C368                                            -8
    possible_seatings_('A',_3)  _C369                                            -9
    possible_seatings_('A',_3)  _C370                                           -10
    possible_seatings_('A',_3)  _C371                                           -11
    possible_seatings_('A',_3)  _C372                                           -12
    possible_seatings_('A',_3)  _C373                                           -13
    possible_seatings_('A',_3)  _C374                                           -14
    possible_seatings_('A',_3)  _C375                                           -15
    possible_seatings_('B',_3)  Maximum_table_size_3                              1
    possible_seatings_('B',_3)  Must_seat_B                                       1
    possible_seatings_('B',_3)  _C361                                            -1
    possible_seatings_('B',_3)  _C376                                            -1
    possible_seatings_('B',_3)  _C377                                            -2
    possible_seatings_('B',_3)  _C378                                            -3
    possible_seatings_('B',_3)  _C379                                            -4
    possible_seatings_('B',_3)  _C380                                            -5
    possible_seatings_('B',_3)  _C381                                            -6
    possible_seatings_('B',_3)  _C382                                            -7
    possible_seatings_('B',_3)  _C383                                            -8
    possible_seatings_('B',_3)  _C384                                            -9
    possible_seatings_('B',_3)  _C385                                           -10
    possible_seatings_('B',_3)  _C386                                           -11
    possible_seatings_('B',_3)  _C387                                           -12
    possible_seatings_('B',_3)  _C388                                           -13
    possible_seatings_('B',_3)  _C389                                           -14
    possible_seatings_('C',_3)  Maximum_table_size_3                              1
    possible_seatings_('C',_3)  Must_seat_C                                       1
    possible_seatings_('C',_3)  _C362                                            -2
    possible_seatings_('C',_3)  _C376                                            -1
    possible_seatings_('C',_3)  _C390                                            -1
    possible_seatings_('C',_3)  _C391                                            -2
    possible_seatings_('C',_3)  _C392                                            -3
    possible_seatings_('C',_3)  _C393                                            -4
    possible_seatings_('C',_3)  _C394                                            -5
    possible_seatings_('C',_3)  _C395                                            -6
    possible_seatings_('C',_3)  _C396                                            -7
    possible_seatings_('C',_3)  _C397                                            -8
    possible_seatings_('C',_3)  _C398                                            -9
    possible_seatings_('C',_3)  _C399                                           -10
    possible_seatings_('C',_3)  _C400                                           -11
    possible_seatings_('C',_3)  _C401                                           -12
    possible_seatings_('C',_3)  _C402                                           -13
    possible_seatings_('D',_3)  Maximum_table_size_3                              1
    possible_seatings_('D',_3)  Must_seat_D                                       1
    possible_seatings_('D',_3)  _C363                                            -3
    possible_seatings_('D',_3)  _C377                                            -2
    possible_seatings_('D',_3)  _C390                                            -1
    possible_seatings_('D',_3)  _C403                                            -1
    possible_seatings_('D',_3)  _C404                                            -2
    possible_seatings_('D',_3)  _C405                                            -3
    possible_seatings_('D',_3)  _C406                                            -4
    possible_seatings_('D',_3)  _C407                                            -5
    possible_seatings_('D',_3)  _C408                                            -6
    possible_seatings_('D',_3)  _C409                                            -7
    possible_seatings_('D',_3)  _C410                                            -8
    possible_seatings_('D',_3)  _C411                                            -9
    possible_seatings_('D',_3)  _C412                                           -10
    possible_seatings_('D',_3)  _C413                                           -11
    possible_seatings_('D',_3)  _C414                                           -12
    possible_seatings_('E',_3)  Maximum_table_size_3                              1
    possible_seatings_('E',_3)  Must_seat_E                                       1
    possible_seatings_('E',_3)  _C364                                            -4
    possible_seatings_('E',_3)  _C378                                            -3
    possible_seatings_('E',_3)  _C391                                            -2
    possible_seatings_('E',_3)  _C403                                            -1
    possible_seatings_('E',_3)  _C415                                            -1
    possible_seatings_('E',_3)  _C416                                            -2
    possible_seatings_('E',_3)  _C417                                            -3
    possible_seatings_('E',_3)  _C418                                            -4
    possible_seatings_('E',_3)  _C419                                            -5
    possible_seatings_('E',_3)  _C420                                            -6
    possible_seatings_('E',_3)  _C421                                            -7
    possible_seatings_('E',_3)  _C422                                            -8
    possible_seatings_('E',_3)  _C423                                            -9
    possible_seatings_('E',_3)  _C424                                           -10
    possible_seatings_('E',_3)  _C425                                           -11
    possible_seatings_('F',_3)  Maximum_table_size_3                              1
    possible_seatings_('F',_3)  Must_seat_F                                       1
    possible_seatings_('F',_3)  _C365                                            -5
    possible_seatings_('F',_3)  _C379                                            -4
    possible_seatings_('F',_3)  _C392                                            -3
    possible_seatings_('F',_3)  _C404                                            -2
    possible_seatings_('F',_3)  _C415                                            -1
    possible_seatings_('F',_3)  _C426                                            -1
    possible_seatings_('F',_3)  _C427                                            -2
    possible_seatings_('F',_3)  _C428                                            -3
    possible_seatings_('F',_3)  _C429                                            -4
    possible_seatings_('F',_3)  _C430                                            -5
    possible_seatings_('F',_3)  _C431                                            -6
    possible_seatings_('F',_3)  _C432                                            -7
    possible_seatings_('F',_3)  _C433                                            -8
    possible_seatings_('F',_3)  _C434                                            -9
    possible_seatings_('F',_3)  _C435                                           -10
    possible_seatings_('G',_3)  Maximum_table_size_3                              1
    possible_seatings_('G',_3)  Must_seat_G                                       1
    possible_seatings_('G',_3)  _C366                                            -6
    possible_seatings_('G',_3)  _C380                                            -5
    possible_seatings_('G',_3)  _C393                                            -4
    possible_seatings_('G',_3)  _C405                                            -3
    possible_seatings_('G',_3)  _C416                                            -2
    possible_seatings_('G',_3)  _C426                                            -1
    possible_seatings_('G',_3)  _C436                                            -1
    possible_seatings_('G',_3)  _C437                                            -2
    possible_seatings_('G',_3)  _C438                                            -3
    possible_seatings_('G',_3)  _C439                                            -4
    possible_seatings_('G',_3)  _C440                                            -5
    possible_seatings_('G',_3)  _C441                                            -6
    possible_seatings_('G',_3)  _C442                                            -7
    possible_seatings_('G',_3)  _C443                                            -8
    possible_seatings_('G',_3)  _C444                                            -9
    possible_seatings_('H',_3)  Maximum_table_size_3                              1
    possible_seatings_('H',_3)  Must_seat_H                                       1
    possible_seatings_('H',_3)  _C367                                            -7
    possible_seatings_('H',_3)  _C381                                            -6
    possible_seatings_('H',_3)  _C394                                            -5
    possible_seatings_('H',_3)  _C406                                            -4
    possible_seatings_('H',_3)  _C417                                            -3
    possible_seatings_('H',_3)  _C427                                            -2
    possible_seatings_('H',_3)  _C436                                            -1
    possible_seatings_('H',_3)  _C445                                            -1
    possible_seatings_('H',_3)  _C446                                            -2
    possible_seatings_('H',_3)  _C447                                            -3
    possible_seatings_('H',_3)  _C448                                            -4
    possible_seatings_('H',_3)  _C449                                            -5
    possible_seatings_('H',_3)  _C450                                            -6
    possible_seatings_('H',_3)  _C451                                            -7
    possible_seatings_('H',_3)  _C452                                            -8
    possible_seatings_('I',_3)  Maximum_table_size_3                              1
    possible_seatings_('I',_3)  Must_seat_I                                       1
    possible_seatings_('I',_3)  _C368                                            -8
    possible_seatings_('I',_3)  _C382                                            -7
    possible_seatings_('I',_3)  _C395                                            -6
    possible_seatings_('I',_3)  _C407                                            -5
    possible_seatings_('I',_3)  _C418                                            -4
    possible_seatings_('I',_3)  _C428                                            -3
    possible_seatings_('I',_3)  _C437                                            -2
    possible_seatings_('I',_3)  _C445                                            -1
    possible_seatings_('I',_3)  _C453                                            -1
    possible_seatings_('I',_3)  _C454                                            -2
    possible_seatings_('I',_3)  _C455                                            -3
    possible_seatings_('I',_3)  _C456                                            -4
    possible_seatings_('I',_3)  _C457                                            -5
    possible_seatings_('I',_3)  _C458                                            -6
    possible_seatings_('I',_3)  _C459                                            -7
    possible_seatings_('J',_3)  Maximum_table_size_3                              1
    possible_seatings_('J',_3)  Must_seat_J                                       1
    possible_seatings_('J',_3)  _C369                                            -9
    possible_seatings_('J',_3)  _C383                                            -8
    possible_seatings_('J',_3)  _C396                                            -7
    possible_seatings_('J',_3)  _C408                                            -6
    possible_seatings_('J',_3)  _C419                                            -5
    possible_seatings_('J',_3)  _C429                                            -4
    possible_seatings_('J',_3)  _C438                                            -3
    possible_seatings_('J',_3)  _C446                                            -2
    possible_seatings_('J',_3)  _C453                                            -1
    possible_seatings_('J',_3)  _C460                                            -1
    possible_seatings_('J',_3)  _C461                                            -2
    possible_seatings_('J',_3)  _C462                                            -3
    possible_seatings_('J',_3)  _C463                                            -4
    possible_seatings_('J',_3)  _C464                                            -5
    possible_seatings_('J',_3)  _C465                                            -6
    possible_seatings_('K',_3)  Maximum_table_size_3                              1
    possible_seatings_('K',_3)  Must_seat_K                                       1
    possible_seatings_('K',_3)  _C370                                           -10
    possible_seatings_('K',_3)  _C384                                            -9
    possible_seatings_('K',_3)  _C397                                            -8
    possible_seatings_('K',_3)  _C409                                            -7
    possible_seatings_('K',_3)  _C420                                            -6
    possible_seatings_('K',_3)  _C430                                            -5
    possible_seatings_('K',_3)  _C439                                            -4
    possible_seatings_('K',_3)  _C447                                            -3
    possible_seatings_('K',_3)  _C454                                            -2
    possible_seatings_('K',_3)  _C460                                            -1
    possible_seatings_('K',_3)  _C466                                            -1
    possible_seatings_('K',_3)  _C467                                            -2
    possible_seatings_('K',_3)  _C468                                            -3
    possible_seatings_('K',_3)  _C469                                            -4
    possible_seatings_('K',_3)  _C470                                            -5
    possible_seatings_('L',_3)  Maximum_table_size_3                              1
    possible_seatings_('L',_3)  Must_seat_L                                       1
    possible_seatings_('L',_3)  _C371                                           -11
    possible_seatings_('L',_3)  _C385                                           -10
    possible_seatings_('L',_3)  _C398                                            -9
    possible_seatings_('L',_3)  _C410                                            -8
    possible_seatings_('L',_3)  _C421                                            -7
    possible_seatings_('L',_3)  _C431                                            -6
    possible_seatings_('L',_3)  _C440                                            -5
    possible_seatings_('L',_3)  _C448                                            -4
    possible_seatings_('L',_3)  _C455                                            -3
    possible_seatings_('L',_3)  _C461                                            -2
    possible_seatings_('L',_3)  _C466                                            -1
    possible_seatings_('L',_3)  _C471                                            -1
    possible_seatings_('L',_3)  _C472                                            -2
    possible_seatings_('L',_3)  _C473                                            -3
    possible_seatings_('L',_3)  _C474                                            -4
    possible_seatings_('M',_3)  Maximum_table_size_3                              1
    possible_seatings_('M',_3)  Must_seat_M                                       1
    possible_seatings_('M',_3)  _C372                                           -12
    possible_seatings_('M',_3)  _C386                                           -11
    possible_seatings_('M',_3)  _C399                                           -10
    possible_seatings_('M',_3)  _C411                                            -9
    possible_seatings_('M',_3)  _C422                                            -8
    possible_seatings_('M',_3)  _C432                                            -7
    possible_seatings_('M',_3)  _C441                                            -6
    possible_seatings_('M',_3)  _C449                                            -5
    possible_seatings_('M',_3)  _C456                                            -4
    possible_seatings_('M',_3)  _C462                                            -3
    possible_seatings_('M',_3)  _C467                                            -2
    possible_seatings_('M',_3)  _C471                                            -1
    possible_seatings_('M',_3)  _C475                                            -1
    possible_seatings_('M',_3)  _C476                                            -2
    possible_seatings_('M',_3)  _C477                                            -3
    possible_seatings_('N',_3)  Maximum_table_size_3                              1
    possible_seatings_('N',_3)  Must_seat_N                                       1
    possible_seatings_('N',_3)  _C373                                           -13
    possible_seatings_('N',_3)  _C387                                           -12
    possible_seatings_('N',_3)  _C400                                           -11
    possible_seatings_('N',_3)  _C412                                           -10
    possible_seatings_('N',_3)  _C423                                            -9
    possible_seatings_('N',_3)  _C433                                            -8
    possible_seatings_('N',_3)  _C442                                            -7
    possible_seatings_('N',_3)  _C450                                            -6
    possible_seatings_('N',_3)  _C457                                            -5
    possible_seatings_('N',_3)  _C463                                            -4
    possible_seatings_('N',_3)  _C468                                            -3
    possible_seatings_('N',_3)  _C472                                            -2
    possible_seatings_('N',_3)  _C475                                            -1
    possible_seatings_('N',_3)  _C478                                            -1
    possible_seatings_('N',_3)  _C479                                            -2
    possible_seatings_('O',_3)  Maximum_table_size_3                              1
    possible_seatings_('O',_3)  Must_seat_O                                       1
    possible_seatings_('O',_3)  _C374                                           -14
    possible_seatings_('O',_3)  _C388                                           -13
    possible_seatings_('O',_3)  _C401                                           -12
    possible_seatings_('O',_3)  _C413                                           -11
    possible_seatings_('O',_3)  _C424                                           -10
    possible_seatings_('O',_3)  _C434                                            -9
    possible_seatings_('O',_3)  _C443                                            -8
    possible_seatings_('O',_3)  _C451                                            -7
    possible_seatings_('O',_3)  _C458                                            -6
    possible_seatings_('O',_3)  _C464                                            -5
    possible_seatings_('O',_3)  _C469                                            -4
    possible_seatings_('O',_3)  _C473                                            -3
    possible_seatings_('O',_3)  _C476                                            -2
    possible_seatings_('O',_3)  _C478                                            -1
    possible_seatings_('O',_3)  _C480                                            -1
    possible_seatings_('P',_3)  Maximum_table_size_3                              1
    possible_seatings_('P',_3)  Must_seat_P                                       1
    possible_seatings_('P',_3)  _C375                                           -15
    possible_seatings_('P',_3)  _C389                                           -14
    possible_seatings_('P',_3)  _C402                                           -13
    possible_seatings_('P',_3)  _C414                                           -12
    possible_seatings_('P',_3)  _C425                                           -11
    possible_seatings_('P',_3)  _C435                                           -10
    possible_seatings_('P',_3)  _C444                                            -9
    possible_seatings_('P',_3)  _C452                                            -8
    possible_seatings_('P',_3)  _C459                                            -7
    possible_seatings_('P',_3)  _C465                                            -6
    possible_seatings_('P',_3)  _C470                                            -5
    possible_seatings_('P',_3)  _C474                                            -4
    possible_seatings_('P',_3)  _C477                                            -3
    possible_seatings_('P',_3)  _C479                                            -2
    possible_seatings_('P',_3)  _C480                                            -1
    possible_seatings_('A',_4)  Maximum_table_size_4                              1
    possible_seatings_('A',_4)  Must_seat_A                                       1
    possible_seatings_('A',_4)  _C481                                            -1
    possible_seatings_('A',_4)  _C482                                            -2
    possible_seatings_('A',_4)  _C483                                            -3
    possible_seatings_('A',_4)  _C484                                            -4
    possible_seatings_('A',_4)  _C485                                            -5
    possible_seatings_('A',_4)  _C486                                            -6
    possible_seatings_('A',_4)  _C487                                            -7
    possible_seatings_('A',_4)  _C488                                            -8
    possible_seatings_('A',_4)  _C489                                            -9
    possible_seatings_('A',_4)  _C490                                           -10
    possible_seatings_('A',_4)  _C491                                           -11
    possible_seatings_('A',_4)  _C492                                           -12
    possible_seatings_('A',_4)  _C493                                           -13
    possible_seatings_('A',_4)  _C494                                           -14
    possible_seatings_('A',_4)  _C495                                           -15
    possible_seatings_('B',_4)  Maximum_table_size_4                              1
    possible_seatings_('B',_4)  Must_seat_B                                       1
    possible_seatings_('B',_4)  _C481                                            -1
    possible_seatings_('B',_4)  _C496                                            -1
    possible_seatings_('B',_4)  _C497                                            -2
    possible_seatings_('B',_4)  _C498                                            -3
    possible_seatings_('B',_4)  _C499                                            -4
    possible_seatings_('B',_4)  _C500                                            -5
    possible_seatings_('B',_4)  _C501                                            -6
    possible_seatings_('B',_4)  _C502                                            -7
    possible_seatings_('B',_4)  _C503                                            -8
    possible_seatings_('B',_4)  _C504                                            -9
    possible_seatings_('B',_4)  _C505                                           -10
    possible_seatings_('B',_4)  _C506                                           -11
    possible_seatings_('B',_4)  _C507                                           -12
    possible_seatings_('B',_4)  _C508                                           -13
    possible_seatings_('B',_4)  _C509                                           -14
    possible_seatings_('C',_4)  Maximum_table_size_4                              1
    possible_seatings_('C',_4)  Must_seat_C                                       1
    possible_seatings_('C',_4)  _C482                                            -2
    possible_seatings_('C',_4)  _C496                                            -1
    possible_seatings_('C',_4)  _C510                                            -1
    possible_seatings_('C',_4)  _C511                                            -2
    possible_seatings_('C',_4)  _C512                                            -3
    possible_seatings_('C',_4)  _C513                                            -4
    possible_seatings_('C',_4)  _C514                                            -5
    possible_seatings_('C',_4)  _C515                                            -6
    possible_seatings_('C',_4)  _C516                                            -7
    possible_seatings_('C',_4)  _C517                                            -8
    possible_seatings_('C',_4)  _C518                                            -9
    possible_seatings_('C',_4)  _C519                                           -10
    possible_seatings_('C',_4)  _C520                                           -11
    possible_seatings_('C',_4)  _C521                                           -12
    possible_seatings_('C',_4)  _C522                                           -13
    possible_seatings_('D',_4)  Maximum_table_size_4                              1
    possible_seatings_('D',_4)  Must_seat_D                                       1
    possible_seatings_('D',_4)  _C483                                            -3
    possible_seatings_('D',_4)  _C497                                            -2
    possible_seatings_('D',_4)  _C510                                            -1
    possible_seatings_('D',_4)  _C523                                            -1
    possible_seatings_('D',_4)  _C524                                            -2
    possible_seatings_('D',_4)  _C525                                            -3
    possible_seatings_('D',_4)  _C526                                            -4
    possible_seatings_('D',_4)  _C527                                            -5
    possible_seatings_('D',_4)  _C528                                            -6
    possible_seatings_('D',_4)  _C529                                            -7
    possible_seatings_('D',_4)  _C530                                            -8
    possible_seatings_('D',_4)  _C531                                            -9
    possible_seatings_('D',_4)  _C532                                           -10
    possible_seatings_('D',_4)  _C533                                           -11
    possible_seatings_('D',_4)  _C534                                           -12
    possible_seatings_('E',_4)  Maximum_table_size_4                              1
    possible_seatings_('E',_4)  Must_seat_E                                       1
    possible_seatings_('E',_4)  _C484                                            -4
    possible_seatings_('E',_4)  _C498                                            -3
    possible_seatings_('E',_4)  _C511                                            -2
    possible_seatings_('E',_4)  _C523                                            -1
    possible_seatings_('E',_4)  _C535                                            -1
    possible_seatings_('E',_4)  _C536                                            -2
    possible_seatings_('E',_4)  _C537                                            -3
    possible_seatings_('E',_4)  _C538                                            -4
    possible_seatings_('E',_4)  _C539                                            -5
    possible_seatings_('E',_4)  _C540                                            -6
    possible_seatings_('E',_4)  _C541                                            -7
    possible_seatings_('E',_4)  _C542                                            -8
    possible_seatings_('E',_4)  _C543                                            -9
    possible_seatings_('E',_4)  _C544                                           -10
    possible_seatings_('E',_4)  _C545                                           -11
    possible_seatings_('F',_4)  Maximum_table_size_4                              1
    possible_seatings_('F',_4)  Must_seat_F                                       1
    possible_seatings_('F',_4)  _C485                                            -5
    possible_seatings_('F',_4)  _C499                                            -4
    possible_seatings_('F',_4)  _C512                                            -3
    possible_seatings_('F',_4)  _C524                                            -2
    possible_seatings_('F',_4)  _C535                                            -1
    possible_seatings_('F',_4)  _C546                                            -1
    possible_seatings_('F',_4)  _C547                                            -2
    possible_seatings_('F',_4)  _C548                                            -3
    possible_seatings_('F',_4)  _C549                                            -4
    possible_seatings_('F',_4)  _C550                                            -5
    possible_seatings_('F',_4)  _C551                                            -6
    possible_seatings_('F',_4)  _C552                                            -7
    possible_seatings_('F',_4)  _C553                                            -8
    possible_seatings_('F',_4)  _C554                                            -9
    possible_seatings_('F',_4)  _C555                                           -10
    possible_seatings_('G',_4)  Maximum_table_size_4                              1
    possible_seatings_('G',_4)  Must_seat_G                                       1
    possible_seatings_('G',_4)  _C486                                            -6
    possible_seatings_('G',_4)  _C500                                            -5
    possible_seatings_('G',_4)  _C513                                            -4
    possible_seatings_('G',_4)  _C525                                            -3
    possible_seatings_('G',_4)  _C536                                            -2
    possible_seatings_('G',_4)  _C546                                            -1
    possible_seatings_('G',_4)  _C556                                            -1
    possible_seatings_('G',_4)  _C557                                            -2
    possible_seatings_('G',_4)  _C558                                            -3
    possible_seatings_('G',_4)  _C559                                            -4
    possible_seatings_('G',_4)  _C560                                            -5
    possible_seatings_('G',_4)  _C561                                            -6
    possible_seatings_('G',_4)  _C562                                            -7
    possible_seatings_('G',_4)  _C563                                            -8
    possible_seatings_('G',_4)  _C564                                            -9
    possible_seatings_('H',_4)  Maximum_table_size_4                              1
    possible_seatings_('H',_4)  Must_seat_H                                       1
    possible_seatings_('H',_4)  _C487                                            -7
    possible_seatings_('H',_4)  _C501                                            -6
    possible_seatings_('H',_4)  _C514                                            -5
    possible_seatings_('H',_4)  _C526                                            -4
    possible_seatings_('H',_4)  _C537                                            -3
    possible_seatings_('H',_4)  _C547                                            -2
    possible_seatings_('H',_4)  _C556                                            -1
    possible_seatings_('H',_4)  _C565                                            -1
    possible_seatings_('H',_4)  _C566                                            -2
    possible_seatings_('H',_4)  _C567                                            -3
    possible_seatings_('H',_4)  _C568                                            -4
    possible_seatings_('H',_4)  _C569                                            -5
    possible_seatings_('H',_4)  _C570                                            -6
    possible_seatings_('H',_4)  _C571                                            -7
    possible_seatings_('H',_4)  _C572                                            -8
    possible_seatings_('I',_4)  Maximum_table_size_4                              1
    possible_seatings_('I',_4)  Must_seat_I                                       1
    possible_seatings_('I',_4)  _C488                                            -8
    possible_seatings_('I',_4)  _C502                                            -7
    possible_seatings_('I',_4)  _C515                                            -6
    possible_seatings_('I',_4)  _C527                                            -5
    possible_seatings_('I',_4)  _C538                                            -4
    possible_seatings_('I',_4)  _C548                                            -3
    possible_seatings_('I',_4)  _C557                                            -2
    possible_seatings_('I',_4)  _C565                                            -1
    possible_seatings_('I',_4)  _C573                                            -1
    possible_seatings_('I',_4)  _C574                                            -2
    possible_seatings_('I',_4)  _C575                                            -3
    possible_seatings_('I',_4)  _C576                                            -4
    possible_seatings_('I',_4)  _C577                                            -5
    possible_seatings_('I',_4)  _C578                                            -6
    possible_seatings_('I',_4)  _C579                                            -7
    possible_seatings_('J',_4)  Maximum_table_size_4                              1
    possible_seatings_('J',_4)  Must_seat_J                                       1
    possible_seatings_('J',_4)  _C489                                            -9
    possible_seatings_('J',_4)  _C503                                            -8
    possible_seatings_('J',_4)  _C516                                            -7
    possible_seatings_('J',_4)  _C528                                            -6
    possible_seatings_('J',_4)  _C539                                            -5
    possible_seatings_('J',_4)  _C549                                            -4
    possible_seatings_('J',_4)  _C558                                            -3
    possible_seatings_('J',_4)  _C566                                            -2
    possible_seatings_('J',_4)  _C573                                            -1
    possible_seatings_('J',_4)  _C580                                            -1
    possible_seatings_('J',_4)  _C581                                            -2
    possible_seatings_('J',_4)  _C582                                            -3
    possible_seatings_('J',_4)  _C583                                            -4
    possible_seatings_('J',_4)  _C584                                            -5
    possible_seatings_('J',_4)  _C585                                            -6
    possible_seatings_('K',_4)  Maximum_table_size_4                              1
    possible_seatings_('K',_4)  Must_seat_K                                       1
    possible_seatings_('K',_4)  _C490                                           -10
    possible_seatings_('K',_4)  _C504                                            -9
    possible_seatings_('K',_4)  _C517                                            -8
    possible_seatings_('K',_4)  _C529                                            -7
    possible_seatings_('K',_4)  _C540                                            -6
    possible_seatings_('K',_4)  _C550                                            -5
    possible_seatings_('K',_4)  _C559                                            -4
    possible_seatings_('K',_4)  _C567                                            -3
    possible_seatings_('K',_4)  _C574                                            -2
    possible_seatings_('K',_4)  _C580                                            -1
    possible_seatings_('K',_4)  _C586                                            -1
    possible_seatings_('K',_4)  _C587                                            -2
    possible_seatings_('K',_4)  _C588                                            -3
    possible_seatings_('K',_4)  _C589                                            -4
    possible_seatings_('K',_4)  _C590                                            -5
    possible_seatings_('L',_4)  Maximum_table_size_4                              1
    possible_seatings_('L',_4)  Must_seat_L                                       1
    possible_seatings_('L',_4)  _C491                                           -11
    possible_seatings_('L',_4)  _C505                                           -10
    possible_seatings_('L',_4)  _C518                                            -9
    possible_seatings_('L',_4)  _C530                                            -8
    possible_seatings_('L',_4)  _C541                                            -7
    possible_seatings_('L',_4)  _C551                                            -6
    possible_seatings_('L',_4)  _C560                                            -5
    possible_seatings_('L',_4)  _C568                                            -4
    possible_seatings_('L',_4)  _C575                                            -3
    possible_seatings_('L',_4)  _C581                                            -2
    possible_seatings_('L',_4)  _C586                                            -1
    possible_seatings_('L',_4)  _C591                                            -1
    possible_seatings_('L',_4)  _C592                                            -2
    possible_seatings_('L',_4)  _C593                                            -3
    possible_seatings_('L',_4)  _C594                                            -4
    possible_seatings_('M',_4)  Maximum_table_size_4                              1
    possible_seatings_('M',_4)  Must_seat_M                                       1
    possible_seatings_('M',_4)  _C492                                           -12
    possible_seatings_('M',_4)  _C506                                           -11
    possible_seatings_('M',_4)  _C519                                           -10
    possible_seatings_('M',_4)  _C531                                            -9
    possible_seatings_('M',_4)  _C542                                            -8
    possible_seatings_('M',_4)  _C552                                            -7
    possible_seatings_('M',_4)  _C561                                            -6
    possible_seatings_('M',_4)  _C569                                            -5
    possible_seatings_('M',_4)  _C576                                            -4
    possible_seatings_('M',_4)  _C582                                            -3
    possible_seatings_('M',_4)  _C587                                            -2
    possible_seatings_('M',_4)  _C591                                            -1
    possible_seatings_('M',_4)  _C595                                            -1
    possible_seatings_('M',_4)  _C596                                            -2
    possible_seatings_('M',_4)  _C597                                            -3
    possible_seatings_('N',_4)  Maximum_table_size_4                              1
    possible_seatings_('N',_4)  Must_seat_N                                       1
    possible_seatings_('N',_4)  _C493                                           -13
    possible_seatings_('N',_4)  _C507                                           -12
    possible_seatings_('N',_4)  _C520                                           -11
    possible_seatings_('N',_4)  _C532                                           -10
    possible_seatings_('N',_4)  _C543                                            -9
    possible_seatings_('N',_4)  _C553                                            -8
    possible_seatings_('N',_4)  _C562                                            -7
    possible_seatings_('N',_4)  _C570                                            -6
    possible_seatings_('N',_4)  _C577                                            -5
    possible_seatings_('N',_4)  _C583                                            -4
    possible_seatings_('N',_4)  _C588                                            -3
    possible_seatings_('N',_4)  _C592                                            -2
    possible_seatings_('N',_4)  _C595                                            -1
    possible_seatings_('N',_4)  _C598                                            -1
    possible_seatings_('N',_4)  _C599                                            -2
    possible_seatings_('O',_4)  Maximum_table_size_4                              1
    possible_seatings_('O',_4)  Must_seat_O                                       1
    possible_seatings_('O',_4)  _C494                                           -14
    possible_seatings_('O',_4)  _C508                                           -13
    possible_seatings_('O',_4)  _C521                                           -12
    possible_seatings_('O',_4)  _C533                                           -11
    possible_seatings_('O',_4)  _C544                                           -10
    possible_seatings_('O',_4)  _C554                                            -9
    possible_seatings_('O',_4)  _C563                                            -8
    possible_seatings_('O',_4)  _C571                                            -7
    possible_seatings_('O',_4)  _C578                                            -6
    possible_seatings_('O',_4)  _C584                                            -5
    possible_seatings_('O',_4)  _C589                                            -4
    possible_seatings_('O',_4)  _C593                                            -3
    possible_seatings_('O',_4)  _C596                                            -2
    possible_seatings_('O',_4)  _C598                                            -1
    possible_seatings_('O',_4)  _C600                                            -1
    possible_seatings_('P',_4)  Maximum_table_size_4                              1
    possible_seatings_('P',_4)  Must_seat_P                                       1
    possible_seatings_('P',_4)  _C495                                           -15
    possible_seatings_('P',_4)  _C509                                           -14
    possible_seatings_('P',_4)  _C522                                           -13
    possible_seatings_('P',_4)  _C534                                           -12
    possible_seatings_('P',_4)  _C545                                           -11
    possible_seatings_('P',_4)  _C555                                           -10
    possible_seatings_('P',_4)  _C564                                            -9
    possible_seatings_('P',_4)  _C572                                            -8
    possible_seatings_('P',_4)  _C579                                            -7
    possible_seatings_('P',_4)  _C585                                            -6
    possible_seatings_('P',_4)  _C590                                            -5
    possible_seatings_('P',_4)  _C594                                            -4
    possible_seatings_('P',_4)  _C597                                            -3
    possible_seatings_('P',_4)  _C599                                            -2
    possible_seatings_('P',_4)  _C600                                            -1
    MARK0001  'MARKER'                 'INTEND'
RHS
    rhs                         Maximum_table_size_0                              4
    rhs                         Maximum_table_size_1                              4
    rhs                         Maximum_table_size_2                              4
    rhs                         Maximum_table_size_3                              4
    rhs                         Maximum_table_size_4                              4
    rhs                         Must_seat_A                                       1
    rhs                         Must_seat_B                                       1
    rhs                         Must_seat_C                                       1
    rhs                         Must_seat_D                                       1
    rhs                         Must_seat_E                                       1
    rhs                         Must_seat_F                                       1
    rhs                         Must_seat_G                                       1
    rhs                         Must_seat_H                                       1
    rhs                         Must_seat_I                                       1
    rhs                         Must_seat_J                                       1
    rhs                         Must_seat_K                                       1
    rhs                         Must_seat_L                                       1
    rhs                         Must_seat_M                                       1
    rhs                         Must_seat_N                                       1
    rhs                         Must_seat_O                                       1
    rhs                         Must_seat_P                                       1
    rhs                         _C1                                              -1
    rhs                         _C10                                            -10
    rhs                         _C100                                            -1
    rhs                         _C101                                            -2
    rhs                         _C102                                            -3
    rhs                         _C103                                            -4
    rhs                         _C104                                            -5
    rhs                         _C105                                            -6
    rhs                         _C106                                            -1
    rhs                         _C107                                            -2
    rhs                         _C108                                            -3
    rhs                         _C109                                            -4
    rhs                         _C11                                            -11
    rhs                         _C110                                            -5
    rhs                         _C111                                            -1
    rhs                         _C112                                            -2
    rhs                         _C113                                            -3
    rhs                         _C114                                            -4
    rhs                         _C115                                            -1
    rhs                         _C116                                            -2
    rhs                         _C117                                            -3
    rhs                         _C118                                            -1
    rhs                         _C119                                            -2
    rhs                         _C12                                            -12
    rhs                         _C120                                            -1
    rhs                         _C121                                            -1
    rhs                         _C122                                            -2
    rhs                         _C123                                            -3
    rhs                         _C124                                            -4
    rhs                         _C125                                            -5
    rhs                         _C126                                            -6
    rhs                         _C127                                            -7
    rhs                         _C128                                            -8
    rhs                         _C129                                            -9
    rhs                         _C13                                            -13
    rhs                         _C130                                           -10
    rhs                         _C131                                           -11
    rhs                         _C132                                           -12
    rhs                         _C133                                           -13
    rhs                         _C134                                           -14
    rhs                         _C135                                           -15
    rhs                         _C136                                            -1
    rhs                         _C137                                            -2
    rhs                         _C138                                            -3
    rhs                         _C139                                            -4
    rhs                         _C14                                            -14
    rhs                         _C140                                            -5
    rhs                         _C141                                            -6
    rhs                         _C142                                            -7
    rhs                         _C143                                            -8
    rhs                         _C144                                            -9
    rhs                         _C145                                           -10
    rhs                         _C146                                           -11
    rhs                         _C147                                           -12
    rhs                         _C148                                           -13
    rhs                         _C149                                           -14
    rhs                         _C15                                            -15
    rhs                         _C150                                            -1
    rhs                         _C151                                            -2
    rhs                         _C152                                            -3
    rhs                         _C153                                            -4
    rhs                         _C154                                            -5
    rhs                         _C155                                            -6
    rhs                         _C156                                            -7
    rhs                         _C157                                            -8
    rhs                         _C158                                            -9
    rhs                         _C159                                           -10
    rhs                         _C16                                             -1
    rhs                         _C160                                           -11
    rhs                         _C161                                           -12
    rhs                         _C162                                           -13
    rhs                         _C163                                            -1
    rhs                         _C164                                            -2
    rhs                         _C165                                            -3
    rhs                         _C166                                            -4
    rhs                         _C167                                            -5
    rhs                         _C168                                            -6
    rhs                         _C169                                            -7
    rhs                         _C17                                             -2
    rhs                         _C170                                            -8
    rhs                         _C171                                            -9
    rhs                         _C172                                           -10
    rhs                         _C173                                           -11
    rhs                         _C174                                           -12
    rhs                         _C175                                            -1
    rhs                         _C176                                            -2
    rhs                         _C177                                            -3
    rhs                         _C178                                            -4
    rhs                         _C179                                            -5
    rhs                         _C18                                             -3
    rhs                         _C180                                            -6
    rhs                         _C181                                            -7
    rhs                         _C182                                            -8
    rhs                         _C183                                            -9
    rhs                         _C184                                           -10
    rhs                         _C185                                           -11
    rhs                         _C186                                            -1
    rhs                         _C187                                            -2
    rhs                         _C188                                            -3
    rhs                         _C189                                            -4
    rhs                         _C19                                             -4
    rhs                         _C190                                            -5
    rhs                         _C191                                            -6
    rhs                         _C192                                            -7
    rhs                         _C193                                            -8
    rhs                         _C194                                            -9
    rhs                         _C195                                           -10
    rhs                         _C196                                            -1
    rhs                         _C197                                            -2
    rhs                         _C198                                            -3
    rhs                         _C199                                            -4
    rhs                         _C2                                              -2
    rhs                         _C20                                             -5
    rhs                         _C200                                            -5
    rhs                         _C201                                            -6
    rhs                         _C202                                            -7
    rhs                         _C203                                            -8
    rhs                         _C204                                            -9
    rhs                         _C205                                            -1
    rhs                         _C206                                            -2
    rhs                         _C207                                            -3
    rhs                         _C208                                            -4
    rhs                         _C209                                            -5
    rhs                         _C21                                             -6
    rhs                         _C210                                            -6
    rhs                         _C211                                            -7
    rhs                         _C212                                            -8
    rhs                         _C213                                            -1
    rhs                         _C214                                            -2
    rhs                         _C215                                            -3
    rhs                         _C216                                            -4
    rhs                         _C217                                            -5
    rhs                         _C218                                            -6
    rhs                         _C219                                            -7
    rhs                         _C22                                             -7
    rhs                         _C220                                            -1
    rhs                         _C221                                            -2
    rhs                         _C222                                            -3
    rhs                         _C223                                            -4
    rhs                         _C224                                            -5
    rhs                         _C225                                            -6
    rhs                         _C226                                            -1
    rhs                         _C227                                            -2
    rhs                         _C228                                            -3
    rhs                         _C229                                            -4
    rhs                         _C23                                             -8
    rhs                         _C230                                            -5
    rhs                         _C231                                            -1
    rhs                         _C232                                            -2
    rhs                         _C233                                            -3
    rhs                         _C234                                            -4
    rhs                         _C235                                            -1
    rhs                         _C236                                            -2
    rhs                         _C237                                            -3
    rhs                         _C238                                            -1
    rhs                         _C239                                            -2
    rhs                         _C24                                             -9
    rhs                         _C240                                            -1
    rhs                         _C241                                            -1
    rhs                         _C242                                            -2
    rhs                         _C243                                            -3
    rhs                         _C244                                            -4
    rhs                         _C245                                            -5
    rhs                         _C246                                            -6
    rhs                         _C247                                            -7
    rhs                         _C248                                            -8
    rhs                         _C249                                            -9
    rhs                         _C25                                            -10
    rhs                         _C250                                           -10
    rhs                         _C251                                           -11
    rhs                         _C252                                           -12
    rhs                         _C253                                           -13
    rhs                         _C254                                           -14
    rhs                         _C255                                           -15
    rhs                         _C256                                            -1
    rhs                         _C257                                            -2
    rhs                         _C258                                            -3
    rhs                         _C259                                            -4
    rhs                         _C26                                            -11
    rhs                         _C260                                            -5
    rhs                         _C261                                            -6
    rhs                         _C262                                            -7
    rhs                         _C263                                            -8
    rhs                         _C264                                            -9
    rhs                         _C265                                           -10
    rhs                         _C266                                           -11
    rhs                         _C267                                           -12
    rhs                         _C268                                           -13
    rhs                         _C269                                           -14
    rhs                         _C27                                            -12
    rhs                         _C270                                            -1
    rhs                         _C271                                            -2
    rhs                         _C272                                            -3
    rhs                         _C273                                            -4
    rhs                         _C274                                            -5
    rhs                         _C275                                            -6
    rhs                         _C276                                            -7
    rhs                         _C277                                            -8
    rhs                         _C278                                            -9
    rhs                         _C279                                           -10
    rhs                         _C28                                            -13
    rhs                         _C280                                           -11
    rhs                         _C281                                           -12
    rhs                         _C282                                           -13
    rhs                         _C283                                            -1
    rhs                         _C284                                            -2
    rhs                         _C285                                            -3
    rhs                         _C286                                            -4
    rhs                         _C287                                            -5
    rhs                         _C288                                            -6
    rhs                         _C289                                            -7
    rhs                         _C29                                            -14
    rhs                         _C290                                            -8
    rhs                         _C291                                            -9
    rhs                         _C292                                           -10
    rhs                         _C293                                           -11
    rhs                         _C294                                           -12
    rhs                         _C295                                            -1
    rhs                         _C296                                            -2
    rhs                         _C297                                            -3
    rhs                         _C298                                            -4
    rhs                         _C299                                            -5
    rhs                         _C3                                              -3
    rhs                         _C30                                             -1
    rhs                         _C300                                            -6
    rhs                         _C301                                            -7
    rhs                         _C302                                            -8
    rhs                         _C303                                            -9
    rhs                         _C304                                           -10
    rhs                         _C305                                           -11
    rhs                         _C306                                            -1
    rhs                         _C307                                            -2
    rhs                         _C308                                            -3
    rhs                         _C309                                            -4
    rhs                         _C31                                             -2
    rhs                         _C310                                            -5
    rhs                         _C311                                            -6
    rhs                         _C312                                            -7
    rhs                         _C313                                            -8
    rhs                         _C314                                            -9
    rhs                         _C315                                           -10
    rhs                         _C316                                            -1
    rhs                         _C317                                            -2
    rhs                         _C318                                            -3
    rhs                         _C319                                            -4
    rhs                         _C32                                             -3
    rhs                         _C320                                            -5
    rhs                         _C321                                            -6
    rhs                         _C322                                            -7
    rhs                         _C323                                            -8
    rhs                         _C324                                            -9
    rhs                         _C325                                            -1
    rhs                         _C326                                            -2
    rhs                         _C327                                            -3
    rhs                         _C328                                            -4
    rhs                         _C329                                            -5
    rhs                         _C33                                             -4
    rhs                         _C330                                            -6
    rhs                         _C331                                            -7
    rhs                         _C332                                            -8
    rhs                         _C333                                            -1
    rhs                         _C334                                            -2
    rhs                         _C335                                            -3
    rhs                         _C336                                            -4
    rhs                         _C337                                            -5
    rhs                         _C338                                            -6
    rhs                         _C339                                            -7
    rhs                         _C34                                             -5
    rhs                         _C340                                            -1
    rhs                         _C341                                            -2
    rhs                         _C342                                            -3
    rhs                         _C343                                            -4
    rhs                         _C344                                            -5
    rhs                         _C345                                            -6
    rhs                         _C346                                            -1
    rhs                         _C347                                            -2
    rhs                         _C348                                            -3
    rhs                         _C349                                            -4
    rhs                         _C35                                             -6
    rhs                         _C350                                            -5
    rhs                         _C351                                            -1
    rhs                         _C352                                            -2
    rhs                         _C353                                            -3
    rhs                         _C354                                            -4
    rhs                         _C355                                            -1
    rhs                         _C356                                            -2
    rhs                         _C357                                            -3
    rhs                         _C358                                            -1
    rhs                         _C359                                            -2
    rhs                         _C36                                             -7
    rhs                         _C360                                            -1
    rhs                         _C361                                            -1
    rhs                         _C362                                            -2
    rhs                         _C363                                            -3
    rhs                         _C364                                            -4
    rhs                         _C365                                            -5
    rhs                         _C366                                            -6
    rhs                         _C367                                            -7
    rhs                         _C368                                            -8
    rhs                         _C369                                            -9
    rhs                         _C37                                             -8
    rhs                         _C370                                           -10
    rhs                         _C371                                           -11
    rhs                         _C372                                           -12
    rhs                         _C373                                           -13
    rhs                         _C374                                           -14
    rhs                         _C375                                           -15
    rhs                         _C376                                            -1
    rhs                         _C377                                            -2
    rhs                         _C378                                            -3
    rhs                         _C379                                            -4
    rhs                         _C38                                             -9
    rhs                         _C380                                            -5
    rhs                         _C381                                            -6
    rhs                         _C382                                            -7
    rhs                         _C383                                            -8
    rhs                         _C384                                            -9
    rhs                         _C385                                           -10
    rhs                         _C386                                           -11
    rhs                         _C387                                           -12
    rhs                         _C388                                           -13
    rhs                         _C389                                           -14
    rhs                         _C39                                            -10
    rhs                         _C390                                            -1
    rhs                         _C391                                            -2
    rhs                         _C392                                            -3
    rhs                         _C393                                            -4
    rhs                         _C394                                            -5
    rhs                         _C395                                            -6
    rhs                         _C396                                            -7
    rhs                         _C397                                            -8
    rhs                         _C398                                            -9
    rhs                         _C399                                           -10
    rhs                         _C4                                              -4
    rhs                         _C40                                            -11
    rhs                         _C400                                           -11
    rhs                         _C401                                           -12
    rhs                         _C402                                           -13
    rhs                         _C403                                            -1
    rhs                         _C404                                            -2
    rhs                         _C405                                            -3
    rhs                         _C406                                            -4
    rhs                         _C407                                            -5
    rhs                         _C408                                            -6
    rhs                         _C409                                            -7
    rhs                         _C41                                            -12
    rhs                         _C410                                            -8
    rhs                         _C411                                            -9
    rhs                         _C412                                           -10
    rhs                         _C413                                           -11
    rhs                         _C414                                           -12
    rhs                         _C415                                            -1
    rhs                         _C416                                            -2
    rhs                         _C417                                            -3
    rhs                         _C418                                            -4
    rhs                         _C419                                            -5
    rhs                         _C42                                            -13
    rhs                         _C420                                            -6
    rhs                         _C421                                            -7
    rhs                         _C422                                            -8
    rhs                         _C423                                            -9
    rhs                         _C424                                           -10
    rhs                         _C425                                           -11
    rhs                         _C426                                            -1
    rhs                         _C427                                            -2
    rhs                         _C428                                            -3
    rhs                         _C429                                            -4
    rhs                         _C43                                             -1
    rhs                         _C430                                            -5
    rhs                         _C431                                            -6
    rhs                         _C432                                            -7
    rhs                         _C433                                            -8
    rhs                         _C434                                            -9
    rhs                         _C435                                           -10
    rhs                         _C436                                            -1
    rhs                         _C437                                            -2
    rhs                         _C438                                            -3
    rhs                         _C439                                            -4
    rhs                         _C44                                             -2
    rhs                         _C440                                            -5
    rhs                         _C441                                            -6
    rhs                         _C442                                            -7
    rhs                         _C443                                            -8
    rhs                         _C444                                            -9
    rhs                         _C445                                            -1
    rhs                         _C446                                            -2
    rhs                         _C447                                            -3
    rhs                         _C448                                            -4
    rhs                         _C449                                            -5
    rhs                         _C45                                             -3
    rhs                         _C450                                            -6
    rhs                         _C451                                            -7
    rhs                         _C452                                            -8
    rhs                         _C453                                            -1
    rhs                         _C454                                            -2
    rhs                         _C455                                            -3
    rhs                         _C456                                            -4
    rhs                         _C457                                            -5
    rhs                         _C458                                            -6
    rhs                         _C459                                            -7
    rhs                         _C46                                             -4
    rhs                         _C460                                            -1
    rhs                         _C461                                            -2
    rhs                         _C462                                            -3
    rhs                         _C463                                            -4
    rhs                         _C464                                            -5
    rhs                         _C465                                            -6
    rhs                         _C466                                            -1
    rhs                         _C467                                            -2
    rhs                         _C468                                            -3
    rhs                         _C469                                            -4
    rhs                         _C47                                             -5
    rhs                         _C470                                            -5
    rhs                         _C471                                            -1
    rhs                         _C472                                            -2
    rhs                         _C473                                            -3
    rhs                         _C474                                            -4
    rhs                         _C475                                            -1
    rhs                         _C476                                            -2
    rhs                         _C477                                            -3
    rhs                         _C478                                            -1
    rhs                         _C479                                            -2
    rhs                         _C48                                             -6
    rhs                         _C480                                            -1
    rhs                         _C481                                            -1
    rhs                         _C482                                            -2
    rhs                         _C483                                            -3
    rhs                         _C484                                            -4
    rhs                         _C485                                            -5
    rhs                         _C486                                            -6
    rhs                         _C487                                            -7
    rhs                         _C488                                            -8
    rhs                         _C489                                            -9
    rhs                         _C49                                             -7
    rhs                         _C490                                           -10
    rhs                         _C491                                           -11
    rhs                         _C492                                           -12
    rhs                         _C493                                           -13
    rhs                         _C494                                           -14
    rhs                         _C495                                           -15
    rhs                         _C496                                            -1
    rhs                         _C497                                            -2
    rhs                         _C498                                            -3
    rhs                         _C499                                            -4
    rhs                         _C5                                              -5
    rhs                         _C50                                             -8
    rhs                         _C500                                            -5
    rhs                         _C501                                            -6
    rhs                         _C502                                            -7
    rhs                         _C503                                            -8
    rhs                         _C504                                            -9
    rhs                         _C505                                           -10
    rhs                         _C506                                           -11
    rhs                         _C507                                           -12
    rhs                         _C508                                           -13
    rhs                         _C509                                           -14
    rhs                         _C51                                             -9
    rhs                         _C510                                            -1
    rhs                         _C511                                            -2
    rhs                         _C512                                            -3
    rhs                         _C513                                            -4
    rhs                         _C514                                            -5
    rhs                         _C515                                            -6
    rhs                         _C516                                            -7
    rhs                         _C517                                            -8
    rhs                         _C518                                            -9
    rhs                         _C519                                           -10
    rhs                         _C52                                            -10
    rhs                         _C520                                           -11
    rhs                         _C521                                           -12
    rhs                         _C522                                           -13
    rhs                         _C523                                            -1
    rhs                         _C524                                            -2
    rhs                         _C525                                            -3
    rhs                         _C526                                            -4
    rhs                         _C527                                            -5
    rhs                         _C528                                            -6
    rhs                         _C529                                            -7
    rhs                         _C53                                            -11
    rhs                         _C530                                            -8
    rhs                         _C531                                            -9
    rhs                         _C532                                           -10
    rhs                         _C533                                           -11
    rhs                         _C534                                           -12
    rhs                         _C535                                            -1
    rhs                         _C536                                            -2
    rhs                         _C537                                            -3
    rhs                         _C538                                            -4
    rhs                         _C539                                            -5
    rhs                         _C54                                            -12
    rhs                         _C540                                            -6
    rhs                         _C541                                            -7
    rhs                         _C542                                            -8
    rhs                         _C543                                            -9
    rhs                         _C544                                           -10
    rhs                         _C545                                           -11
    rhs                         _C546                                            -1
    rhs                         _C547                                            -2
    rhs                         _C548                                            -3
    rhs                         _C549                                            -4
    rhs                         _C55                                             -1
    rhs                         _C550                                            -5
    rhs                         _C551                                            -6
    rhs                         _C552                                            -7
    rhs                         _C553                                            -8
    rhs                         _C554                                            -9
    rhs                         _C555                                           -10
    rhs                         _C556                                            -1
    rhs                         _C557                                            -2
    rhs                         _C558                                            -3
    rhs                         _C559                                            -4
    rhs                         _C56                                             -2
    rhs                         _C560                                            -5
    rhs                         _C561                                            -6
    rhs                         _C562                                            -7
    rhs                         _C563                                            -8
    rhs                         _C564                                            -9
    rhs                         _C565                                            -1
    rhs                         _C566                                            -2
    rhs                         _C567                                            -3
    rhs                         _C568                                            -4
    rhs                         _C569                                            -5
    rhs                         _C57                                             -3
    rhs                         _C570                                            -6
    rhs                         _C571                                            -7
    rhs                         _C572                                            -8
    rhs                         _C573                                            -1
    rhs                         _C574                                            -2
    rhs                         _C575                                            -3
    rhs                         _C576                                            -4
    rhs                         _C577                                            -5
    rhs                         _C578                                            -6
    rhs                         _C579                                            -7
    rhs                         _C58                                             -4
    rhs                         _C580                                            -1
    rhs                         _C581                                            -2
    rhs                         _C582                                            -3
    rhs                         _C583                                            -4
    rhs                         _C584                                            -5
    rhs                         _C585                                            -6
    rhs                         _C586                                            -1
    rhs                         _C587                                            -2
    rhs                         _C588                                            -3
    rhs                         _C589                                            -4
    rhs                         _C59                                             -5
    rhs                         _C590                                            -5
    rhs                         _C591                                            -1
    rhs                         _C592                                            -2
    rhs                         _C593                                            -3
    rhs                         _C594                                            -4
    rhs                         _C595                                            -1
    rhs                         _C596                                            -2
    rhs                         _C597                                            -3
    rhs                         _C598                                            -1
    rhs                         _C599                                            -2
    rhs                         _C6                                              -6
    rhs                         _C60                                             -6
    rhs                         _C600                                            -1
    rhs                         _C61                                             -7
    rhs                         _C62                                             -8
    rhs                         _C63                                             -9
    rhs                         _C64                                            -10
    rhs                         _C65                                            -11
    rhs                         _C66                                             -1
    rhs                         _C67                                             -2
    rhs                         _C68                                             -3
    rhs                         _C69                                             -4
    rhs                         _C7                                              -7
    rhs                         _C70                                             -5
    rhs                         _C71                                             -6
    rhs                         _C72                                             -7
    rhs                         _C73                                             -8
    rhs                         _C74                                             -9
    rhs                         _C75                                            -10
    rhs                         _C76                                             -1
    rhs                         _C77                                             -2
    rhs                         _C78                                             -3
    rhs                         _C79                                             -4
    rhs                         _C8                                              -8
    rhs                         _C80                                             -5
    rhs                         _C81                                             -6
    rhs                         _C82                                             -7
    rhs                         _C83                                             -8
    rhs                         _C84                                             -9
    rhs                         _C85                                             -1
    rhs                         _C86                                             -2
    rhs                         _C87                                             -3
    rhs                         _C88                                             -4
    rhs                         _C89                                             -5
    rhs                         _C9                                              -9
    rhs                         _C90                                             -6
    rhs                         _C91                                             -7
    rhs                         _C92                                             -8
    rhs                         _C93                                             -1
    rhs                         _C94                                             -2
    rhs                         _C95                                             -3
    rhs                         _C96                                             -4
    rhs                         _C97                                             -5
    rhs                         _C98                                             -6
    rhs                         _C99                                             -7
BOUNDS
 UP bnd                         possible_seatings_('A',_0)                        1
 UP bnd                         possible_seatings_('B',_0)                        1
 UP bnd                         possible_seatings_('C',_0)                        1
 UP bnd                         possible_seatings_('D',_0)                        1
 UP bnd                         possible_seatings_('E',_0)                        1
 UP bnd                         possible_seatings_('F',_0)                        1
 UP bnd                         possible_seatings_('G',_0)                        1
 UP bnd                         possible_seatings_('H',_0)                        1
 UP bnd                         possible_seatings_('I',_0)                        1
 UP bnd                         possible_seatings_('J',_0)                        1
 UP bnd                         possible_seatings_('K',_0)                        1
 UP bnd                         possible_seatings_('L',_0)                        1
 UP bnd                         possible_seatings_('M',_0)                        1
 UP bnd                         possible_seatings_('N',_0)                        1
 UP bnd                         possible_seatings_('O',_0)                        1
 UP bnd                         possible_seatings_('P',_0)                        1
 UP bnd                         possible_seatings_('A',_1)                        1
 UP bnd                         possible_seatings_('B',_1)                        1
 UP bnd                         possible_seatings_('C',_1)                        1
 UP bnd                         possible_seatings_('D',_1)                        1
 UP bnd                         possible_seatings_('E',_1)                        1
 UP bnd                         possible_seatings_('F',_1)                        1
 UP bnd                         possible_seatings_('G',_1)                        1
 UP bnd                         possible_seatings_('H',_1)                        1
 UP bnd                         possible_seatings_('I',_1)                        1
 UP bnd                         possible_seatings_('J',_1)                        1
 UP bnd                         possible_seatings_('K',_1)                        1
 UP bnd                         possible_seatings_('L',_1)                        1
 UP bnd                         possible_seatings_('M',_1)                        1
 UP bnd                         possible_seatings_('N',_1)                        1
 UP bnd                         possible_seatings_('O',_1)                        1
 UP bnd                         possible_seatings_('P',_1)                        1
 UP bnd                         possible_seatings_('A',_2)                        1
 UP bnd                         possible_seatings_('B',_2)                        1
 UP bnd                         possible_seatings_('C',_2)                        1
 UP bnd                         possible_seatings_('D',_2)                        1
 UP bnd                         possible_seatings_('E',_2)                        1
 UP bnd                         possible_seatings_('F',_2)                        1
 UP bnd                         possible_seatings_('G',_2)                        1
 UP bnd                         possible_seatings_('H',_2)                        1
 UP bnd                         possible_seatings_('I',_2)                        1
 UP bnd                         possible_seatings_('J',_2)                        1
 UP bnd                         possible_seatings_('K',_2)                        1
 UP bnd                         possible_seatings_('L',_2)                        1
 UP bnd                         possible_seatings_('M',_2)                        1
 UP bnd                         possible_seatings_('N',_2)                        1
 UP bnd                         possible_seatings_('O',_2)                        1
 UP bnd                         possible_seatings_('P',_2)                        1
 UP bnd                         possible_seatings_('A',_3)                        1
 UP bnd                         possible_seatings_('B',_3)                        1
 UP bnd                         possible_seatings_('C',_3)                        1
 UP bnd                         possible_seatings_('D',_3)                        1
 UP bnd                         possible_seatings_('E',_3)                        1
 UP bnd                         possible_seatings_('F',_3)                        1
 UP bnd                         possible_seatings_('G',_3)                        1
 UP bnd                         possible_seatings_('H',_3)                        1
 UP bnd                         possible_seatings_('I',_3)                        1
 UP bnd                         possible_seatings_('J',_3)                        1
 UP bnd                         possible_seatings_('K',_3)                        1
 UP bnd                         possible_seatings_('L',_3)                        1
 UP bnd                         possible_seatings_('M',_3)                        1
 UP bnd                         possible_seatings_('N',_3)                        1
 UP bnd                         possible_seatings_('O',_3)                        1
 UP bnd                         possible_seatings_('P',_3)                        1
 UP bnd                         possible_seatings_('A',_4)                        1
 UP bnd                         possible_seatings_('B',_4)                        1
 UP bnd                         possible_seatings_('C',_4)                        1
 UP bnd                         possible_seatings_('D',_4)                        1
 UP bnd                         possible_seatings_('E',_4)                        1
 UP bnd                         possible_seatings_('F',_4)                        1
 UP bnd                         possible_seatings_('G',_4)                        1
 UP bnd                         possible_seatings_('H',_4)                        1
 UP bnd                         possible_seatings_('I',_4)                        1
 UP bnd                         possible_seatings_('J',_4)                        1
 UP bnd                         possible_seatings_('K',_4)                        1
 UP bnd                         possible_seatings_('L',_4)                        1
 UP bnd                         possible_seatings_('M',_4)                        1
 UP bnd                         possible_seatings_('N',_4)                        1
 UP bnd                         possible_seatings_('O',_4)                        1
 UP bnd                         possible_seatings_('P',_4)                        1
ENDATA