]> SALOME platform Git repositories - modules/homard.git/blob - src/tool/Includes_Generaux/hexcf2.h
Salome HOME
Homard executable
[modules/homard.git] / src / tool / Includes_Generaux / hexcf2.h
1 c
2 c L'indice est le code 'binaire' du decoupage. Pour chaque numero local
3 c d'arete, on affecte 1 ou 0 selon que l'arete est decoupee ou non.
4 c Le code binaire est contruit par la somme des puissances de 2 selon
5 c l'ordre croissant des numeros d'aretes. Par exemple, si les aretes
6 c 1, 2 et 5 sont coupees, le code vaut 2**0 + 2**1 + 2**4 = 19
7 c
8 c chnp1 : nombre de sommets a creer
9 c chnar : nombre d'aretes a creer
10 c chnpy : nombre de pyramides a creer
11 c chnte : nombre de tetraedres a creer
12 c chnhe : nombre d'hexaedres a creer
13 c chperm : code de la permutation pour aller sur la reference
14 c chbirf : code 'binaire' du decoupage de reference de la classe
15 c chetat : etat de l'hexaedre apres le decoupage
16 c chtn2i : type des noeuds P2 a interpoler
17 c charde : liste des aretes decoupees
18 c chclas : la classe d'equivalence concernee
19 c
20 c chbiet : code binaire pour un etat de l'hexaedre
21 c
22       do 12345 , iaux = 0 , 4096
23         chnp1(iaux) = -1
24         chnar(iaux) = -1
25         chnpy(iaux) = -1
26         chnte(iaux) = -1
27         chnhe(iaux) = -1
28         chperm(iaux) = -1
29         chbirf(iaux) = -1
30         chetat(iaux) = -1
31         chtn2i(iaux) = -1
32         charde(iaux) = '                                    '
33 c                       123456789012345678901234567890123456
34         chclas(iaux) = '     '
35 12345 continue
36       do 12346 , iaux = 0 , 1000
37         chbiet(iaux) = -1
38 12346 continue
39 c
40 c ===========================================
41 c hexaedre decoupe dont au moins un des fils est decoupe
42 c
43       chbiet(9) = 4095
44 c
45 c ===========================================
46 c Classe d'equivalence  0-00
47 c
48 c Pas de decoupage
49       chnp1 (0) = 0
50       chnar (0) = 0
51       chnpy (0) = 0
52       chnte (0) = 0
53       chnhe (0) = 0
54       chperm (0) = 0
55       chbirf (0) = 0
56       chetat (0) = 0
57       chtn2i (0) = 1
58       chbiet (0) = 0
59 c
60 c ===========================================
61 c Classe d'equivalence  1-00
62 c
63 c Aretes coupees :   1
64       chclas (1) = ' 1-00'
65 c Code des aretes coupees : 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0
66       charde (1)(1:3) = '  1'
67       chnp1 (1) = 0
68       chnar (1) = 2
69       chnpy (1) = 4
70       chnte (1) = 0
71       chnhe (1) = 0
72       chperm (1) = 0
73       chbirf (1) = 1
74       chetat (1) = 11
75       chtn2i (1) = 11
76       chbiet (11) = 1
77 c
78 c Aretes coupees :   2
79       chclas (2) = ' 1-00'
80 c Code des aretes coupees : 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0
81       charde (2)(1:3) = '  2'
82       chnp1 (2) = 0
83       chnar (2) = 2
84       chnpy (2) = 4
85       chnte (2) = 0
86       chnhe (2) = 0
87       chperm (2) = 330
88       chbirf (2) = 1
89       chetat (2) = 12
90       chtn2i (2) = 11
91       chbiet (12) = 2
92 c
93 c Aretes coupees :   3
94       chclas (4) = ' 1-00'
95 c Code des aretes coupees : 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0
96       charde (4)(1:3) = '  3'
97       chnp1 (4) = 0
98       chnar (4) = 2
99       chnpy (4) = 4
100       chnte (4) = 0
101       chnhe (4) = 0
102       chperm (4) = 310
103       chbirf (4) = 1
104       chetat (4) = 13
105       chtn2i (4) = 11
106       chbiet (13) = 4
107 c
108 c Aretes coupees :   4
109       chclas (8) = ' 1-00'
110 c Code des aretes coupees : 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0
111       charde (8)(1:3) = '  4'
112       chnp1 (8) = 0
113       chnar (8) = 2
114       chnpy (8) = 4
115       chnte (8) = 0
116       chnhe (8) = 0
117       chperm (8) = 300
118       chbirf (8) = 1
119       chetat (8) = 14
120       chtn2i (8) = 11
121       chbiet (14) = 8
122 c
123 c Aretes coupees :   5
124       chclas (16) = ' 1-00'
125 c Code des aretes coupees : 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0
126       charde (16)(1:3) = '  5'
127       chnp1 (16) = 0
128       chnar (16) = 2
129       chnpy (16) = 4
130       chnte (16) = 0
131       chnhe (16) = 0
132       chperm (16) = 30
133       chbirf (16) = 1
134       chetat (16) = 15
135       chtn2i (16) = 11
136       chbiet (15) = 16
137 c
138 c Aretes coupees :   6
139       chclas (32) = ' 1-00'
140 c Code des aretes coupees : 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0
141       charde (32)(1:3) = '  6'
142       chnp1 (32) = 0
143       chnar (32) = 2
144       chnpy (32) = 4
145       chnte (32) = 0
146       chnhe (32) = 0
147       chperm (32) = 10
148       chbirf (32) = 1
149       chetat (32) = 16
150       chtn2i (32) = 11
151       chbiet (16) = 32
152 c
153 c Aretes coupees :   7
154       chclas (64) = ' 1-00'
155 c Code des aretes coupees : 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0
156       charde (64)(1:3) = '  7'
157       chnp1 (64) = 0
158       chnar (64) = 2
159       chnpy (64) = 4
160       chnte (64) = 0
161       chnhe (64) = 0
162       chperm (64) = 230
163       chbirf (64) = 1
164       chetat (64) = 17
165       chtn2i (64) = 11
166       chbiet (17) = 64
167 c
168 c Aretes coupees :   8
169       chclas (128) = ' 1-00'
170 c Code des aretes coupees : 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0
171       charde (128)(1:3) = '  8'
172       chnp1 (128) = 0
173       chnar (128) = 2
174       chnpy (128) = 4
175       chnte (128) = 0
176       chnhe (128) = 0
177       chperm (128) = 210
178       chbirf (128) = 1
179       chetat (128) = 18
180       chtn2i (128) = 11
181       chbiet (18) = 128
182 c
183 c Aretes coupees :   9
184       chclas (256) = ' 1-00'
185 c Code des aretes coupees : 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0
186       charde (256)(1:3) = '  9'
187       chnp1 (256) = 0
188       chnar (256) = 2
189       chnpy (256) = 4
190       chnte (256) = 0
191       chnhe (256) = 0
192       chperm (256) = 100
193       chbirf (256) = 1
194       chetat (256) = 19
195       chtn2i (256) = 11
196       chbiet (19) = 256
197 c
198 c Aretes coupees :  10
199       chclas (512) = ' 1-00'
200 c Code des aretes coupees : 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0
201       charde (512)(1:3) = ' 10'
202       chnp1 (512) = 0
203       chnar (512) = 2
204       chnpy (512) = 4
205       chnte (512) = 0
206       chnhe (512) = 0
207       chperm (512) = 130
208       chbirf (512) = 1
209       chetat (512) = 20
210       chtn2i (512) = 11
211       chbiet (20) = 512
212 c
213 c Aretes coupees :  11
214       chclas (1024) = ' 1-00'
215 c Code des aretes coupees : 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0
216       charde (1024)(1:3) = ' 11'
217       chnp1 (1024) = 0
218       chnar (1024) = 2
219       chnpy (1024) = 4
220       chnte (1024) = 0
221       chnhe (1024) = 0
222       chperm (1024) = 110
223       chbirf (1024) = 1
224       chetat (1024) = 21
225       chtn2i (1024) = 11
226       chbiet (21) = 1024
227 c
228 c Aretes coupees :  12
229       chclas (2048) = ' 1-00'
230 c Code des aretes coupees : 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1
231       charde (2048)(1:3) = ' 12'
232       chnp1 (2048) = 0
233       chnar (2048) = 2
234       chnpy (2048) = 4
235       chnte (2048) = 0
236       chnhe (2048) = 0
237       chperm (2048) = 200
238       chbirf (2048) = 1
239       chetat (2048) = 22
240       chtn2i (2048) = 11
241       chbiet (22) = 2048
242 c
243 c ===========================================
244 c Classe d'equivalence  2-00
245 c
246 c Aretes coupees :   1  7
247       chclas (65) = ' 2-00'
248 c Code des aretes coupees : 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0
249       charde (65)(1:6) = '  1  7'
250       chnp1 (65) = 1
251       chnar (65) = 10
252       chnpy (65) = 2
253       chnte (65) = 12
254       chnhe (65) = 0
255       chperm (65) = 0
256       chbirf (65) = 65
257       chetat (65) = 23
258       chtn2i (65) = 70
259       chbiet (23) = 65
260 c
261 c Aretes coupees :   1 11
262       chclas (1025) = ' 2-00'
263 c Code des aretes coupees : 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0
264       charde (1025)(1:6) = '  1 11'
265       chnp1 (1025) = 1
266       chnar (1025) = 10
267       chnpy (1025) = 2
268       chnte (1025) = 12
269       chnhe (1025) = 0
270       chperm (1025) = 110
271       chbirf (1025) = 65
272       chetat (1025) = 24
273       chtn2i (1025) = 70
274       chbiet (24) = 1025
275 c
276 c Aretes coupees :   2  8
277       chclas (130) = ' 2-00'
278 c Code des aretes coupees : 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0
279       charde (130)(1:6) = '  2  8'
280       chnp1 (130) = 1
281       chnar (130) = 10
282       chnpy (130) = 2
283       chnte (130) = 12
284       chnhe (130) = 0
285       chperm (130) = 1
286       chbirf (130) = 65
287       chetat (130) = 25
288       chtn2i (130) = 70
289       chbiet (25) = 130
290 c
291 c Aretes coupees :   2  9
292       chclas (258) = ' 2-00'
293 c Code des aretes coupees : 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0
294       charde (258)(1:6) = '  2  9'
295       chnp1 (258) = 1
296       chnar (258) = 10
297       chnpy (258) = 2
298       chnte (258) = 12
299       chnhe (258) = 0
300       chperm (258) = 100
301       chbirf (258) = 65
302       chetat (258) = 26
303       chtn2i (258) = 70
304       chbiet (26) = 258
305 c
306 c Aretes coupees :   3  5
307       chclas (20) = ' 2-00'
308 c Code des aretes coupees : 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0
309       charde (20)(1:6) = '  3  5'
310       chnp1 (20) = 1
311       chnar (20) = 10
312       chnpy (20) = 2
313       chnte (20) = 12
314       chnhe (20) = 0
315       chperm (20) = 101
316       chbirf (20) = 65
317       chetat (20) = 27
318       chtn2i (20) = 70
319       chbiet (27) = 20
320 c
321 c Aretes coupees :   3 12
322       chclas (2052) = ' 2-00'
323 c Code des aretes coupees : 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1
324       charde (2052)(1:6) = '  3 12'
325       chnp1 (2052) = 1
326       chnar (2052) = 10
327       chnpy (2052) = 2
328       chnte (2052) = 12
329       chnhe (2052) = 0
330       chperm (2052) = 310
331       chbirf (2052) = 65
332       chetat (2052) = 28
333       chtn2i (2052) = 70
334       chbiet (28) = 2052
335 c
336 c Aretes coupees :   4  6
337       chclas (40) = ' 2-00'
338 c Code des aretes coupees : 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0
339       charde (40)(1:6) = '  4  6'
340       chnp1 (40) = 1
341       chnar (40) = 10
342       chnpy (40) = 2
343       chnte (40) = 12
344       chnhe (40) = 0
345       chperm (40) = 10
346       chbirf (40) = 65
347       chetat (40) = 29
348       chtn2i (40) = 70
349       chbiet (29) = 40
350 c
351 c Aretes coupees :   4 10
352       chclas (520) = ' 2-00'
353 c Code des aretes coupees : 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0
354       charde (520)(1:6) = '  4 10'
355       chnp1 (520) = 1
356       chnar (520) = 10
357       chnpy (520) = 2
358       chnte (520) = 12
359       chnhe (520) = 0
360       chperm (520) = 300
361       chbirf (520) = 65
362       chetat (520) = 30
363       chtn2i (520) = 70
364       chbiet (30) = 520
365 c
366 c Aretes coupees :   5 12
367       chclas (2064) = ' 2-00'
368 c Code des aretes coupees : 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1
369       charde (2064)(1:6) = '  5 12'
370       chnp1 (2064) = 1
371       chnar (2064) = 10
372       chnpy (2064) = 2
373       chnte (2064) = 12
374       chnhe (2064) = 0
375       chperm (2064) = 200
376       chbirf (2064) = 65
377       chetat (2064) = 31
378       chtn2i (2064) = 70
379       chbiet (31) = 2064
380 c
381 c Aretes coupees :   6 10
382       chclas (544) = ' 2-00'
383 c Code des aretes coupees : 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0
384       charde (544)(1:6) = '  6 10'
385       chnp1 (544) = 1
386       chnar (544) = 10
387       chnpy (544) = 2
388       chnte (544) = 12
389       chnhe (544) = 0
390       chperm (544) = 201
391       chbirf (544) = 65
392       chetat (544) = 32
393       chtn2i (544) = 70
394       chbiet (32) = 544
395 c
396 c Aretes coupees :   7 11
397       chclas (1088) = ' 2-00'
398 c Code des aretes coupees : 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0
399       charde (1088)(1:6) = '  7 11'
400       chnp1 (1088) = 1
401       chnar (1088) = 10
402       chnpy (1088) = 2
403       chnte (1088) = 12
404       chnhe (1088) = 0
405       chperm (1088) = 301
406       chbirf (1088) = 65
407       chetat (1088) = 33
408       chtn2i (1088) = 70
409       chbiet (33) = 1088
410 c
411 c Aretes coupees :   8  9
412       chclas (384) = ' 2-00'
413 c Code des aretes coupees : 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0
414       charde (384)(1:6) = '  8  9'
415       chnp1 (384) = 1
416       chnar (384) = 10
417       chnpy (384) = 2
418       chnte (384) = 12
419       chnhe (384) = 0
420       chperm (384) = 210
421       chbirf (384) = 65
422       chetat (384) = 34
423       chtn2i (384) = 70
424       chbiet (34) = 384
425 c
426 c ===========================================
427 c Classe d'equivalence  2-01
428 c
429 c Aretes coupees :   1  8
430       chclas (129) = ' 2-01'
431 c Code des aretes coupees : 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0
432       charde (129)(1:6) = '  1  8'
433       chnp1 (129) = 1
434       chnar (129) = 10
435       chnpy (129) = 2
436       chnte (129) = 12
437       chnhe (129) = 0
438       chperm (129) = 0
439       chbirf (129) = 129
440       chetat (129) = 35
441       chtn2i (129) = 70
442       chbiet (35) = 129
443 c
444 c Aretes coupees :   1 10
445       chclas (513) = ' 2-01'
446 c Code des aretes coupees : 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0
447       charde (513)(1:6) = '  1 10'
448       chnp1 (513) = 1
449       chnar (513) = 10
450       chnpy (513) = 2
451       chnte (513) = 12
452       chnhe (513) = 0
453       chperm (513) = 320
454       chbirf (513) = 129
455       chetat (513) = 36
456       chtn2i (513) = 70
457       chbiet (36) = 513
458 c
459 c Aretes coupees :   2  6
460       chclas (34) = ' 2-01'
461 c Code des aretes coupees : 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0
462       charde (34)(1:6) = '  2  6'
463       chnp1 (34) = 1
464       chnar (34) = 10
465       chnpy (34) = 2
466       chnte (34) = 12
467       chnhe (34) = 0
468       chperm (34) = 1
469       chbirf (34) = 129
470       chetat (34) = 37
471       chtn2i (34) = 70
472       chbiet (37) = 34
473 c
474 c Aretes coupees :   2 12
475       chclas (2050) = ' 2-01'
476 c Code des aretes coupees : 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1
477       charde (2050)(1:6) = '  2 12'
478       chnp1 (2050) = 1
479       chnar (2050) = 10
480       chnpy (2050) = 2
481       chnte (2050) = 12
482       chnhe (2050) = 0
483       chperm (2050) = 120
484       chbirf (2050) = 129
485       chetat (2050) = 38
486       chtn2i (2050) = 70
487       chbiet (38) = 2050
488 c
489 c Aretes coupees :   3  7
490       chclas (68) = ' 2-01'
491 c Code des aretes coupees : 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0
492       charde (68)(1:6) = '  3  7'
493       chnp1 (68) = 1
494       chnar (68) = 10
495       chnpy (68) = 2
496       chnte (68) = 12
497       chnhe (68) = 0
498       chperm (68) = 301
499       chbirf (68) = 129
500       chetat (68) = 39
501       chtn2i (68) = 70
502       chbiet (39) = 68
503 c
504 c Aretes coupees :   3  9
505       chclas (260) = ' 2-01'
506 c Code des aretes coupees : 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0
507       charde (260)(1:6) = '  3  9'
508       chnp1 (260) = 1
509       chnar (260) = 10
510       chnpy (260) = 2
511       chnte (260) = 12
512       chnhe (260) = 0
513       chperm (260) = 100
514       chbirf (260) = 129
515       chetat (260) = 40
516       chtn2i (260) = 70
517       chbiet (40) = 260
518 c
519 c Aretes coupees :   4  5
520       chclas (24) = ' 2-01'
521 c Code des aretes coupees : 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0
522       charde (24)(1:6) = '  4  5'
523       chnp1 (24) = 1
524       chnar (24) = 10
525       chnpy (24) = 2
526       chnte (24) = 12
527       chnhe (24) = 0
528       chperm (24) = 220
529       chbirf (24) = 129
530       chetat (24) = 41
531       chtn2i (24) = 70
532       chbiet (41) = 24
533 c
534 c Aretes coupees :   4 11
535       chclas (1032) = ' 2-01'
536 c Code des aretes coupees : 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0
537       charde (1032)(1:6) = '  4 11'
538       chnp1 (1032) = 1
539       chnar (1032) = 10
540       chnpy (1032) = 2
541       chnte (1032) = 12
542       chnhe (1032) = 0
543       chperm (1032) = 300
544       chbirf (1032) = 129
545       chetat (1032) = 42
546       chtn2i (1032) = 70
547       chbiet (42) = 1032
548 c
549 c Aretes coupees :   5 11
550       chclas (1040) = ' 2-01'
551 c Code des aretes coupees : 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0
552       charde (1040)(1:6) = '  5 11'
553       chnp1 (1040) = 1
554       chnar (1040) = 10
555       chnpy (1040) = 2
556       chnte (1040) = 12
557       chnhe (1040) = 0
558       chperm (1040) = 101
559       chbirf (1040) = 129
560       chetat (1040) = 43
561       chtn2i (1040) = 70
562       chbiet (43) = 1040
563 c
564 c Aretes coupees :   6 12
565       chclas (2080) = ' 2-01'
566 c Code des aretes coupees : 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1
567       charde (2080)(1:6) = '  6 12'
568       chnp1 (2080) = 1
569       chnar (2080) = 10
570       chnpy (2080) = 2
571       chnte (2080) = 12
572       chnhe (2080) = 0
573       chperm (2080) = 200
574       chbirf (2080) = 129
575       chetat (2080) = 44
576       chtn2i (2080) = 70
577       chbiet (44) = 2080
578 c
579 c Aretes coupees :   7  9
580       chclas (320) = ' 2-01'
581 c Code des aretes coupees : 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0
582       charde (320)(1:6) = '  7  9'
583       chnp1 (320) = 1
584       chnar (320) = 10
585       chnpy (320) = 2
586       chnte (320) = 12
587       chnhe (320) = 0
588       chperm (320) = 20
589       chbirf (320) = 129
590       chetat (320) = 45
591       chtn2i (320) = 70
592       chbiet (45) = 320
593 c
594 c Aretes coupees :   8 10
595       chclas (640) = ' 2-01'
596 c Code des aretes coupees : 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0
597       charde (640)(1:6) = '  8 10'
598       chnp1 (640) = 1
599       chnar (640) = 10
600       chnpy (640) = 2
601       chnte (640) = 12
602       chnhe (640) = 0
603       chperm (640) = 201
604       chbirf (640) = 129
605       chetat (640) = 46
606       chtn2i (640) = 70
607       chbiet (46) = 640
608 c
609 c ===========================================
610 c Classe d'equivalence  2-02
611 c
612 c Aretes coupees :   1 12
613       chclas (2049) = ' 2-02'
614 c Code des aretes coupees : 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1
615       charde (2049)(1:6) = '  1 12'
616       chnp1 (2049) = 1
617       chnar (2049) = 10
618       chnpy (2049) = 2
619       chnte (2049) = 12
620       chnhe (2049) = 0
621       chperm (2049) = 0
622       chbirf (2049) = 2049
623       chetat (2049) = 47
624       chtn2i (2049) = 70
625       chbiet (47) = 2049
626 c
627 c Aretes coupees :   2 11
628       chclas (1026) = ' 2-02'
629 c Code des aretes coupees : 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0
630       charde (1026)(1:6) = '  2 11'
631       chnp1 (1026) = 1
632       chnar (1026) = 10
633       chnpy (1026) = 2
634       chnte (1026) = 12
635       chnhe (1026) = 0
636       chperm (1026) = 110
637       chbirf (1026) = 2049
638       chetat (1026) = 48
639       chtn2i (1026) = 70
640       chbiet (48) = 1026
641 c
642 c Aretes coupees :   3 10
643       chclas (516) = ' 2-02'
644 c Code des aretes coupees : 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0
645       charde (516)(1:6) = '  3 10'
646       chnp1 (516) = 1
647       chnar (516) = 10
648       chnpy (516) = 2
649       chnte (516) = 12
650       chnhe (516) = 0
651       chperm (516) = 310
652       chbirf (516) = 2049
653       chetat (516) = 49
654       chtn2i (516) = 70
655       chbiet (49) = 516
656 c
657 c Aretes coupees :   4  9
658       chclas (264) = ' 2-02'
659 c Code des aretes coupees : 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0
660       charde (264)(1:6) = '  4  9'
661       chnp1 (264) = 1
662       chnar (264) = 10
663       chnpy (264) = 2
664       chnte (264) = 12
665       chnhe (264) = 0
666       chperm (264) = 100
667       chbirf (264) = 2049
668       chetat (264) = 50
669       chtn2i (264) = 70
670       chbiet (50) = 264
671 c
672 c Aretes coupees :   5  8
673       chclas (144) = ' 2-02'
674 c Code des aretes coupees : 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0
675       charde (144)(1:6) = '  5  8'
676       chnp1 (144) = 1
677       chnar (144) = 10
678       chnpy (144) = 2
679       chnte (144) = 12
680       chnhe (144) = 0
681       chperm (144) = 210
682       chbirf (144) = 2049
683       chetat (144) = 51
684       chtn2i (144) = 70
685       chbiet (51) = 144
686 c
687 c Aretes coupees :   6  7
688       chclas (96) = ' 2-02'
689 c Code des aretes coupees : 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0
690       charde (96)(1:6) = '  6  7'
691       chnp1 (96) = 1
692       chnar (96) = 10
693       chnpy (96) = 2
694       chnte (96) = 12
695       chnhe (96) = 0
696       chperm (96) = 10
697       chbirf (96) = 2049
698       chetat (96) = 52
699       chtn2i (96) = 70
700       chbiet (52) = 96
701 c
702 c ===========================================
703 c Classe d'equivalence  2-03
704 c
705 c Aretes coupees :   1  2
706       chclas (3) = ' 2-03'
707 c Code des aretes coupees : 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0
708       charde (3)(1:6) = '  1  2'
709       chnp1 (3) = 1
710       chnar (3) = 11
711       chnpy (3) = 6
712       chnte (3) = 6
713       chnhe (3) = 0
714       chperm (3) = 0
715       chbirf (3) = 3
716       chetat (3) = 53
717       chtn2i (3) = 210
718       chbiet (53) = 3
719 c
720 c Aretes coupees :   1  3
721       chclas (5) = ' 2-03'
722 c Code des aretes coupees : 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0
723       charde (5)(1:6) = '  1  3'
724       chnp1 (5) = 1
725       chnar (5) = 11
726       chnpy (5) = 6
727       chnte (5) = 6
728       chnhe (5) = 0
729       chperm (5) = 221
730       chbirf (5) = 3
731       chetat (5) = 54
732       chtn2i (5) = 210
733       chbiet (54) = 5
734 c
735 c Aretes coupees :   1  5
736       chclas (17) = ' 2-03'
737 c Code des aretes coupees : 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0
738       charde (17)(1:6) = '  1  5'
739       chnp1 (17) = 1
740       chnar (17) = 11
741       chnpy (17) = 6
742       chnte (17) = 6
743       chnhe (17) = 0
744       chperm (17) = 101
745       chbirf (17) = 3
746       chetat (17) = 55
747       chtn2i (17) = 210
748       chbiet (55) = 17
749 c
750 c Aretes coupees :   1  6
751       chclas (33) = ' 2-03'
752 c Code des aretes coupees : 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0
753       charde (33)(1:6) = '  1  6'
754       chnp1 (33) = 1
755       chnar (33) = 11
756       chnpy (33) = 6
757       chnte (33) = 6
758       chnhe (33) = 0
759       chperm (33) = 320
760       chbirf (33) = 3
761       chetat (33) = 56
762       chtn2i (33) = 210
763       chbiet (56) = 33
764 c
765 c Aretes coupees :   2  4
766       chclas (10) = ' 2-03'
767 c Code des aretes coupees : 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0
768       charde (10)(1:6) = '  2  4'
769       chnp1 (10) = 1
770       chnar (10) = 11
771       chnpy (10) = 6
772       chnte (10) = 6
773       chnhe (10) = 0
774       chperm (10) = 1
775       chbirf (10) = 3
776       chetat (10) = 57
777       chtn2i (10) = 210
778       chbiet (57) = 10
779 c
780 c Aretes coupees :   2  5
781       chclas (18) = ' 2-03'
782 c Code des aretes coupees : 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0
783       charde (18)(1:6) = '  2  5'
784       chnp1 (18) = 1
785       chnar (18) = 11
786       chnpy (18) = 6
787       chnte (18) = 6
788       chnhe (18) = 0
789       chperm (18) = 330
790       chbirf (18) = 3
791       chetat (18) = 58
792       chtn2i (18) = 210
793       chbiet (58) = 18
794 c
795 c Aretes coupees :   2  7
796       chclas (66) = ' 2-03'
797 c Code des aretes coupees : 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0
798       charde (66)(1:6) = '  2  7'
799       chnp1 (66) = 1
800       chnar (66) = 11
801       chnpy (66) = 6
802       chnte (66) = 6
803       chnhe (66) = 0
804       chperm (66) = 230
805       chbirf (66) = 3
806       chetat (66) = 59
807       chtn2i (66) = 210
808       chbiet (59) = 66
809 c
810 c Aretes coupees :   3  4
811       chclas (12) = ' 2-03'
812 c Code des aretes coupees : 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0
813       charde (12)(1:6) = '  3  4'
814       chnp1 (12) = 1
815       chnar (12) = 11
816       chnpy (12) = 6
817       chnte (12) = 6
818       chnhe (12) = 0
819       chperm (12) = 220
820       chbirf (12) = 3
821       chetat (12) = 60
822       chtn2i (12) = 210
823       chbiet (60) = 12
824 c
825 c Aretes coupees :   3  6
826       chclas (36) = ' 2-03'
827 c Code des aretes coupees : 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0
828       charde (36)(1:6) = '  3  6'
829       chnp1 (36) = 1
830       chnar (36) = 11
831       chnpy (36) = 6
832       chnte (36) = 6
833       chnhe (36) = 0
834       chperm (36) = 10
835       chbirf (36) = 3
836       chetat (36) = 61
837       chtn2i (36) = 210
838       chbiet (61) = 36
839 c
840 c Aretes coupees :   3  8
841       chclas (132) = ' 2-03'
842 c Code des aretes coupees : 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0
843       charde (132)(1:6) = '  3  8'
844       chnp1 (132) = 1
845       chnar (132) = 11
846       chnpy (132) = 6
847       chnte (132) = 6
848       chnhe (132) = 0
849       chperm (132) = 310
850       chbirf (132) = 3
851       chetat (132) = 62
852       chtn2i (132) = 210
853       chbiet (62) = 132
854 c
855 c Aretes coupees :   4  7
856       chclas (72) = ' 2-03'
857 c Code des aretes coupees : 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0
858       charde (72)(1:6) = '  4  7'
859       chnp1 (72) = 1
860       chnar (72) = 11
861       chnpy (72) = 6
862       chnte (72) = 6
863       chnhe (72) = 0
864       chperm (72) = 300
865       chbirf (72) = 3
866       chetat (72) = 63
867       chtn2i (72) = 210
868       chbiet (63) = 72
869 c
870 c Aretes coupees :   4  8
871       chclas (136) = ' 2-03'
872 c Code des aretes coupees : 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0
873       charde (136)(1:6) = '  4  8'
874       chnp1 (136) = 1
875       chnar (136) = 11
876       chnpy (136) = 6
877       chnte (136) = 6
878       chnhe (136) = 0
879       chperm (136) = 121
880       chbirf (136) = 3
881       chetat (136) = 64
882       chtn2i (136) = 210
883       chbiet (64) = 136
884 c
885 c Aretes coupees :   5  9
886       chclas (272) = ' 2-03'
887 c Code des aretes coupees : 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0
888       charde (272)(1:6) = '  5  9'
889       chnp1 (272) = 1
890       chnar (272) = 11
891       chnpy (272) = 6
892       chnte (272) = 6
893       chnhe (272) = 0
894       chperm (272) = 100
895       chbirf (272) = 3
896       chetat (272) = 65
897       chtn2i (272) = 210
898       chbiet (65) = 272
899 c
900 c Aretes coupees :   5 10
901       chclas (528) = ' 2-03'
902 c Code des aretes coupees : 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0
903       charde (528)(1:6) = '  5 10'
904       chnp1 (528) = 1
905       chnar (528) = 11
906       chnpy (528) = 6
907       chnte (528) = 6
908       chnhe (528) = 0
909       chperm (528) = 30
910       chbirf (528) = 3
911       chetat (528) = 66
912       chtn2i (528) = 210
913       chbiet (66) = 528
914 c
915 c Aretes coupees :   6  9
916       chclas (288) = ' 2-03'
917 c Code des aretes coupees : 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0
918       charde (288)(1:6) = '  6  9'
919       chnp1 (288) = 1
920       chnar (288) = 11
921       chnpy (288) = 6
922       chnte (288) = 6
923       chnhe (288) = 0
924       chperm (288) = 321
925       chbirf (288) = 3
926       chetat (288) = 67
927       chtn2i (288) = 210
928       chbiet (67) = 288
929 c
930 c Aretes coupees :   6 11
931       chclas (1056) = ' 2-03'
932 c Code des aretes coupees : 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0
933       charde (1056)(1:6) = '  6 11'
934       chnp1 (1056) = 1
935       chnar (1056) = 11
936       chnpy (1056) = 6
937       chnte (1056) = 6
938       chnhe (1056) = 0
939       chperm (1056) = 110
940       chbirf (1056) = 3
941       chetat (1056) = 68
942       chtn2i (1056) = 210
943       chbiet (68) = 1056
944 c
945 c Aretes coupees :   7 10
946       chclas (576) = ' 2-03'
947 c Code des aretes coupees : 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0
948       charde (576)(1:6) = '  7 10'
949       chnp1 (576) = 1
950       chnar (576) = 11
951       chnpy (576) = 6
952       chnte (576) = 6
953       chnhe (576) = 0
954       chperm (576) = 130
955       chbirf (576) = 3
956       chetat (576) = 69
957       chtn2i (576) = 210
958       chbiet (69) = 576
959 c
960 c Aretes coupees :   7 12
961       chclas (2112) = ' 2-03'
962 c Code des aretes coupees : 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1
963       charde (2112)(1:6) = '  7 12'
964       chnp1 (2112) = 1
965       chnar (2112) = 11
966       chnpy (2112) = 6
967       chnte (2112) = 6
968       chnhe (2112) = 0
969       chperm (2112) = 301
970       chbirf (2112) = 3
971       chetat (2112) = 70
972       chtn2i (2112) = 210
973       chbiet (70) = 2112
974 c
975 c Aretes coupees :   8 11
976       chclas (1152) = ' 2-03'
977 c Code des aretes coupees : 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0
978       charde (1152)(1:6) = '  8 11'
979       chnp1 (1152) = 1
980       chnar (1152) = 11
981       chnpy (1152) = 6
982       chnte (1152) = 6
983       chnhe (1152) = 0
984       chperm (1152) = 210
985       chbirf (1152) = 3
986       chetat (1152) = 71
987       chtn2i (1152) = 210
988       chbiet (71) = 1152
989 c
990 c Aretes coupees :   8 12
991       chclas (2176) = ' 2-03'
992 c Code des aretes coupees : 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1
993       charde (2176)(1:6) = '  8 12'
994       chnp1 (2176) = 1
995       chnar (2176) = 11
996       chnpy (2176) = 6
997       chnte (2176) = 6
998       chnhe (2176) = 0
999       chperm (2176) = 120
1000       chbirf (2176) = 3
1001       chetat (2176) = 72
1002       chtn2i (2176) = 210
1003       chbiet (72) = 2176
1004 c
1005 c Aretes coupees :   9 10
1006       chclas (768) = ' 2-03'
1007 c Code des aretes coupees : 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0
1008       charde (768)(1:6) = '  9 10'
1009       chnp1 (768) = 1
1010       chnar (768) = 11
1011       chnpy (768) = 6
1012       chnte (768) = 6
1013       chnhe (768) = 0
1014       chperm (768) = 201
1015       chbirf (768) = 3
1016       chetat (768) = 73
1017       chtn2i (768) = 210
1018       chbiet (73) = 768
1019 c
1020 c Aretes coupees :   9 11
1021       chclas (1280) = ' 2-03'
1022 c Code des aretes coupees : 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0
1023       charde (1280)(1:6) = '  9 11'
1024       chnp1 (1280) = 1
1025       chnar (1280) = 11
1026       chnpy (1280) = 6
1027       chnte (1280) = 6
1028       chnhe (1280) = 0
1029       chperm (1280) = 20
1030       chbirf (1280) = 3
1031       chetat (1280) = 74
1032       chtn2i (1280) = 210
1033       chbiet (74) = 1280
1034 c
1035 c Aretes coupees :  10 12
1036       chclas (2560) = ' 2-03'
1037 c Code des aretes coupees : 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1
1038       charde (2560)(1:6) = ' 10 12'
1039       chnp1 (2560) = 1
1040       chnar (2560) = 11
1041       chnpy (2560) = 6
1042       chnte (2560) = 6
1043       chnhe (2560) = 0
1044       chperm (2560) = 200
1045       chbirf (2560) = 3
1046       chetat (2560) = 75
1047       chtn2i (2560) = 210
1048       chbiet (75) = 2560
1049 c
1050 c Aretes coupees :  11 12
1051       chclas (3072) = ' 2-03'
1052 c Code des aretes coupees : 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1
1053       charde (3072)(1:6) = ' 11 12'
1054       chnp1 (3072) = 1
1055       chnar (3072) = 11
1056       chnpy (3072) = 6
1057       chnte (3072) = 6
1058       chnhe (3072) = 0
1059       chperm (3072) = 21
1060       chbirf (3072) = 3
1061       chetat (3072) = 76
1062       chtn2i (3072) = 210
1063       chbiet (76) = 3072
1064 c
1065 c ===========================================
1066 c Classe d'equivalence  2-04
1067 c
1068 c Aretes coupees :   1  4
1069       chclas (9) = ' 2-04'
1070 c Code des aretes coupees : 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0
1071       charde (9)(1:6) = '  1  4'
1072       chnp1 (9) = 1
1073       chnar (9) = 10
1074       chnpy (9) = 5
1075       chnte (9) = 6
1076       chnhe (9) = 0
1077       chperm (9) = 0
1078       chbirf (9) = 9
1079       chetat (9) = 77
1080       chtn2i (9) = 10
1081       chbiet (77) = 9
1082 c
1083 c Aretes coupees :   1  9
1084       chclas (257) = ' 2-04'
1085 c Code des aretes coupees : 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0
1086       charde (257)(1:6) = '  1  9'
1087       chnp1 (257) = 1
1088       chnar (257) = 10
1089       chnpy (257) = 5
1090       chnte (257) = 6
1091       chnhe (257) = 0
1092       chperm (257) = 100
1093       chbirf (257) = 9
1094       chetat (257) = 78
1095       chtn2i (257) = 10
1096       chbiet (78) = 257
1097 c
1098 c Aretes coupees :   2  3
1099       chclas (6) = ' 2-04'
1100 c Code des aretes coupees : 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0
1101       charde (6)(1:6) = '  2  3'
1102       chnp1 (6) = 1
1103       chnar (6) = 10
1104       chnpy (6) = 5
1105       chnte (6) = 6
1106       chnhe (6) = 0
1107       chperm (6) = 1
1108       chbirf (6) = 9
1109       chetat (6) = 79
1110       chtn2i (6) = 10
1111       chbiet (79) = 6
1112 c
1113 c Aretes coupees :   2 10
1114       chclas (514) = ' 2-04'
1115 c Code des aretes coupees : 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0
1116       charde (514)(1:6) = '  2 10'
1117       chnp1 (514) = 1
1118       chnar (514) = 10
1119       chnpy (514) = 5
1120       chnte (514) = 6
1121       chnhe (514) = 0
1122       chperm (514) = 130
1123       chbirf (514) = 9
1124       chetat (514) = 80
1125       chtn2i (514) = 10
1126       chbiet (80) = 514
1127 c
1128 c Aretes coupees :   3 11
1129       chclas (1028) = ' 2-04'
1130 c Code des aretes coupees : 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0
1131       charde (1028)(1:6) = '  3 11'
1132       chnp1 (1028) = 1
1133       chnar (1028) = 10
1134       chnpy (1028) = 5
1135       chnte (1028) = 6
1136       chnhe (1028) = 0
1137       chperm (1028) = 110
1138       chbirf (1028) = 9
1139       chetat (1028) = 81
1140       chtn2i (1028) = 10
1141       chbiet (81) = 1028
1142 c
1143 c Aretes coupees :   4 12
1144       chclas (2056) = ' 2-04'
1145 c Code des aretes coupees : 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1
1146       charde (2056)(1:6) = '  4 12'
1147       chnp1 (2056) = 1
1148       chnar (2056) = 10
1149       chnpy (2056) = 5
1150       chnte (2056) = 6
1151       chnhe (2056) = 0
1152       chperm (2056) = 300
1153       chbirf (2056) = 9
1154       chetat (2056) = 82
1155       chtn2i (2056) = 10
1156       chbiet (82) = 2056
1157 c
1158 c Aretes coupees :   5  6
1159       chclas (48) = ' 2-04'
1160 c Code des aretes coupees : 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0
1161       charde (48)(1:6) = '  5  6'
1162       chnp1 (48) = 1
1163       chnar (48) = 10
1164       chnpy (48) = 5
1165       chnte (48) = 6
1166       chnhe (48) = 0
1167       chperm (48) = 101
1168       chbirf (48) = 9
1169       chetat (48) = 83
1170       chtn2i (48) = 10
1171       chbiet (83) = 48
1172 c
1173 c Aretes coupees :   5  7
1174       chclas (80) = ' 2-04'
1175 c Code des aretes coupees : 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0
1176       charde (80)(1:6) = '  5  7'
1177       chnp1 (80) = 1
1178       chnar (80) = 10
1179       chnpy (80) = 5
1180       chnte (80) = 6
1181       chnhe (80) = 0
1182       chperm (80) = 30
1183       chbirf (80) = 9
1184       chetat (80) = 84
1185       chtn2i (80) = 10
1186       chbiet (84) = 80
1187 c
1188 c Aretes coupees :   6  8
1189       chclas (160) = ' 2-04'
1190 c Code des aretes coupees : 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0
1191       charde (160)(1:6) = '  6  8'
1192       chnp1 (160) = 1
1193       chnar (160) = 10
1194       chnpy (160) = 5
1195       chnte (160) = 6
1196       chnhe (160) = 0
1197       chperm (160) = 10
1198       chbirf (160) = 9
1199       chetat (160) = 85
1200       chtn2i (160) = 10
1201       chbiet (85) = 160
1202 c
1203 c Aretes coupees :   7  8
1204       chclas (192) = ' 2-04'
1205 c Code des aretes coupees : 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0
1206       charde (192)(1:6) = '  7  8'
1207       chnp1 (192) = 1
1208       chnar (192) = 10
1209       chnpy (192) = 5
1210       chnte (192) = 6
1211       chnhe (192) = 0
1212       chperm (192) = 301
1213       chbirf (192) = 9
1214       chetat (192) = 86
1215       chtn2i (192) = 10
1216       chbiet (86) = 192
1217 c
1218 c Aretes coupees :   9 12
1219       chclas (2304) = ' 2-04'
1220 c Code des aretes coupees : 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1
1221       charde (2304)(1:6) = '  9 12'
1222       chnp1 (2304) = 1
1223       chnar (2304) = 10
1224       chnpy (2304) = 5
1225       chnte (2304) = 6
1226       chnhe (2304) = 0
1227       chperm (2304) = 200
1228       chbirf (2304) = 9
1229       chetat (2304) = 87
1230       chtn2i (2304) = 10
1231       chbiet (87) = 2304
1232 c
1233 c Aretes coupees :  10 11
1234       chclas (1536) = ' 2-04'
1235 c Code des aretes coupees : 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0
1236       charde (1536)(1:6) = ' 10 11'
1237       chnp1 (1536) = 1
1238       chnar (1536) = 10
1239       chnpy (1536) = 5
1240       chnte (1536) = 6
1241       chnhe (1536) = 0
1242       chperm (1536) = 201
1243       chbirf (1536) = 9
1244       chetat (1536) = 88
1245       chtn2i (1536) = 10
1246       chbiet (88) = 1536
1247 c
1248 c ===========================================
1249 c Classe d'equivalence  3-00
1250 c
1251 c Aretes coupees :   1  7 11
1252       chclas (1089) = ' 3-00'
1253 c Code des aretes coupees : 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0
1254       charde (1089)(1:9) = '  1  7 11'
1255       chnp1 (1089) = 1
1256       chnar (1089) = 11
1257       chnpy (1089) = 0
1258       chnte (1089) = 18
1259       chnhe (1089) = 0
1260       chperm (1089) = 0
1261       chbirf (1089) = 1089
1262       chetat (1089) = 89
1263       chtn2i (1089) = 70
1264       chbiet (89) = 1089
1265 c
1266 c Aretes coupees :   2  8  9
1267       chclas (386) = ' 3-00'
1268 c Code des aretes coupees : 0, 1, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0
1269       charde (386)(1:9) = '  2  8  9'
1270       chnp1 (386) = 1
1271       chnar (386) = 11
1272       chnpy (386) = 0
1273       chnte (386) = 18
1274       chnhe (386) = 0
1275       chperm (386) = 100
1276       chbirf (386) = 1089
1277       chetat (386) = 90
1278       chtn2i (386) = 70
1279       chbiet (90) = 386
1280 c
1281 c Aretes coupees :   3  5 12
1282       chclas (2068) = ' 3-00'
1283 c Code des aretes coupees : 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 1
1284       charde (2068)(1:9) = '  3  5 12'
1285       chnp1 (2068) = 1
1286       chnar (2068) = 11
1287       chnpy (2068) = 0
1288       chnte (2068) = 18
1289       chnhe (2068) = 0
1290       chperm (2068) = 200
1291       chbirf (2068) = 1089
1292       chetat (2068) = 91
1293       chtn2i (2068) = 70
1294       chbiet (91) = 2068
1295 c
1296 c Aretes coupees :   4  6 10
1297       chclas (552) = ' 3-00'
1298 c Code des aretes coupees : 0, 0, 0, 1, 0, 1, 0, 0, 0, 1, 0, 0
1299       charde (552)(1:9) = '  4  6 10'
1300       chnp1 (552) = 1
1301       chnar (552) = 11
1302       chnpy (552) = 0
1303       chnte (552) = 18
1304       chnhe (552) = 0
1305       chperm (552) = 300
1306       chbirf (552) = 1089
1307       chetat (552) = 92
1308       chtn2i (552) = 70
1309       chbiet (92) = 552
1310 c
1311 c ===========================================
1312 c Classe d'equivalence  3-01
1313 c
1314 c Aretes coupees :   1  8 10
1315       chclas (641) = ' 3-01'
1316 c Code des aretes coupees : 1, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0
1317       charde (641)(1:9) = '  1  8 10'
1318       chnp1 (641) = 1
1319       chnar (641) = 11
1320       chnpy (641) = 0
1321       chnte (641) = 18
1322       chnhe (641) = 0
1323       chperm (641) = 0
1324       chbirf (641) = 641
1325       chetat (641) = 93
1326       chtn2i (641) = 70
1327       chbiet (93) = 641
1328 c
1329 c Aretes coupees :   2  6 12
1330       chclas (2082) = ' 3-01'
1331 c Code des aretes coupees : 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1
1332       charde (2082)(1:9) = '  2  6 12'
1333       chnp1 (2082) = 1
1334       chnar (2082) = 11
1335       chnpy (2082) = 0
1336       chnte (2082) = 18
1337       chnhe (2082) = 0
1338       chperm (2082) = 200
1339       chbirf (2082) = 641
1340       chetat (2082) = 94
1341       chtn2i (2082) = 70
1342       chbiet (94) = 2082
1343 c
1344 c Aretes coupees :   3  7  9
1345       chclas (324) = ' 3-01'
1346 c Code des aretes coupees : 0, 0, 1, 0, 0, 0, 1, 0, 1, 0, 0, 0
1347       charde (324)(1:9) = '  3  7  9'
1348       chnp1 (324) = 1
1349       chnar (324) = 11
1350       chnpy (324) = 0
1351       chnte (324) = 18
1352       chnhe (324) = 0
1353       chperm (324) = 100
1354       chbirf (324) = 641
1355       chetat (324) = 95
1356       chtn2i (324) = 70
1357       chbiet (95) = 324
1358 c
1359 c Aretes coupees :   4  5 11
1360       chclas (1048) = ' 3-01'
1361 c Code des aretes coupees : 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 1, 0
1362       charde (1048)(1:9) = '  4  5 11'
1363       chnp1 (1048) = 1
1364       chnar (1048) = 11
1365       chnpy (1048) = 0
1366       chnte (1048) = 18
1367       chnhe (1048) = 0
1368       chperm (1048) = 300
1369       chbirf (1048) = 641
1370       chetat (1048) = 96
1371       chtn2i (1048) = 70
1372       chbiet (96) = 1048
1373 c
1374 c ===========================================
1375 c Classe d'equivalence  3-02
1376 c
1377 c Aretes coupees :   1  2  5
1378       chclas (19) = ' 3-02'
1379 c Code des aretes coupees : 1, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0
1380       charde (19)(1:9) = '  1  2  5'
1381       chnp1 (19) = 1
1382       chnar (19) = 14
1383       chnpy (19) = 12
1384       chnte (19) = 0
1385       chnhe (19) = 0
1386       chperm (19) = 0
1387       chbirf (19) = 19
1388       chetat (19) = 97
1389       chtn2i (19) = 210
1390       chbiet (97) = 19
1391 c
1392 c Aretes coupees :   1  3  6
1393       chclas (37) = ' 3-02'
1394 c Code des aretes coupees : 1, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0
1395       charde (37)(1:9) = '  1  3  6'
1396       chnp1 (37) = 1
1397       chnar (37) = 14
1398       chnpy (37) = 12
1399       chnte (37) = 0
1400       chnhe (37) = 0
1401       chperm (37) = 10
1402       chbirf (37) = 19
1403       chetat (37) = 98
1404       chtn2i (37) = 210
1405       chbiet (98) = 37
1406 c
1407 c Aretes coupees :   2  4  7
1408       chclas (74) = ' 3-02'
1409 c Code des aretes coupees : 0, 1, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0
1410       charde (74)(1:9) = '  2  4  7'
1411       chnp1 (74) = 1
1412       chnar (74) = 14
1413       chnpy (74) = 12
1414       chnte (74) = 0
1415       chnhe (74) = 0
1416       chperm (74) = 300
1417       chbirf (74) = 19
1418       chetat (74) = 99
1419       chtn2i (74) = 210
1420       chbiet (99) = 74
1421 c
1422 c Aretes coupees :   3  4  8
1423       chclas (140) = ' 3-02'
1424 c Code des aretes coupees : 0, 0, 1, 1, 0, 0, 0, 1, 0, 0, 0, 0
1425       charde (140)(1:9) = '  3  4  8'
1426       chnp1 (140) = 1
1427       chnar (140) = 14
1428       chnpy (140) = 12
1429       chnte (140) = 0
1430       chnhe (140) = 0
1431       chperm (140) = 310
1432       chbirf (140) = 19
1433       chetat (140) = 100
1434       chtn2i (140) = 210
1435       chbiet (100) = 140
1436 c
1437 c Aretes coupees :   5  9 10
1438       chclas (784) = ' 3-02'
1439 c Code des aretes coupees : 0, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 0
1440       charde (784)(1:9) = '  5  9 10'
1441       chnp1 (784) = 1
1442       chnar (784) = 14
1443       chnpy (784) = 12
1444       chnte (784) = 0
1445       chnhe (784) = 0
1446       chperm (784) = 100
1447       chbirf (784) = 19
1448       chetat (784) = 101
1449       chtn2i (784) = 210
1450       chbiet (101) = 784
1451 c
1452 c Aretes coupees :   6  9 11
1453       chclas (1312) = ' 3-02'
1454 c Code des aretes coupees : 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 1, 0
1455       charde (1312)(1:9) = '  6  9 11'
1456       chnp1 (1312) = 1
1457       chnar (1312) = 14
1458       chnpy (1312) = 12
1459       chnte (1312) = 0
1460       chnhe (1312) = 0
1461       chperm (1312) = 110
1462       chbirf (1312) = 19
1463       chetat (1312) = 102
1464       chtn2i (1312) = 210
1465       chbiet (102) = 1312
1466 c
1467 c Aretes coupees :   7 10 12
1468       chclas (2624) = ' 3-02'
1469 c Code des aretes coupees : 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 1
1470       charde (2624)(1:9) = '  7 10 12'
1471       chnp1 (2624) = 1
1472       chnar (2624) = 14
1473       chnpy (2624) = 12
1474       chnte (2624) = 0
1475       chnhe (2624) = 0
1476       chperm (2624) = 200
1477       chbirf (2624) = 19
1478       chetat (2624) = 103
1479       chtn2i (2624) = 210
1480       chbiet (103) = 2624
1481 c
1482 c Aretes coupees :   8 11 12
1483       chclas (3200) = ' 3-02'
1484 c Code des aretes coupees : 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 1
1485       charde (3200)(1:9) = '  8 11 12'
1486       chnp1 (3200) = 1
1487       chnar (3200) = 14
1488       chnpy (3200) = 12
1489       chnte (3200) = 0
1490       chnhe (3200) = 0
1491       chperm (3200) = 210
1492       chbirf (3200) = 19
1493       chetat (3200) = 104
1494       chtn2i (3200) = 210
1495       chbiet (104) = 3200
1496 c
1497 c ===========================================
1498 c Classe d'equivalence  3-03
1499 c
1500 c Aretes coupees :   1  2  9
1501       chclas (259) = ' 3-03'
1502 c Code des aretes coupees : 1, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0
1503       charde (259)(1:9) = '  1  2  9'
1504       chnp1 (259) = 1
1505       chnar (259) = 12
1506       chnpy (259) = 7
1507       chnte (259) = 6
1508       chnhe (259) = 0
1509       chperm (259) = 0
1510       chbirf (259) = 259
1511       chetat (259) = 105
1512       chtn2i (259) = 210
1513       chbiet (105) = 259
1514 c
1515 c Aretes coupees :   1  3 11
1516       chclas (1029) = ' 3-03'
1517 c Code des aretes coupees : 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0
1518       charde (1029)(1:9) = '  1  3 11'
1519       chnp1 (1029) = 1
1520       chnar (1029) = 12
1521       chnpy (1029) = 7
1522       chnte (1029) = 6
1523       chnhe (1029) = 0
1524       chperm (1029) = 221
1525       chbirf (1029) = 259
1526       chetat (1029) = 106
1527       chtn2i (1029) = 210
1528       chbiet (106) = 1029
1529 c
1530 c Aretes coupees :   1  4  6
1531       chclas (41) = ' 3-03'
1532 c Code des aretes coupees : 1, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0
1533       charde (41)(1:9) = '  1  4  6'
1534       chnp1 (41) = 1
1535       chnar (41) = 12
1536       chnpy (41) = 7
1537       chnte (41) = 6
1538       chnhe (41) = 0
1539       chperm (41) = 320
1540       chbirf (41) = 259
1541       chetat (41) = 107
1542       chtn2i (41) = 210
1543       chbiet (107) = 41
1544 c
1545 c Aretes coupees :   1  4  7
1546       chclas (73) = ' 3-03'
1547 c Code des aretes coupees : 1, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0
1548       charde (73)(1:9) = '  1  4  7'
1549       chnp1 (73) = 1
1550       chnar (73) = 12
1551       chnpy (73) = 7
1552       chnte (73) = 6
1553       chnhe (73) = 0
1554       chperm (73) = 300
1555       chbirf (73) = 259
1556       chetat (73) = 108
1557       chtn2i (73) = 210
1558       chbiet (108) = 73
1559 c
1560 c Aretes coupees :   1  5  7
1561       chclas (81) = ' 3-03'
1562 c Code des aretes coupees : 1, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0
1563       charde (81)(1:9) = '  1  5  7'
1564       chnp1 (81) = 1
1565       chnar (81) = 12
1566       chnpy (81) = 7
1567       chnte (81) = 6
1568       chnhe (81) = 0
1569       chperm (81) = 101
1570       chbirf (81) = 259
1571       chetat (81) = 109
1572       chtn2i (81) = 210
1573       chbiet (109) = 81
1574 c
1575 c Aretes coupees :   1  9 11
1576       chclas (1281) = ' 3-03'
1577 c Code des aretes coupees : 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0
1578       charde (1281)(1:9) = '  1  9 11'
1579       chnp1 (1281) = 1
1580       chnar (1281) = 12
1581       chnpy (1281) = 7
1582       chnte (1281) = 6
1583       chnhe (1281) = 0
1584       chperm (1281) = 20
1585       chbirf (1281) = 259
1586       chetat (1281) = 110
1587       chtn2i (1281) = 210
1588       chbiet (110) = 1281
1589 c
1590 c Aretes coupees :   2  3  5
1591       chclas (22) = ' 3-03'
1592 c Code des aretes coupees : 0, 1, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0
1593       charde (22)(1:9) = '  2  3  5'
1594       chnp1 (22) = 1
1595       chnar (22) = 12
1596       chnpy (22) = 7
1597       chnte (22) = 6
1598       chnhe (22) = 0
1599       chperm (22) = 330
1600       chbirf (22) = 259
1601       chetat (22) = 111
1602       chtn2i (22) = 210
1603       chbiet (111) = 22
1604 c
1605 c Aretes coupees :   2  3  8
1606       chclas (134) = ' 3-03'
1607 c Code des aretes coupees : 0, 1, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0
1608       charde (134)(1:9) = '  2  3  8'
1609       chnp1 (134) = 1
1610       chnar (134) = 12
1611       chnpy (134) = 7
1612       chnte (134) = 6
1613       chnhe (134) = 0
1614       chperm (134) = 310
1615       chbirf (134) = 259
1616       chetat (134) = 112
1617       chtn2i (134) = 210
1618       chbiet (112) = 134
1619 c
1620 c Aretes coupees :   2  4 10
1621       chclas (522) = ' 3-03'
1622 c Code des aretes coupees : 0, 1, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0
1623       charde (522)(1:9) = '  2  4 10'
1624       chnp1 (522) = 1
1625       chnar (522) = 12
1626       chnpy (522) = 7
1627       chnte (522) = 6
1628       chnhe (522) = 0
1629       chperm (522) = 1
1630       chbirf (522) = 259
1631       chetat (522) = 113
1632       chtn2i (522) = 210
1633       chbiet (113) = 522
1634 c
1635 c Aretes coupees :   2  7  8
1636       chclas (194) = ' 3-03'
1637 c Code des aretes coupees : 0, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0
1638       charde (194)(1:9) = '  2  7  8'
1639       chnp1 (194) = 1
1640       chnar (194) = 12
1641       chnpy (194) = 7
1642       chnte (194) = 6
1643       chnhe (194) = 0
1644       chperm (194) = 230
1645       chbirf (194) = 259
1646       chetat (194) = 114
1647       chtn2i (194) = 210
1648       chbiet (114) = 194
1649 c
1650 c Aretes coupees :   2  9 10
1651       chclas (770) = ' 3-03'
1652 c Code des aretes coupees : 0, 1, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0
1653       charde (770)(1:9) = '  2  9 10'
1654       chnp1 (770) = 1
1655       chnar (770) = 12
1656       chnpy (770) = 7
1657       chnte (770) = 6
1658       chnhe (770) = 0
1659       chperm (770) = 201
1660       chbirf (770) = 259
1661       chetat (770) = 115
1662       chtn2i (770) = 210
1663       chbiet (115) = 770
1664 c
1665 c Aretes coupees :   3  4 12
1666       chclas (2060) = ' 3-03'
1667 c Code des aretes coupees : 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 1
1668       charde (2060)(1:9) = '  3  4 12'
1669       chnp1 (2060) = 1
1670       chnar (2060) = 12
1671       chnpy (2060) = 7
1672       chnte (2060) = 6
1673       chnhe (2060) = 0
1674       chperm (2060) = 220
1675       chbirf (2060) = 259
1676       chetat (2060) = 116
1677       chtn2i (2060) = 210
1678       chbiet (116) = 2060
1679 c
1680 c Aretes coupees :   3  5  6
1681       chclas (52) = ' 3-03'
1682 c Code des aretes coupees : 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0
1683       charde (52)(1:9) = '  3  5  6'
1684       chnp1 (52) = 1
1685       chnar (52) = 12
1686       chnpy (52) = 7
1687       chnte (52) = 6
1688       chnhe (52) = 0
1689       chperm (52) = 10
1690       chbirf (52) = 259
1691       chetat (52) = 117
1692       chtn2i (52) = 210
1693       chbiet (117) = 52
1694 c
1695 c Aretes coupees :   3 11 12
1696       chclas (3076) = ' 3-03'
1697 c Code des aretes coupees : 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 1
1698       charde (3076)(1:9) = '  3 11 12'
1699       chnp1 (3076) = 1
1700       chnar (3076) = 12
1701       chnpy (3076) = 7
1702       chnte (3076) = 6
1703       chnhe (3076) = 0
1704       chperm (3076) = 21
1705       chbirf (3076) = 259
1706       chetat (3076) = 118
1707       chtn2i (3076) = 210
1708       chbiet (118) = 3076
1709 c
1710 c Aretes coupees :   4  6  8
1711       chclas (168) = ' 3-03'
1712 c Code des aretes coupees : 0, 0, 0, 1, 0, 1, 0, 1, 0, 0, 0, 0
1713       charde (168)(1:9) = '  4  6  8'
1714       chnp1 (168) = 1
1715       chnar (168) = 12
1716       chnpy (168) = 7
1717       chnte (168) = 6
1718       chnhe (168) = 0
1719       chperm (168) = 121
1720       chbirf (168) = 259
1721       chetat (168) = 119
1722       chtn2i (168) = 210
1723       chbiet (119) = 168
1724 c
1725 c Aretes coupees :   4 10 12
1726       chclas (2568) = ' 3-03'
1727 c Code des aretes coupees : 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 1
1728       charde (2568)(1:9) = '  4 10 12'
1729       chnp1 (2568) = 1
1730       chnar (2568) = 12
1731       chnpy (2568) = 7
1732       chnte (2568) = 6
1733       chnhe (2568) = 0
1734       chperm (2568) = 200
1735       chbirf (2568) = 259
1736       chetat (2568) = 120
1737       chtn2i (2568) = 210
1738       chbiet (120) = 2568
1739 c
1740 c Aretes coupees :   5  6 10
1741       chclas (560) = ' 3-03'
1742 c Code des aretes coupees : 0, 0, 0, 0, 1, 1, 0, 0, 0, 1, 0, 0
1743       charde (560)(1:9) = '  5  6 10'
1744       chnp1 (560) = 1
1745       chnar (560) = 12
1746       chnpy (560) = 7
1747       chnte (560) = 6
1748       chnhe (560) = 0
1749       chperm (560) = 30
1750       chbirf (560) = 259
1751       chetat (560) = 121
1752       chtn2i (560) = 210
1753       chbiet (121) = 560
1754 c
1755 c Aretes coupees :   5  7 12
1756       chclas (2128) = ' 3-03'
1757 c Code des aretes coupees : 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 1
1758       charde (2128)(1:9) = '  5  7 12'
1759       chnp1 (2128) = 1
1760       chnar (2128) = 12
1761       chnpy (2128) = 7
1762       chnte (2128) = 6
1763       chnhe (2128) = 0
1764       chperm (2128) = 301
1765       chbirf (2128) = 259
1766       chetat (2128) = 122
1767       chtn2i (2128) = 210
1768       chbiet (122) = 2128
1769 c
1770 c Aretes coupees :   5  9 12
1771       chclas (2320) = ' 3-03'
1772 c Code des aretes coupees : 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 1
1773       charde (2320)(1:9) = '  5  9 12'
1774       chnp1 (2320) = 1
1775       chnar (2320) = 12
1776       chnpy (2320) = 7
1777       chnte (2320) = 6
1778       chnhe (2320) = 0
1779       chperm (2320) = 100
1780       chbirf (2320) = 259
1781       chetat (2320) = 123
1782       chtn2i (2320) = 210
1783       chbiet (123) = 2320
1784 c
1785 c Aretes coupees :   6  8  9
1786       chclas (416) = ' 3-03'
1787 c Code des aretes coupees : 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0
1788       charde (416)(1:9) = '  6  8  9'
1789       chnp1 (416) = 1
1790       chnar (416) = 12
1791       chnpy (416) = 7
1792       chnte (416) = 6
1793       chnhe (416) = 0
1794       chperm (416) = 321
1795       chbirf (416) = 259
1796       chetat (416) = 124
1797       chtn2i (416) = 210
1798       chbiet (124) = 416
1799 c
1800 c Aretes coupees :   6 10 11
1801       chclas (1568) = ' 3-03'
1802 c Code des aretes coupees : 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0
1803       charde (1568)(1:9) = '  6 10 11'
1804       chnp1 (1568) = 1
1805       chnar (1568) = 12
1806       chnpy (1568) = 7
1807       chnte (1568) = 6
1808       chnhe (1568) = 0
1809       chperm (1568) = 110
1810       chbirf (1568) = 259
1811       chetat (1568) = 125
1812       chtn2i (1568) = 210
1813       chbiet (125) = 1568
1814 c
1815 c Aretes coupees :   7  8 11
1816       chclas (1216) = ' 3-03'
1817 c Code des aretes coupees : 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 1, 0
1818       charde (1216)(1:9) = '  7  8 11'
1819       chnp1 (1216) = 1
1820       chnar (1216) = 12
1821       chnpy (1216) = 7
1822       chnte (1216) = 6
1823       chnhe (1216) = 0
1824       chperm (1216) = 210
1825       chbirf (1216) = 259
1826       chetat (1216) = 126
1827       chtn2i (1216) = 210
1828       chbiet (126) = 1216
1829 c
1830 c Aretes coupees :   7 10 11
1831       chclas (1600) = ' 3-03'
1832 c Code des aretes coupees : 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 1, 0
1833       charde (1600)(1:9) = '  7 10 11'
1834       chnp1 (1600) = 1
1835       chnar (1600) = 12
1836       chnpy (1600) = 7
1837       chnte (1600) = 6
1838       chnhe (1600) = 0
1839       chperm (1600) = 130
1840       chbirf (1600) = 259
1841       chetat (1600) = 127
1842       chtn2i (1600) = 210
1843       chbiet (127) = 1600
1844 c
1845 c Aretes coupees :   8  9 12
1846       chclas (2432) = ' 3-03'
1847 c Code des aretes coupees : 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 1
1848       charde (2432)(1:9) = '  8  9 12'
1849       chnp1 (2432) = 1
1850       chnar (2432) = 12
1851       chnpy (2432) = 7
1852       chnte (2432) = 6
1853       chnhe (2432) = 0
1854       chperm (2432) = 120
1855       chbirf (2432) = 259
1856       chetat (2432) = 128
1857       chtn2i (2432) = 210
1858       chbiet (128) = 2432
1859 c
1860 c ===========================================
1861 c Classe d'equivalence  3-04
1862 c
1863 c Aretes coupees :   1  2 10
1864       chclas (515) = ' 3-04'
1865 c Code des aretes coupees : 1, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0
1866       charde (515)(1:9) = '  1  2 10'
1867       chnp1 (515) = 1
1868       chnar (515) = 12
1869       chnpy (515) = 7
1870       chnte (515) = 6
1871       chnhe (515) = 0
1872       chperm (515) = 0
1873       chbirf (515) = 515
1874       chetat (515) = 129
1875       chtn2i (515) = 210
1876       chbiet (129) = 515
1877 c
1878 c Aretes coupees :   1  3  9
1879       chclas (261) = ' 3-04'
1880 c Code des aretes coupees : 1, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0
1881       charde (261)(1:9) = '  1  3  9'
1882       chnp1 (261) = 1
1883       chnar (261) = 12
1884       chnpy (261) = 7
1885       chnte (261) = 6
1886       chnhe (261) = 0
1887       chperm (261) = 221
1888       chbirf (261) = 515
1889       chetat (261) = 130
1890       chtn2i (261) = 210
1891       chbiet (130) = 261
1892 c
1893 c Aretes coupees :   1  4  5
1894       chclas (25) = ' 3-04'
1895 c Code des aretes coupees : 1, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0
1896       charde (25)(1:9) = '  1  4  5'
1897       chnp1 (25) = 1
1898       chnar (25) = 12
1899       chnpy (25) = 7
1900       chnte (25) = 6
1901       chnhe (25) = 0
1902       chperm (25) = 101
1903       chbirf (25) = 515
1904       chetat (25) = 131
1905       chtn2i (25) = 210
1906       chbiet (131) = 25
1907 c
1908 c Aretes coupees :   1  4  8
1909       chclas (137) = ' 3-04'
1910 c Code des aretes coupees : 1, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0
1911       charde (137)(1:9) = '  1  4  8'
1912       chnp1 (137) = 1
1913       chnar (137) = 12
1914       chnpy (137) = 7
1915       chnte (137) = 6
1916       chnhe (137) = 0
1917       chperm (137) = 121
1918       chbirf (137) = 515
1919       chetat (137) = 132
1920       chtn2i (137) = 210
1921       chbiet (132) = 137
1922 c
1923 c Aretes coupees :   1  6  8
1924       chclas (161) = ' 3-04'
1925 c Code des aretes coupees : 1, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0
1926       charde (161)(1:9) = '  1  6  8'
1927       chnp1 (161) = 1
1928       chnar (161) = 12
1929       chnpy (161) = 7
1930       chnte (161) = 6
1931       chnhe (161) = 0
1932       chperm (161) = 320
1933       chbirf (161) = 515
1934       chetat (161) = 133
1935       chtn2i (161) = 210
1936       chbiet (133) = 161
1937 c
1938 c Aretes coupees :   1  9 10
1939       chclas (769) = ' 3-04'
1940 c Code des aretes coupees : 1, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0
1941       charde (769)(1:9) = '  1  9 10'
1942       chnp1 (769) = 1
1943       chnar (769) = 12
1944       chnpy (769) = 7
1945       chnte (769) = 6
1946       chnhe (769) = 0
1947       chperm (769) = 201
1948       chbirf (769) = 515
1949       chetat (769) = 134
1950       chtn2i (769) = 210
1951       chbiet (134) = 769
1952 c
1953 c Aretes coupees :   2  3  6
1954       chclas (38) = ' 3-04'
1955 c Code des aretes coupees : 0, 1, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0
1956       charde (38)(1:9) = '  2  3  6'
1957       chnp1 (38) = 1
1958       chnar (38) = 12
1959       chnpy (38) = 7
1960       chnte (38) = 6
1961       chnhe (38) = 0
1962       chperm (38) = 10
1963       chbirf (38) = 515
1964       chetat (38) = 135
1965       chtn2i (38) = 210
1966       chbiet (135) = 38
1967 c
1968 c Aretes coupees :   2  3  7
1969       chclas (70) = ' 3-04'
1970 c Code des aretes coupees : 0, 1, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0
1971       charde (70)(1:9) = '  2  3  7'
1972       chnp1 (70) = 1
1973       chnar (70) = 12
1974       chnpy (70) = 7
1975       chnte (70) = 6
1976       chnhe (70) = 0
1977       chperm (70) = 230
1978       chbirf (70) = 515
1979       chetat (70) = 136
1980       chtn2i (70) = 210
1981       chbiet (136) = 70
1982 c
1983 c Aretes coupees :   2  4 12
1984       chclas (2058) = ' 3-04'
1985 c Code des aretes coupees : 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1
1986       charde (2058)(1:9) = '  2  4 12'
1987       chnp1 (2058) = 1
1988       chnar (2058) = 12
1989       chnpy (2058) = 7
1990       chnte (2058) = 6
1991       chnhe (2058) = 0
1992       chperm (2058) = 1
1993       chbirf (2058) = 515
1994       chetat (2058) = 137
1995       chtn2i (2058) = 210
1996       chbiet (137) = 2058
1997 c
1998 c Aretes coupees :   2  5  6
1999       chclas (50) = ' 3-04'
2000 c Code des aretes coupees : 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0
2001       charde (50)(1:9) = '  2  5  6'
2002       chnp1 (50) = 1
2003       chnar (50) = 12
2004       chnpy (50) = 7
2005       chnte (50) = 6
2006       chnhe (50) = 0
2007       chperm (50) = 330
2008       chbirf (50) = 515
2009       chetat (50) = 138
2010       chtn2i (50) = 210
2011       chbiet (138) = 50
2012 c
2013 c Aretes coupees :   2 10 12
2014       chclas (2562) = ' 3-04'
2015 c Code des aretes coupees : 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1
2016       charde (2562)(1:9) = '  2 10 12'
2017       chnp1 (2562) = 1
2018       chnar (2562) = 12
2019       chnpy (2562) = 7
2020       chnte (2562) = 6
2021       chnhe (2562) = 0
2022       chperm (2562) = 200
2023       chbirf (2562) = 515
2024       chetat (2562) = 139
2025       chtn2i (2562) = 210
2026       chbiet (139) = 2562
2027 c
2028 c Aretes coupees :   3  4 11
2029       chclas (1036) = ' 3-04'
2030 c Code des aretes coupees : 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 1, 0
2031       charde (1036)(1:9) = '  3  4 11'
2032       chnp1 (1036) = 1
2033       chnar (1036) = 12
2034       chnpy (1036) = 7
2035       chnte (1036) = 6
2036       chnhe (1036) = 0
2037       chperm (1036) = 220
2038       chbirf (1036) = 515
2039       chetat (1036) = 140
2040       chtn2i (1036) = 210
2041       chbiet (140) = 1036
2042 c
2043 c Aretes coupees :   3  7  8
2044       chclas (196) = ' 3-04'
2045 c Code des aretes coupees : 0, 0, 1, 0, 0, 0, 1, 1, 0, 0, 0, 0
2046       charde (196)(1:9) = '  3  7  8'
2047       chnp1 (196) = 1
2048       chnar (196) = 12
2049       chnpy (196) = 7
2050       chnte (196) = 6
2051       chnhe (196) = 0
2052       chperm (196) = 310
2053       chbirf (196) = 515
2054       chetat (196) = 141
2055       chtn2i (196) = 210
2056       chbiet (141) = 196
2057 c
2058 c Aretes coupees :   3  9 11
2059       chclas (1284) = ' 3-04'
2060 c Code des aretes coupees : 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 1, 0
2061       charde (1284)(1:9) = '  3  9 11'
2062       chnp1 (1284) = 1
2063       chnar (1284) = 12
2064       chnpy (1284) = 7
2065       chnte (1284) = 6
2066       chnhe (1284) = 0
2067       chperm (1284) = 20
2068       chbirf (1284) = 515
2069       chetat (1284) = 142
2070       chtn2i (1284) = 210
2071       chbiet (142) = 1284
2072 c
2073 c Aretes coupees :   4  5  7
2074       chclas (88) = ' 3-04'
2075 c Code des aretes coupees : 0, 0, 0, 1, 1, 0, 1, 0, 0, 0, 0, 0
2076       charde (88)(1:9) = '  4  5  7'
2077       chnp1 (88) = 1
2078       chnar (88) = 12
2079       chnpy (88) = 7
2080       chnte (88) = 6
2081       chnhe (88) = 0
2082       chperm (88) = 300
2083       chbirf (88) = 515
2084       chetat (88) = 143
2085       chtn2i (88) = 210
2086       chbiet (143) = 88
2087 c
2088 c Aretes coupees :   4 11 12
2089       chclas (3080) = ' 3-04'
2090 c Code des aretes coupees : 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 1
2091       charde (3080)(1:9) = '  4 11 12'
2092       chnp1 (3080) = 1
2093       chnar (3080) = 12
2094       chnpy (3080) = 7
2095       chnte (3080) = 6
2096       chnhe (3080) = 0
2097       chperm (3080) = 21
2098       chbirf (3080) = 515
2099       chetat (3080) = 144
2100       chtn2i (3080) = 210
2101       chbiet (144) = 3080
2102 c
2103 c Aretes coupees :   5  6 11
2104       chclas (1072) = ' 3-04'
2105 c Code des aretes coupees : 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 0
2106       charde (1072)(1:9) = '  5  6 11'
2107       chnp1 (1072) = 1
2108       chnar (1072) = 12
2109       chnpy (1072) = 7
2110       chnte (1072) = 6
2111       chnhe (1072) = 0
2112       chperm (1072) = 110
2113       chbirf (1072) = 515
2114       chetat (1072) = 145
2115       chtn2i (1072) = 210
2116       chbiet (145) = 1072
2117 c
2118 c Aretes coupees :   5  7  9
2119       chclas (336) = ' 3-04'
2120 c Code des aretes coupees : 0, 0, 0, 0, 1, 0, 1, 0, 1, 0, 0, 0
2121       charde (336)(1:9) = '  5  7  9'
2122       chnp1 (336) = 1
2123       chnar (336) = 12
2124       chnpy (336) = 7
2125       chnte (336) = 6
2126       chnhe (336) = 0
2127       chperm (336) = 100
2128       chbirf (336) = 515
2129       chetat (336) = 146
2130       chtn2i (336) = 210
2131       chbiet (146) = 336
2132 c
2133 c Aretes coupees :   5 10 11
2134       chclas (1552) = ' 3-04'
2135 c Code des aretes coupees : 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0
2136       charde (1552)(1:9) = '  5 10 11'
2137       chnp1 (1552) = 1
2138       chnar (1552) = 12
2139       chnpy (1552) = 7
2140       chnte (1552) = 6
2141       chnhe (1552) = 0
2142       chperm (1552) = 30
2143       chbirf (1552) = 515
2144       chetat (1552) = 147
2145       chtn2i (1552) = 210
2146       chbiet (147) = 1552
2147 c
2148 c Aretes coupees :   6  8 12
2149       chclas (2208) = ' 3-04'
2150 c Code des aretes coupees : 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 1
2151       charde (2208)(1:9) = '  6  8 12'
2152       chnp1 (2208) = 1
2153       chnar (2208) = 12
2154       chnpy (2208) = 7
2155       chnte (2208) = 6
2156       chnhe (2208) = 0
2157       chperm (2208) = 120
2158       chbirf (2208) = 515
2159       chetat (2208) = 148
2160       chtn2i (2208) = 210
2161       chbiet (148) = 2208
2162 c
2163 c Aretes coupees :   6  9 12
2164       chclas (2336) = ' 3-04'
2165 c Code des aretes coupees : 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 1
2166       charde (2336)(1:9) = '  6  9 12'
2167       chnp1 (2336) = 1
2168       chnar (2336) = 12
2169       chnpy (2336) = 7
2170       chnte (2336) = 6
2171       chnhe (2336) = 0
2172       chperm (2336) = 321
2173       chbirf (2336) = 515
2174       chetat (2336) = 149
2175       chtn2i (2336) = 210
2176       chbiet (149) = 2336
2177 c
2178 c Aretes coupees :   7  8 10
2179       chclas (704) = ' 3-04'
2180 c Code des aretes coupees : 0, 0, 0, 0, 0, 0, 1, 1, 0, 1, 0, 0
2181       charde (704)(1:9) = '  7  8 10'
2182       chnp1 (704) = 1
2183       chnar (704) = 12
2184       chnpy (704) = 7
2185       chnte (704) = 6
2186       chnhe (704) = 0
2187       chperm (704) = 130
2188       chbirf (704) = 515
2189       chetat (704) = 150
2190       chtn2i (704) = 210
2191       chbiet (150) = 704
2192 c
2193 c Aretes coupees :   7  9 12
2194       chclas (2368) = ' 3-04'
2195 c Code des aretes coupees : 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 1
2196       charde (2368)(1:9) = '  7  9 12'
2197       chnp1 (2368) = 1
2198       chnar (2368) = 12
2199       chnpy (2368) = 7
2200       chnte (2368) = 6
2201       chnhe (2368) = 0
2202       chperm (2368) = 301
2203       chbirf (2368) = 515
2204       chetat (2368) = 151
2205       chtn2i (2368) = 210
2206       chbiet (151) = 2368
2207 c
2208 c Aretes coupees :   8 10 11
2209       chclas (1664) = ' 3-04'
2210 c Code des aretes coupees : 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0
2211       charde (1664)(1:9) = '  8 10 11'
2212       chnp1 (1664) = 1
2213       chnar (1664) = 12
2214       chnpy (1664) = 7
2215       chnte (1664) = 6
2216       chnhe (1664) = 0
2217       chperm (1664) = 210
2218       chbirf (1664) = 515
2219       chetat (1664) = 152
2220       chtn2i (1664) = 210
2221       chbiet (152) = 1664
2222 c
2223 c ===========================================
2224 c Classe d'equivalence  3-05
2225 c
2226 c Aretes coupees :   1  2 11
2227       chclas (1027) = ' 3-05'
2228 c Code des aretes coupees : 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0
2229       charde (1027)(1:9) = '  1  2 11'
2230       chnp1 (1027) = 1
2231       chnar (1027) = 12
2232       chnpy (1027) = 4
2233       chnte (1027) = 12
2234       chnhe (1027) = 0
2235       chperm (1027) = 0
2236       chbirf (1027) = 1027
2237       chetat (1027) = 153
2238       chtn2i (1027) = 210
2239       chbiet (153) = 1027
2240 c
2241 c Aretes coupees :   1  3 12
2242       chclas (2053) = ' 3-05'
2243 c Code des aretes coupees : 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1
2244       charde (2053)(1:9) = '  1  3 12'
2245       chnp1 (2053) = 1
2246       chnar (2053) = 12
2247       chnpy (2053) = 4
2248       chnte (2053) = 12
2249       chnhe (2053) = 0
2250       chperm (2053) = 221
2251       chbirf (2053) = 1027
2252       chetat (2053) = 154
2253       chtn2i (2053) = 210
2254       chbiet (154) = 2053
2255 c
2256 c Aretes coupees :   1  5 12
2257       chclas (2065) = ' 3-05'
2258 c Code des aretes coupees : 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1
2259       charde (2065)(1:9) = '  1  5 12'
2260       chnp1 (2065) = 1
2261       chnar (2065) = 12
2262       chnpy (2065) = 4
2263       chnte (2065) = 12
2264       chnhe (2065) = 0
2265       chperm (2065) = 101
2266       chbirf (2065) = 1027
2267       chetat (2065) = 155
2268       chtn2i (2065) = 210
2269       chbiet (155) = 2065
2270 c
2271 c Aretes coupees :   1  6  7
2272       chclas (97) = ' 3-05'
2273 c Code des aretes coupees : 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0
2274       charde (97)(1:9) = '  1  6  7'
2275       chnp1 (97) = 1
2276       chnar (97) = 12
2277       chnpy (97) = 4
2278       chnte (97) = 12
2279       chnhe (97) = 0
2280       chperm (97) = 320
2281       chbirf (97) = 1027
2282       chetat (97) = 156
2283       chtn2i (97) = 210
2284       chbiet (156) = 97
2285 c
2286 c Aretes coupees :   1  7 12
2287       chclas (2113) = ' 3-05'
2288 c Code des aretes coupees : 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1
2289       charde (2113)(1:9) = '  1  7 12'
2290       chnp1 (2113) = 1
2291       chnar (2113) = 12
2292       chnpy (2113) = 4
2293       chnte (2113) = 12
2294       chnhe (2113) = 0
2295       chperm (2113) = 301
2296       chbirf (2113) = 1027
2297       chetat (2113) = 157
2298       chtn2i (2113) = 210
2299       chbiet (157) = 2113
2300 c
2301 c Aretes coupees :   1 11 12
2302       chclas (3073) = ' 3-05'
2303 c Code des aretes coupees : 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1
2304       charde (3073)(1:9) = '  1 11 12'
2305       chnp1 (3073) = 1
2306       chnar (3073) = 12
2307       chnpy (3073) = 4
2308       chnte (3073) = 12
2309       chnhe (3073) = 0
2310       chperm (3073) = 21
2311       chbirf (3073) = 1027
2312       chetat (3073) = 158
2313       chtn2i (3073) = 210
2314       chbiet (158) = 3073
2315 c
2316 c Aretes coupees :   2  4  9
2317       chclas (266) = ' 3-05'
2318 c Code des aretes coupees : 0, 1, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0
2319       charde (266)(1:9) = '  2  4  9'
2320       chnp1 (266) = 1
2321       chnar (266) = 12
2322       chnpy (266) = 4
2323       chnte (266) = 12
2324       chnhe (266) = 0
2325       chperm (266) = 1
2326       chbirf (266) = 1027
2327       chetat (266) = 159
2328       chtn2i (266) = 210
2329       chbiet (159) = 266
2330 c
2331 c Aretes coupees :   2  5  8
2332       chclas (146) = ' 3-05'
2333 c Code des aretes coupees : 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0
2334       charde (146)(1:9) = '  2  5  8'
2335       chnp1 (146) = 1
2336       chnar (146) = 12
2337       chnpy (146) = 4
2338       chnte (146) = 12
2339       chnhe (146) = 0
2340       chperm (146) = 330
2341       chbirf (146) = 1027
2342       chetat (146) = 160
2343       chtn2i (146) = 210
2344       chbiet (160) = 146
2345 c
2346 c Aretes coupees :   2  7 11
2347       chclas (1090) = ' 3-05'
2348 c Code des aretes coupees : 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0
2349       charde (1090)(1:9) = '  2  7 11'
2350       chnp1 (1090) = 1
2351       chnar (1090) = 12
2352       chnpy (1090) = 4
2353       chnte (1090) = 12
2354       chnhe (1090) = 0
2355       chperm (1090) = 230
2356       chbirf (1090) = 1027
2357       chetat (1090) = 161
2358       chtn2i (1090) = 210
2359       chbiet (161) = 1090
2360 c
2361 c Aretes coupees :   2  8 11
2362       chclas (1154) = ' 3-05'
2363 c Code des aretes coupees : 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0
2364       charde (1154)(1:9) = '  2  8 11'
2365       chnp1 (1154) = 1
2366       chnar (1154) = 12
2367       chnpy (1154) = 4
2368       chnte (1154) = 12
2369       chnhe (1154) = 0
2370       chperm (1154) = 210
2371       chbirf (1154) = 1027
2372       chetat (1154) = 162
2373       chtn2i (1154) = 210
2374       chbiet (162) = 1154
2375 c
2376 c Aretes coupees :   2  9 11
2377       chclas (1282) = ' 3-05'
2378 c Code des aretes coupees : 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0
2379       charde (1282)(1:9) = '  2  9 11'
2380       chnp1 (1282) = 1
2381       chnar (1282) = 12
2382       chnpy (1282) = 4
2383       chnte (1282) = 12
2384       chnhe (1282) = 0
2385       chperm (1282) = 20
2386       chbirf (1282) = 1027
2387       chetat (1282) = 163
2388       chtn2i (1282) = 210
2389       chbiet (163) = 1282
2390 c
2391 c Aretes coupees :   3  4 10
2392       chclas (524) = ' 3-05'
2393 c Code des aretes coupees : 0, 0, 1, 1, 0, 0, 0, 0, 0, 1, 0, 0
2394       charde (524)(1:9) = '  3  4 10'
2395       chnp1 (524) = 1
2396       chnar (524) = 12
2397       chnpy (524) = 4
2398       chnte (524) = 12
2399       chnhe (524) = 0
2400       chperm (524) = 220
2401       chbirf (524) = 1027
2402       chetat (524) = 164
2403       chtn2i (524) = 210
2404       chbiet (164) = 524
2405 c
2406 c Aretes coupees :   3  5  8
2407       chclas (148) = ' 3-05'
2408 c Code des aretes coupees : 0, 0, 1, 0, 1, 0, 0, 1, 0, 0, 0, 0
2409       charde (148)(1:9) = '  3  5  8'
2410       chnp1 (148) = 1
2411       chnar (148) = 12
2412       chnpy (148) = 4
2413       chnte (148) = 12
2414       chnhe (148) = 0
2415       chperm (148) = 310
2416       chbirf (148) = 1027
2417       chetat (148) = 165
2418       chtn2i (148) = 210
2419       chbiet (165) = 148
2420 c
2421 c Aretes coupees :   3  5 10
2422       chclas (532) = ' 3-05'
2423 c Code des aretes coupees : 0, 0, 1, 0, 1, 0, 0, 0, 0, 1, 0, 0
2424       charde (532)(1:9) = '  3  5 10'
2425       chnp1 (532) = 1
2426       chnar (532) = 12
2427       chnpy (532) = 4
2428       chnte (532) = 12
2429       chnhe (532) = 0
2430       chperm (532) = 30
2431       chbirf (532) = 1027
2432       chetat (532) = 166
2433       chtn2i (532) = 210
2434       chbiet (166) = 532
2435 c
2436 c Aretes coupees :   3  6 10
2437       chclas (548) = ' 3-05'
2438 c Code des aretes coupees : 0, 0, 1, 0, 0, 1, 0, 0, 0, 1, 0, 0
2439       charde (548)(1:9) = '  3  6 10'
2440       chnp1 (548) = 1
2441       chnar (548) = 12
2442       chnpy (548) = 4
2443       chnte (548) = 12
2444       chnhe (548) = 0
2445       chperm (548) = 10
2446       chbirf (548) = 1027
2447       chetat (548) = 167
2448       chtn2i (548) = 210
2449       chbiet (167) = 548
2450 c
2451 c Aretes coupees :   3 10 12
2452       chclas (2564) = ' 3-05'
2453 c Code des aretes coupees : 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 1
2454       charde (2564)(1:9) = '  3 10 12'
2455       chnp1 (2564) = 1
2456       chnar (2564) = 12
2457       chnpy (2564) = 4
2458       chnte (2564) = 12
2459       chnhe (2564) = 0
2460       chperm (2564) = 200
2461       chbirf (2564) = 1027
2462       chetat (2564) = 168
2463       chtn2i (2564) = 210
2464       chbiet (168) = 2564
2465 c
2466 c Aretes coupees :   4  6  7
2467       chclas (104) = ' 3-05'
2468 c Code des aretes coupees : 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0
2469       charde (104)(1:9) = '  4  6  7'
2470       chnp1 (104) = 1
2471       chnar (104) = 12
2472       chnpy (104) = 4
2473       chnte (104) = 12
2474       chnhe (104) = 0
2475       chperm (104) = 300
2476       chbirf (104) = 1027
2477       chetat (104) = 169
2478       chtn2i (104) = 210
2479       chbiet (169) = 104
2480 c
2481 c Aretes coupees :   4  6  9
2482       chclas (296) = ' 3-05'
2483 c Code des aretes coupees : 0, 0, 0, 1, 0, 1, 0, 0, 1, 0, 0, 0
2484       charde (296)(1:9) = '  4  6  9'
2485       chnp1 (296) = 1
2486       chnar (296) = 12
2487       chnpy (296) = 4
2488       chnte (296) = 12
2489       chnhe (296) = 0
2490       chperm (296) = 321
2491       chbirf (296) = 1027
2492       chetat (296) = 170
2493       chtn2i (296) = 210
2494       chbiet (170) = 296
2495 c
2496 c Aretes coupees :   4  8  9
2497       chclas (392) = ' 3-05'
2498 c Code des aretes coupees : 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 0, 0
2499       charde (392)(1:9) = '  4  8  9'
2500       chnp1 (392) = 1
2501       chnar (392) = 12
2502       chnpy (392) = 4
2503       chnte (392) = 12
2504       chnhe (392) = 0
2505       chperm (392) = 121
2506       chbirf (392) = 1027
2507       chetat (392) = 171
2508       chtn2i (392) = 210
2509       chbiet (171) = 392
2510 c
2511 c Aretes coupees :   4  9 10
2512       chclas (776) = ' 3-05'
2513 c Code des aretes coupees : 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, 0
2514       charde (776)(1:9) = '  4  9 10'
2515       chnp1 (776) = 1
2516       chnar (776) = 12
2517       chnpy (776) = 4
2518       chnte (776) = 12
2519       chnhe (776) = 0
2520       chperm (776) = 201
2521       chbirf (776) = 1027
2522       chetat (776) = 172
2523       chtn2i (776) = 210
2524       chbiet (172) = 776
2525 c
2526 c Aretes coupees :   5  8  9
2527       chclas (400) = ' 3-05'
2528 c Code des aretes coupees : 0, 0, 0, 0, 1, 0, 0, 1, 1, 0, 0, 0
2529       charde (400)(1:9) = '  5  8  9'
2530       chnp1 (400) = 1
2531       chnar (400) = 12
2532       chnpy (400) = 4
2533       chnte (400) = 12
2534       chnhe (400) = 0
2535       chperm (400) = 100
2536       chbirf (400) = 1027
2537       chetat (400) = 173
2538       chtn2i (400) = 210
2539       chbiet (173) = 400
2540 c
2541 c Aretes coupees :   5  8 12
2542       chclas (2192) = ' 3-05'
2543 c Code des aretes coupees : 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 1
2544       charde (2192)(1:9) = '  5  8 12'
2545       chnp1 (2192) = 1
2546       chnar (2192) = 12
2547       chnpy (2192) = 4
2548       chnte (2192) = 12
2549       chnhe (2192) = 0
2550       chperm (2192) = 120
2551       chbirf (2192) = 1027
2552       chetat (2192) = 174
2553       chtn2i (2192) = 210
2554       chbiet (174) = 2192
2555 c
2556 c Aretes coupees :   6  7 10
2557       chclas (608) = ' 3-05'
2558 c Code des aretes coupees : 0, 0, 0, 0, 0, 1, 1, 0, 0, 1, 0, 0
2559       charde (608)(1:9) = '  6  7 10'
2560       chnp1 (608) = 1
2561       chnar (608) = 12
2562       chnpy (608) = 4
2563       chnte (608) = 12
2564       chnhe (608) = 0
2565       chperm (608) = 130
2566       chbirf (608) = 1027
2567       chetat (608) = 175
2568       chtn2i (608) = 210
2569       chbiet (175) = 608
2570 c
2571 c Aretes coupees :   6  7 11
2572       chclas (1120) = ' 3-05'
2573 c Code des aretes coupees : 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 1, 0
2574       charde (1120)(1:9) = '  6  7 11'
2575       chnp1 (1120) = 1
2576       chnar (1120) = 12
2577       chnpy (1120) = 4
2578       chnte (1120) = 12
2579       chnhe (1120) = 0
2580       chperm (1120) = 110
2581       chbirf (1120) = 1027
2582       chetat (1120) = 176
2583       chtn2i (1120) = 210
2584       chbiet (176) = 1120
2585 c
2586 c ===========================================
2587 c Classe d'equivalence  3-06
2588 c
2589 c Aretes coupees :   1  2 12
2590       chclas (2051) = ' 3-06'
2591 c Code des aretes coupees : 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1
2592       charde (2051)(1:9) = '  1  2 12'
2593       chnp1 (2051) = 1
2594       chnar (2051) = 12
2595       chnpy (2051) = 4
2596       chnte (2051) = 12
2597       chnhe (2051) = 0
2598       chperm (2051) = 0
2599       chbirf (2051) = 2051
2600       chetat (2051) = 177
2601       chtn2i (2051) = 210
2602       chbiet (177) = 2051
2603 c
2604 c Aretes coupees :   1  3 10
2605       chclas (517) = ' 3-06'
2606 c Code des aretes coupees : 1, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0
2607       charde (517)(1:9) = '  1  3 10'
2608       chnp1 (517) = 1
2609       chnar (517) = 12
2610       chnpy (517) = 4
2611       chnte (517) = 12
2612       chnhe (517) = 0
2613       chperm (517) = 221
2614       chbirf (517) = 2051
2615       chetat (517) = 178
2616       chtn2i (517) = 210
2617       chbiet (178) = 517
2618 c
2619 c Aretes coupees :   1  5  8
2620       chclas (145) = ' 3-06'
2621 c Code des aretes coupees : 1, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0
2622       charde (145)(1:9) = '  1  5  8'
2623       chnp1 (145) = 1
2624       chnar (145) = 12
2625       chnpy (145) = 4
2626       chnte (145) = 12
2627       chnhe (145) = 0
2628       chperm (145) = 101
2629       chbirf (145) = 2051
2630       chetat (145) = 179
2631       chtn2i (145) = 210
2632       chbiet (179) = 145
2633 c
2634 c Aretes coupees :   1  6 12
2635       chclas (2081) = ' 3-06'
2636 c Code des aretes coupees : 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1
2637       charde (2081)(1:9) = '  1  6 12'
2638       chnp1 (2081) = 1
2639       chnar (2081) = 12
2640       chnpy (2081) = 4
2641       chnte (2081) = 12
2642       chnhe (2081) = 0
2643       chperm (2081) = 320
2644       chbirf (2081) = 2051
2645       chetat (2081) = 180
2646       chtn2i (2081) = 210
2647       chbiet (180) = 2081
2648 c
2649 c Aretes coupees :   1  8 12
2650       chclas (2177) = ' 3-06'
2651 c Code des aretes coupees : 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1
2652       charde (2177)(1:9) = '  1  8 12'
2653       chnp1 (2177) = 1
2654       chnar (2177) = 12
2655       chnpy (2177) = 4
2656       chnte (2177) = 12
2657       chnhe (2177) = 0
2658       chperm (2177) = 120
2659       chbirf (2177) = 2051
2660       chetat (2177) = 181
2661       chtn2i (2177) = 210
2662       chbiet (181) = 2177
2663 c
2664 c Aretes coupees :   1 10 12
2665       chclas (2561) = ' 3-06'
2666 c Code des aretes coupees : 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1
2667       charde (2561)(1:9) = '  1 10 12'
2668       chnp1 (2561) = 1
2669       chnar (2561) = 12
2670       chnpy (2561) = 4
2671       chnte (2561) = 12
2672       chnhe (2561) = 0
2673       chperm (2561) = 200
2674       chbirf (2561) = 2051
2675       chetat (2561) = 182
2676       chtn2i (2561) = 210
2677       chbiet (182) = 2561
2678 c
2679 c Aretes coupees :   2  4 11
2680       chclas (1034) = ' 3-06'
2681 c Code des aretes coupees : 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0
2682       charde (1034)(1:9) = '  2  4 11'
2683       chnp1 (1034) = 1
2684       chnar (1034) = 12
2685       chnpy (1034) = 4
2686       chnte (1034) = 12
2687       chnhe (1034) = 0
2688       chperm (1034) = 1
2689       chbirf (1034) = 2051
2690       chetat (1034) = 183
2691       chtn2i (1034) = 210
2692       chbiet (183) = 1034
2693 c
2694 c Aretes coupees :   2  5 11
2695       chclas (1042) = ' 3-06'
2696 c Code des aretes coupees : 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0
2697       charde (1042)(1:9) = '  2  5 11'
2698       chnp1 (1042) = 1
2699       chnar (1042) = 12
2700       chnpy (1042) = 4
2701       chnte (1042) = 12
2702       chnhe (1042) = 0
2703       chperm (1042) = 330
2704       chbirf (1042) = 2051
2705       chetat (1042) = 184
2706       chtn2i (1042) = 210
2707       chbiet (184) = 1042
2708 c
2709 c Aretes coupees :   2  6  7
2710       chclas (98) = ' 3-06'
2711 c Code des aretes coupees : 0, 1, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0
2712       charde (98)(1:9) = '  2  6  7'
2713       chnp1 (98) = 1
2714       chnar (98) = 12
2715       chnpy (98) = 4
2716       chnte (98) = 12
2717       chnhe (98) = 0
2718       chperm (98) = 230
2719       chbirf (98) = 2051
2720       chetat (98) = 185
2721       chtn2i (98) = 210
2722       chbiet (185) = 98
2723 c
2724 c Aretes coupees :   2  6 11
2725       chclas (1058) = ' 3-06'
2726 c Code des aretes coupees : 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0
2727       charde (1058)(1:9) = '  2  6 11'
2728       chnp1 (1058) = 1
2729       chnar (1058) = 12
2730       chnpy (1058) = 4
2731       chnte (1058) = 12
2732       chnhe (1058) = 0
2733       chperm (1058) = 110
2734       chbirf (1058) = 2051
2735       chetat (1058) = 186
2736       chtn2i (1058) = 210
2737       chbiet (186) = 1058
2738 c
2739 c Aretes coupees :   2 11 12
2740       chclas (3074) = ' 3-06'
2741 c Code des aretes coupees : 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1
2742       charde (3074)(1:9) = '  2 11 12'
2743       chnp1 (3074) = 1
2744       chnar (3074) = 12
2745       chnpy (3074) = 4
2746       chnte (3074) = 12
2747       chnhe (3074) = 0
2748       chperm (3074) = 21
2749       chbirf (3074) = 2051
2750       chetat (3074) = 187
2751       chtn2i (3074) = 210
2752       chbiet (187) = 3074
2753 c
2754 c Aretes coupees :   3  4  9
2755       chclas (268) = ' 3-06'
2756 c Code des aretes coupees : 0, 0, 1, 1, 0, 0, 0, 0, 1, 0, 0, 0
2757       charde (268)(1:9) = '  3  4  9'
2758       chnp1 (268) = 1
2759       chnar (268) = 12
2760       chnpy (268) = 4
2761       chnte (268) = 12
2762       chnhe (268) = 0
2763       chperm (268) = 220
2764       chbirf (268) = 2051
2765       chetat (268) = 188
2766       chtn2i (268) = 210
2767       chbiet (188) = 268
2768 c
2769 c Aretes coupees :   3  6  7
2770       chclas (100) = ' 3-06'
2771 c Code des aretes coupees : 0, 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 0
2772       charde (100)(1:9) = '  3  6  7'
2773       chnp1 (100) = 1
2774       chnar (100) = 12
2775       chnpy (100) = 4
2776       chnte (100) = 12
2777       chnhe (100) = 0
2778       chperm (100) = 10
2779       chbirf (100) = 2051
2780       chetat (100) = 189
2781       chtn2i (100) = 210
2782       chbiet (189) = 100
2783 c
2784 c Aretes coupees :   3  7 10
2785       chclas (580) = ' 3-06'
2786 c Code des aretes coupees : 0, 0, 1, 0, 0, 0, 1, 0, 0, 1, 0, 0
2787       charde (580)(1:9) = '  3  7 10'
2788       chnp1 (580) = 1
2789       chnar (580) = 12
2790       chnpy (580) = 4
2791       chnte (580) = 12
2792       chnhe (580) = 0
2793       chperm (580) = 130
2794       chbirf (580) = 2051
2795       chetat (580) = 190
2796       chtn2i (580) = 210
2797       chbiet (190) = 580
2798 c
2799 c Aretes coupees :   3  8 10
2800       chclas (644) = ' 3-06'
2801 c Code des aretes coupees : 0, 0, 1, 0, 0, 0, 0, 1, 0, 1, 0, 0
2802       charde (644)(1:9) = '  3  8 10'
2803       chnp1 (644) = 1
2804       chnar (644) = 12
2805       chnpy (644) = 4
2806       chnte (644) = 12
2807       chnhe (644) = 0
2808       chperm (644) = 310
2809       chbirf (644) = 2051
2810       chetat (644) = 191
2811       chtn2i (644) = 210
2812       chbiet (191) = 644
2813 c
2814 c Aretes coupees :   3  9 10
2815       chclas (772) = ' 3-06'
2816 c Code des aretes coupees : 0, 0, 1, 0, 0, 0, 0, 0, 1, 1, 0, 0
2817       charde (772)(1:9) = '  3  9 10'
2818       chnp1 (772) = 1
2819       chnar (772) = 12
2820       chnpy (772) = 4
2821       chnte (772) = 12
2822       chnhe (772) = 0
2823       chperm (772) = 201
2824       chbirf (772) = 2051
2825       chetat (772) = 192
2826       chtn2i (772) = 210
2827       chbiet (192) = 772
2828 c
2829 c Aretes coupees :   4  5  8
2830       chclas (152) = ' 3-06'
2831 c Code des aretes coupees : 0, 0, 0, 1, 1, 0, 0, 1, 0, 0, 0, 0
2832       charde (152)(1:9) = '  4  5  8'
2833       chnp1 (152) = 1
2834       chnar (152) = 12
2835       chnpy (152) = 4
2836       chnte (152) = 12
2837       chnhe (152) = 0
2838       chperm (152) = 121
2839       chbirf (152) = 2051
2840       chetat (152) = 193
2841       chtn2i (152) = 210
2842       chbiet (193) = 152
2843 c
2844 c Aretes coupees :   4  5  9
2845       chclas (280) = ' 3-06'
2846 c Code des aretes coupees : 0, 0, 0, 1, 1, 0, 0, 0, 1, 0, 0, 0
2847       charde (280)(1:9) = '  4  5  9'
2848       chnp1 (280) = 1
2849       chnar (280) = 12
2850       chnpy (280) = 4
2851       chnte (280) = 12
2852       chnhe (280) = 0
2853       chperm (280) = 100
2854       chbirf (280) = 2051
2855       chetat (280) = 194
2856       chtn2i (280) = 210
2857       chbiet (194) = 280
2858 c
2859 c Aretes coupees :   4  7  9
2860       chclas (328) = ' 3-06'
2861 c Code des aretes coupees : 0, 0, 0, 1, 0, 0, 1, 0, 1, 0, 0, 0
2862       charde (328)(1:9) = '  4  7  9'
2863       chnp1 (328) = 1
2864       chnar (328) = 12
2865       chnpy (328) = 4
2866       chnte (328) = 12
2867       chnhe (328) = 0
2868       chperm (328) = 300
2869       chbirf (328) = 2051
2870       chetat (328) = 195
2871       chtn2i (328) = 210
2872       chbiet (195) = 328
2873 c
2874 c Aretes coupees :   4  9 11
2875       chclas (1288) = ' 3-06'
2876 c Code des aretes coupees : 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 1, 0
2877       charde (1288)(1:9) = '  4  9 11'
2878       chnp1 (1288) = 1
2879       chnar (1288) = 12
2880       chnpy (1288) = 4
2881       chnte (1288) = 12
2882       chnhe (1288) = 0
2883       chperm (1288) = 20
2884       chbirf (1288) = 2051
2885       chetat (1288) = 196
2886       chtn2i (1288) = 210
2887       chbiet (196) = 1288
2888 c
2889 c Aretes coupees :   5  8 10
2890       chclas (656) = ' 3-06'
2891 c Code des aretes coupees : 0, 0, 0, 0, 1, 0, 0, 1, 0, 1, 0, 0
2892       charde (656)(1:9) = '  5  8 10'
2893       chnp1 (656) = 1
2894       chnar (656) = 12
2895       chnpy (656) = 4
2896       chnte (656) = 12
2897       chnhe (656) = 0
2898       chperm (656) = 30
2899       chbirf (656) = 2051
2900       chetat (656) = 197
2901       chtn2i (656) = 210
2902       chbiet (197) = 656
2903 c
2904 c Aretes coupees :   5  8 11
2905       chclas (1168) = ' 3-06'
2906 c Code des aretes coupees : 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0
2907       charde (1168)(1:9) = '  5  8 11'
2908       chnp1 (1168) = 1
2909       chnar (1168) = 12
2910       chnpy (1168) = 4
2911       chnte (1168) = 12
2912       chnhe (1168) = 0
2913       chperm (1168) = 210
2914       chbirf (1168) = 2051
2915       chetat (1168) = 198
2916       chtn2i (1168) = 210
2917       chbiet (198) = 1168
2918 c
2919 c Aretes coupees :   6  7  9
2920       chclas (352) = ' 3-06'
2921 c Code des aretes coupees : 0, 0, 0, 0, 0, 1, 1, 0, 1, 0, 0, 0
2922       charde (352)(1:9) = '  6  7  9'
2923       chnp1 (352) = 1
2924       chnar (352) = 12
2925       chnpy (352) = 4
2926       chnte (352) = 12
2927       chnhe (352) = 0
2928       chperm (352) = 321
2929       chbirf (352) = 2051
2930       chetat (352) = 199
2931       chtn2i (352) = 210
2932       chbiet (199) = 352
2933 c
2934 c Aretes coupees :   6  7 12
2935       chclas (2144) = ' 3-06'
2936 c Code des aretes coupees : 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1
2937       charde (2144)(1:9) = '  6  7 12'
2938       chnp1 (2144) = 1
2939       chnar (2144) = 12
2940       chnpy (2144) = 4
2941       chnte (2144) = 12
2942       chnhe (2144) = 0
2943       chperm (2144) = 301
2944       chbirf (2144) = 2051
2945       chetat (2144) = 200
2946       chtn2i (2144) = 210
2947       chbiet (200) = 2144
2948 c
2949 c ===========================================
2950 c Classe d'equivalence  3-07
2951 c
2952 c Aretes coupees :   1  2  6
2953       chclas (35) = ' 3-07'
2954 c Code des aretes coupees : 1, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0
2955       charde (35)(1:9) = '  1  2  6'
2956       chnp1 (35) = 1
2957       chnar (35) = 13
2958       chnpy (35) = 8
2959       chnte (35) = 6
2960       chnhe (35) = 0
2961       chperm (35) = 0
2962       chbirf (35) = 35
2963       chetat (35) = 201
2964       chtn2i (35) = 210
2965       chbiet (201) = 35
2966 c
2967 c Aretes coupees :   1  3  8
2968       chclas (133) = ' 3-07'
2969 c Code des aretes coupees : 1, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0
2970       charde (133)(1:9) = '  1  3  8'
2971       chnp1 (133) = 1
2972       chnar (133) = 13
2973       chnpy (133) = 8
2974       chnte (133) = 6
2975       chnhe (133) = 0
2976       chperm (133) = 310
2977       chbirf (133) = 35
2978       chetat (133) = 202
2979       chtn2i (133) = 210
2980       chbiet (202) = 133
2981 c
2982 c Aretes coupees :   1  5 10
2983       chclas (529) = ' 3-07'
2984 c Code des aretes coupees : 1, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0
2985       charde (529)(1:9) = '  1  5 10'
2986       chnp1 (529) = 1
2987       chnar (529) = 13
2988       chnpy (529) = 8
2989       chnte (529) = 6
2990       chnhe (529) = 0
2991       chperm (529) = 30
2992       chbirf (529) = 35
2993       chetat (529) = 203
2994       chtn2i (529) = 210
2995       chbiet (203) = 529
2996 c
2997 c Aretes coupees :   2  4  5
2998       chclas (26) = ' 3-07'
2999 c Code des aretes coupees : 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0
3000       charde (26)(1:9) = '  2  4  5'
3001       chnp1 (26) = 1
3002       chnar (26) = 13
3003       chnpy (26) = 8
3004       chnte (26) = 6
3005       chnhe (26) = 0
3006       chperm (26) = 330
3007       chbirf (26) = 35
3008       chetat (26) = 204
3009       chtn2i (26) = 210
3010       chbiet (204) = 26
3011 c
3012 c Aretes coupees :   2  7 12
3013       chclas (2114) = ' 3-07'
3014 c Code des aretes coupees : 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1
3015       charde (2114)(1:9) = '  2  7 12'
3016       chnp1 (2114) = 1
3017       chnar (2114) = 13
3018       chnpy (2114) = 8
3019       chnte (2114) = 6
3020       chnhe (2114) = 0
3021       chperm (2114) = 230
3022       chbirf (2114) = 35
3023       chetat (2114) = 205
3024       chtn2i (2114) = 210
3025       chbiet (205) = 2114
3026 c
3027 c Aretes coupees :   3  4  7
3028       chclas (76) = ' 3-07'
3029 c Code des aretes coupees : 0, 0, 1, 1, 0, 0, 1, 0, 0, 0, 0, 0
3030       charde (76)(1:9) = '  3  4  7'
3031       chnp1 (76) = 1
3032       chnar (76) = 13
3033       chnpy (76) = 8
3034       chnte (76) = 6
3035       chnhe (76) = 0
3036       chperm (76) = 300
3037       chbirf (76) = 35
3038       chetat (76) = 206
3039       chtn2i (76) = 210
3040       chbiet (206) = 76
3041 c
3042 c Aretes coupees :   3  6  9
3043       chclas (292) = ' 3-07'
3044 c Code des aretes coupees : 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 0
3045       charde (292)(1:9) = '  3  6  9'
3046       chnp1 (292) = 1
3047       chnar (292) = 13
3048       chnpy (292) = 8
3049       chnte (292) = 6
3050       chnhe (292) = 0
3051       chperm (292) = 10
3052       chbirf (292) = 35
3053       chetat (292) = 207
3054       chtn2i (292) = 210
3055       chbiet (207) = 292
3056 c
3057 c Aretes coupees :   4  8 11
3058       chclas (1160) = ' 3-07'
3059 c Code des aretes coupees : 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 1, 0
3060       charde (1160)(1:9) = '  4  8 11'
3061       chnp1 (1160) = 1
3062       chnar (1160) = 13
3063       chnpy (1160) = 8
3064       chnte (1160) = 6
3065       chnhe (1160) = 0
3066       chperm (1160) = 210
3067       chbirf (1160) = 35
3068       chetat (1160) = 208
3069       chtn2i (1160) = 210
3070       chbiet (208) = 1160
3071 c
3072 c Aretes coupees :   5  9 11
3073       chclas (1296) = ' 3-07'
3074 c Code des aretes coupees : 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1, 0
3075       charde (1296)(1:9) = '  5  9 11'
3076       chnp1 (1296) = 1
3077       chnar (1296) = 13
3078       chnpy (1296) = 8
3079       chnte (1296) = 6
3080       chnhe (1296) = 0
3081       chperm (1296) = 100
3082       chbirf (1296) = 35
3083       chetat (1296) = 209
3084       chtn2i (1296) = 210
3085       chbiet (209) = 1296
3086 c
3087 c Aretes coupees :   6 11 12
3088       chclas (3104) = ' 3-07'
3089 c Code des aretes coupees : 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1
3090       charde (3104)(1:9) = '  6 11 12'
3091       chnp1 (3104) = 1
3092       chnar (3104) = 13
3093       chnpy (3104) = 8
3094       chnte (3104) = 6
3095       chnhe (3104) = 0
3096       chperm (3104) = 110
3097       chbirf (3104) = 35
3098       chetat (3104) = 210
3099       chtn2i (3104) = 210
3100       chbiet (210) = 3104
3101 c
3102 c Aretes coupees :   7  9 10
3103       chclas (832) = ' 3-07'
3104 c Code des aretes coupees : 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0
3105       charde (832)(1:9) = '  7  9 10'
3106       chnp1 (832) = 1
3107       chnar (832) = 13
3108       chnpy (832) = 8
3109       chnte (832) = 6
3110       chnhe (832) = 0
3111       chperm (832) = 130
3112       chbirf (832) = 35
3113       chetat (832) = 211
3114       chtn2i (832) = 210
3115       chbiet (211) = 832
3116 c
3117 c Aretes coupees :   8 10 12
3118       chclas (2688) = ' 3-07'
3119 c Code des aretes coupees : 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 1
3120       charde (2688)(1:9) = '  8 10 12'
3121       chnp1 (2688) = 1
3122       chnar (2688) = 13
3123       chnpy (2688) = 8
3124       chnte (2688) = 6
3125       chnhe (2688) = 0
3126       chperm (2688) = 200
3127       chbirf (2688) = 35
3128       chetat (2688) = 212
3129       chtn2i (2688) = 210
3130       chbiet (212) = 2688
3131 c
3132 c ===========================================
3133 c Classe d'equivalence  3-08
3134 c
3135 c Aretes coupees :   1  2  7
3136       chclas (67) = ' 3-08'
3137 c Code des aretes coupees : 1, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0
3138       charde (67)(1:9) = '  1  2  7'
3139       chnp1 (67) = 1
3140       chnar (67) = 13
3141       chnpy (67) = 8
3142       chnte (67) = 6
3143       chnhe (67) = 0
3144       chperm (67) = 0
3145       chbirf (67) = 67
3146       chetat (67) = 213
3147       chtn2i (67) = 210
3148       chbiet (213) = 67
3149 c
3150 c Aretes coupees :   1  3  5
3151       chclas (21) = ' 3-08'
3152 c Code des aretes coupees : 1, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0
3153       charde (21)(1:9) = '  1  3  5'
3154       chnp1 (21) = 1
3155       chnar (21) = 13
3156       chnpy (21) = 8
3157       chnte (21) = 6
3158       chnhe (21) = 0
3159       chperm (21) = 101
3160       chbirf (21) = 67
3161       chetat (21) = 214
3162       chtn2i (21) = 210
3163       chbiet (214) = 21
3164 c
3165 c Aretes coupees :   1  6 11
3166       chclas (1057) = ' 3-08'
3167 c Code des aretes coupees : 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0
3168       charde (1057)(1:9) = '  1  6 11'
3169       chnp1 (1057) = 1
3170       chnar (1057) = 13
3171       chnpy (1057) = 8
3172       chnte (1057) = 6
3173       chnhe (1057) = 0
3174       chperm (1057) = 110
3175       chbirf (1057) = 67
3176       chetat (1057) = 215
3177       chtn2i (1057) = 210
3178       chbiet (215) = 1057
3179 c
3180 c Aretes coupees :   2  4  8
3181       chclas (138) = ' 3-08'
3182 c Code des aretes coupees : 0, 1, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0
3183       charde (138)(1:9) = '  2  4  8'
3184       chnp1 (138) = 1
3185       chnar (138) = 13
3186       chnpy (138) = 8
3187       chnte (138) = 6
3188       chnhe (138) = 0
3189       chperm (138) = 1
3190       chbirf (138) = 67
3191       chetat (138) = 216
3192       chtn2i (138) = 210
3193       chbiet (216) = 138
3194 c
3195 c Aretes coupees :   2  5  9
3196       chclas (274) = ' 3-08'
3197 c Code des aretes coupees : 0, 1, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0
3198       charde (274)(1:9) = '  2  5  9'
3199       chnp1 (274) = 1
3200       chnar (274) = 13
3201       chnpy (274) = 8
3202       chnte (274) = 6
3203       chnhe (274) = 0
3204       chperm (274) = 100
3205       chbirf (274) = 67
3206       chetat (274) = 217
3207       chtn2i (274) = 210
3208       chbiet (217) = 274
3209 c
3210 c Aretes coupees :   3  4  6
3211       chclas (44) = ' 3-08'
3212 c Code des aretes coupees : 0, 0, 1, 1, 0, 1, 0, 0, 0, 0, 0, 0
3213       charde (44)(1:9) = '  3  4  6'
3214       chnp1 (44) = 1
3215       chnar (44) = 13
3216       chnpy (44) = 8
3217       chnte (44) = 6
3218       chnhe (44) = 0
3219       chperm (44) = 10
3220       chbirf (44) = 67
3221       chetat (44) = 218
3222       chtn2i (44) = 210
3223       chbiet (218) = 44
3224 c
3225 c Aretes coupees :   3  8 12
3226       chclas (2180) = ' 3-08'
3227 c Code des aretes coupees : 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 1
3228       charde (2180)(1:9) = '  3  8 12'
3229       chnp1 (2180) = 1
3230       chnar (2180) = 13
3231       chnpy (2180) = 8
3232       chnte (2180) = 6
3233       chnhe (2180) = 0
3234       chperm (2180) = 310
3235       chbirf (2180) = 67
3236       chetat (2180) = 219
3237       chtn2i (2180) = 210
3238       chbiet (219) = 2180
3239 c
3240 c Aretes coupees :   4  7 10
3241       chclas (584) = ' 3-08'
3242 c Code des aretes coupees : 0, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0
3243       charde (584)(1:9) = '  4  7 10'
3244       chnp1 (584) = 1
3245       chnar (584) = 13
3246       chnpy (584) = 8
3247       chnte (584) = 6
3248       chnhe (584) = 0
3249       chperm (584) = 300
3250       chbirf (584) = 67
3251       chetat (584) = 220
3252       chtn2i (584) = 210
3253       chbiet (220) = 584
3254 c
3255 c Aretes coupees :   5 10 12
3256       chclas (2576) = ' 3-08'
3257 c Code des aretes coupees : 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 1
3258       charde (2576)(1:9) = '  5 10 12'
3259       chnp1 (2576) = 1
3260       chnar (2576) = 13
3261       chnpy (2576) = 8
3262       chnte (2576) = 6
3263       chnhe (2576) = 0
3264       chperm (2576) = 200
3265       chbirf (2576) = 67
3266       chetat (2576) = 221
3267       chtn2i (2576) = 210
3268       chbiet (221) = 2576
3269 c
3270 c Aretes coupees :   6  9 10
3271       chclas (800) = ' 3-08'
3272 c Code des aretes coupees : 0, 0, 0, 0, 0, 1, 0, 0, 1, 1, 0, 0
3273       charde (800)(1:9) = '  6  9 10'
3274       chnp1 (800) = 1
3275       chnar (800) = 13
3276       chnpy (800) = 8
3277       chnte (800) = 6
3278       chnhe (800) = 0
3279       chperm (800) = 201
3280       chbirf (800) = 67
3281       chetat (800) = 222
3282       chtn2i (800) = 210
3283       chbiet (222) = 800
3284 c
3285 c Aretes coupees :   7 11 12
3286       chclas (3136) = ' 3-08'
3287 c Code des aretes coupees : 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 1
3288       charde (3136)(1:9) = '  7 11 12'
3289       chnp1 (3136) = 1
3290       chnar (3136) = 13
3291       chnpy (3136) = 8
3292       chnte (3136) = 6
3293       chnhe (3136) = 0
3294       chperm (3136) = 301
3295       chbirf (3136) = 67
3296       chetat (3136) = 223
3297       chtn2i (3136) = 210
3298       chbiet (223) = 3136
3299 c
3300 c Aretes coupees :   8  9 11
3301       chclas (1408) = ' 3-08'
3302 c Code des aretes coupees : 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 1, 0
3303       charde (1408)(1:9) = '  8  9 11'
3304       chnp1 (1408) = 1
3305       chnar (1408) = 13
3306       chnpy (1408) = 8
3307       chnte (1408) = 6
3308       chnhe (1408) = 0
3309       chperm (1408) = 210
3310       chbirf (1408) = 67
3311       chetat (1408) = 224
3312       chtn2i (1408) = 210
3313       chbiet (224) = 1408
3314 c
3315 c ===========================================
3316 c Classe d'equivalence  3-09
3317 c
3318 c Aretes coupees :   1  2  8
3319       chclas (131) = ' 3-09'
3320 c Code des aretes coupees : 1, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0
3321       charde (131)(1:9) = '  1  2  8'
3322       chnp1 (131) = 1
3323       chnar (131) = 12
3324       chnpy (131) = 4
3325       chnte (131) = 12
3326       chnhe (131) = 0
3327       chperm (131) = 0
3328       chbirf (131) = 131
3329       chetat (131) = 225
3330       chtn2i (131) = 210
3331       chbiet (225) = 131
3332 c
3333 c Aretes coupees :   1  3  7
3334       chclas (69) = ' 3-09'
3335 c Code des aretes coupees : 1, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0
3336       charde (69)(1:9) = '  1  3  7'
3337       chnp1 (69) = 1
3338       chnar (69) = 12
3339       chnpy (69) = 4
3340       chnte (69) = 12
3341       chnhe (69) = 0
3342       chperm (69) = 221
3343       chbirf (69) = 131
3344       chetat (69) = 226
3345       chtn2i (69) = 210
3346       chbiet (226) = 69
3347 c
3348 c Aretes coupees :   1  5 11
3349       chclas (1041) = ' 3-09'
3350 c Code des aretes coupees : 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0
3351       charde (1041)(1:9) = '  1  5 11'
3352       chnp1 (1041) = 1
3353       chnar (1041) = 12
3354       chnpy (1041) = 4
3355       chnte (1041) = 12
3356       chnhe (1041) = 0
3357       chperm (1041) = 101
3358       chbirf (1041) = 131
3359       chetat (1041) = 227
3360       chtn2i (1041) = 210
3361       chbiet (227) = 1041
3362 c
3363 c Aretes coupees :   1  6 10
3364       chclas (545) = ' 3-09'
3365 c Code des aretes coupees : 1, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0
3366       charde (545)(1:9) = '  1  6 10'
3367       chnp1 (545) = 1
3368       chnar (545) = 12
3369       chnpy (545) = 4
3370       chnte (545) = 12
3371       chnhe (545) = 0
3372       chperm (545) = 320
3373       chbirf (545) = 131
3374       chetat (545) = 228
3375       chtn2i (545) = 210
3376       chbiet (228) = 545
3377 c
3378 c Aretes coupees :   1  7 10
3379       chclas (577) = ' 3-09'
3380 c Code des aretes coupees : 1, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0
3381       charde (577)(1:9) = '  1  7 10'
3382       chnp1 (577) = 1
3383       chnar (577) = 12
3384       chnpy (577) = 4
3385       chnte (577) = 12
3386       chnhe (577) = 0
3387       chperm (577) = 130
3388       chbirf (577) = 131
3389       chetat (577) = 229
3390       chtn2i (577) = 210
3391       chbiet (229) = 577
3392 c
3393 c Aretes coupees :   1  8 11
3394       chclas (1153) = ' 3-09'
3395 c Code des aretes coupees : 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0
3396       charde (1153)(1:9) = '  1  8 11'
3397       chnp1 (1153) = 1
3398       chnar (1153) = 12
3399       chnpy (1153) = 4
3400       chnte (1153) = 12
3401       chnhe (1153) = 0
3402       chperm (1153) = 210
3403       chbirf (1153) = 131
3404       chetat (1153) = 230
3405       chtn2i (1153) = 210
3406       chbiet (230) = 1153
3407 c
3408 c Aretes coupees :   2  4  6
3409       chclas (42) = ' 3-09'
3410 c Code des aretes coupees : 0, 1, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0
3411       charde (42)(1:9) = '  2  4  6'
3412       chnp1 (42) = 1
3413       chnar (42) = 12
3414       chnpy (42) = 4
3415       chnte (42) = 12
3416       chnhe (42) = 0
3417       chperm (42) = 1
3418       chbirf (42) = 131
3419       chetat (42) = 231
3420       chtn2i (42) = 210
3421       chbiet (231) = 42
3422 c
3423 c Aretes coupees :   2  5 12
3424       chclas (2066) = ' 3-09'
3425 c Code des aretes coupees : 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1
3426       charde (2066)(1:9) = '  2  5 12'
3427       chnp1 (2066) = 1
3428       chnar (2066) = 12
3429       chnpy (2066) = 4
3430       chnte (2066) = 12
3431       chnhe (2066) = 0
3432       chperm (2066) = 330
3433       chbirf (2066) = 131
3434       chetat (2066) = 232
3435       chtn2i (2066) = 210
3436       chbiet (232) = 2066
3437 c
3438 c Aretes coupees :   2  6  9
3439       chclas (290) = ' 3-09'
3440 c Code des aretes coupees : 0, 1, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0
3441       charde (290)(1:9) = '  2  6  9'
3442       chnp1 (290) = 1
3443       chnar (290) = 12
3444       chnpy (290) = 4
3445       chnte (290) = 12
3446       chnhe (290) = 0
3447       chperm (290) = 321
3448       chbirf (290) = 131
3449       chetat (290) = 233
3450       chtn2i (290) = 210
3451       chbiet (233) = 290
3452 c
3453 c Aretes coupees :   2  7  9
3454       chclas (322) = ' 3-09'
3455 c Code des aretes coupees : 0, 1, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0
3456       charde (322)(1:9) = '  2  7  9'
3457       chnp1 (322) = 1
3458       chnar (322) = 12
3459       chnpy (322) = 4
3460       chnte (322) = 12
3461       chnhe (322) = 0
3462       chperm (322) = 230
3463       chbirf (322) = 131
3464       chetat (322) = 234
3465       chtn2i (322) = 210
3466       chbiet (234) = 322
3467 c
3468 c Aretes coupees :   2  8 12
3469       chclas (2178) = ' 3-09'
3470 c Code des aretes coupees : 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1
3471       charde (2178)(1:9) = '  2  8 12'
3472       chnp1 (2178) = 1
3473       chnar (2178) = 12
3474       chnpy (2178) = 4
3475       chnte (2178) = 12
3476       chnhe (2178) = 0
3477       chperm (2178) = 120
3478       chbirf (2178) = 131
3479       chetat (2178) = 235
3480       chtn2i (2178) = 210
3481       chbiet (235) = 2178
3482 c
3483 c Aretes coupees :   3  4  5
3484       chclas (28) = ' 3-09'
3485 c Code des aretes coupees : 0, 0, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0
3486       charde (28)(1:9) = '  3  4  5'
3487       chnp1 (28) = 1
3488       chnar (28) = 12
3489       chnpy (28) = 4
3490       chnte (28) = 12
3491       chnhe (28) = 0
3492       chperm (28) = 220
3493       chbirf (28) = 131
3494       chetat (28) = 236
3495       chtn2i (28) = 210
3496       chbiet (236) = 28
3497 c
3498 c Aretes coupees :   3  5  9
3499       chclas (276) = ' 3-09'
3500 c Code des aretes coupees : 0, 0, 1, 0, 1, 0, 0, 0, 1, 0, 0, 0
3501       charde (276)(1:9) = '  3  5  9'
3502       chnp1 (276) = 1
3503       chnar (276) = 12
3504       chnpy (276) = 4
3505       chnte (276) = 12
3506       chnhe (276) = 0
3507       chperm (276) = 100
3508       chbirf (276) = 131
3509       chetat (276) = 237
3510       chtn2i (276) = 210
3511       chbiet (237) = 276
3512 c
3513 c Aretes coupees :   3  6 12
3514       chclas (2084) = ' 3-09'
3515 c Code des aretes coupees : 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 1
3516       charde (2084)(1:9) = '  3  6 12'
3517       chnp1 (2084) = 1
3518       chnar (2084) = 12
3519       chnpy (2084) = 4
3520       chnte (2084) = 12
3521       chnhe (2084) = 0
3522       chperm (2084) = 10
3523       chbirf (2084) = 131
3524       chetat (2084) = 238
3525       chtn2i (2084) = 210
3526       chbiet (238) = 2084
3527 c
3528 c Aretes coupees :   3  7 12
3529       chclas (2116) = ' 3-09'
3530 c Code des aretes coupees : 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 1
3531       charde (2116)(1:9) = '  3  7 12'
3532       chnp1 (2116) = 1
3533       chnar (2116) = 12
3534       chnpy (2116) = 4
3535       chnte (2116) = 12
3536       chnhe (2116) = 0
3537       chperm (2116) = 301
3538       chbirf (2116) = 131
3539       chetat (2116) = 239
3540       chtn2i (2116) = 210
3541       chbiet (239) = 2116
3542 c
3543 c Aretes coupees :   3  8  9
3544       chclas (388) = ' 3-09'
3545 c Code des aretes coupees : 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0
3546       charde (388)(1:9) = '  3  8  9'
3547       chnp1 (388) = 1
3548       chnar (388) = 12
3549       chnpy (388) = 4
3550       chnte (388) = 12
3551       chnhe (388) = 0
3552       chperm (388) = 310
3553       chbirf (388) = 131
3554       chetat (388) = 240
3555       chtn2i (388) = 210
3556       chbiet (240) = 388
3557 c
3558 c Aretes coupees :   4  5 10
3559       chclas (536) = ' 3-09'
3560 c Code des aretes coupees : 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 0, 0
3561       charde (536)(1:9) = '  4  5 10'
3562       chnp1 (536) = 1
3563       chnar (536) = 12
3564       chnpy (536) = 4
3565       chnte (536) = 12
3566       chnhe (536) = 0
3567       chperm (536) = 30
3568       chbirf (536) = 131
3569       chetat (536) = 241
3570       chtn2i (536) = 210
3571       chbiet (241) = 536
3572 c
3573 c Aretes coupees :   4  6 11
3574       chclas (1064) = ' 3-09'
3575 c Code des aretes coupees : 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 1, 0
3576       charde (1064)(1:9) = '  4  6 11'
3577       chnp1 (1064) = 1
3578       chnar (1064) = 12
3579       chnpy (1064) = 4
3580       chnte (1064) = 12
3581       chnhe (1064) = 0
3582       chperm (1064) = 110
3583       chbirf (1064) = 131
3584       chetat (1064) = 242
3585       chtn2i (1064) = 210
3586       chbiet (242) = 1064
3587 c
3588 c Aretes coupees :   4  7 11
3589       chclas (1096) = ' 3-09'
3590 c Code des aretes coupees : 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 1, 0
3591       charde (1096)(1:9) = '  4  7 11'
3592       chnp1 (1096) = 1
3593       chnar (1096) = 12
3594       chnpy (1096) = 4
3595       chnte (1096) = 12
3596       chnhe (1096) = 0
3597       chperm (1096) = 300
3598       chbirf (1096) = 131
3599       chetat (1096) = 243
3600       chtn2i (1096) = 210
3601       chbiet (243) = 1096
3602 c
3603 c Aretes coupees :   4  8 10
3604       chclas (648) = ' 3-09'
3605 c Code des aretes coupees : 0, 0, 0, 1, 0, 0, 0, 1, 0, 1, 0, 0
3606       charde (648)(1:9) = '  4  8 10'
3607       chnp1 (648) = 1
3608       chnar (648) = 12
3609       chnpy (648) = 4
3610       chnte (648) = 12
3611       chnhe (648) = 0
3612       chperm (648) = 121
3613       chbirf (648) = 131
3614       chetat (648) = 244
3615       chtn2i (648) = 210
3616       chbiet (244) = 648
3617 c
3618 c Aretes coupees :   5 11 12
3619       chclas (3088) = ' 3-09'
3620 c Code des aretes coupees : 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 1
3621       charde (3088)(1:9) = '  5 11 12'
3622       chnp1 (3088) = 1
3623       chnar (3088) = 12
3624       chnpy (3088) = 4
3625       chnte (3088) = 12
3626       chnhe (3088) = 0
3627       chperm (3088) = 21
3628       chbirf (3088) = 131
3629       chetat (3088) = 245
3630       chtn2i (3088) = 210
3631       chbiet (245) = 3088
3632 c
3633 c Aretes coupees :   6 10 12
3634       chclas (2592) = ' 3-09'
3635 c Code des aretes coupees : 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1
3636       charde (2592)(1:9) = '  6 10 12'
3637       chnp1 (2592) = 1
3638       chnar (2592) = 12
3639       chnpy (2592) = 4
3640       chnte (2592) = 12
3641       chnhe (2592) = 0
3642       chperm (2592) = 200
3643       chbirf (2592) = 131
3644       chetat (2592) = 246
3645       chtn2i (2592) = 210
3646       chbiet (246) = 2592
3647 c
3648 c Aretes coupees :   7  9 11
3649       chclas (1344) = ' 3-09'
3650 c Code des aretes coupees : 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 1, 0
3651       charde (1344)(1:9) = '  7  9 11'
3652       chnp1 (1344) = 1
3653       chnar (1344) = 12
3654       chnpy (1344) = 4
3655       chnte (1344) = 12
3656       chnhe (1344) = 0
3657       chperm (1344) = 20
3658       chbirf (1344) = 131
3659       chetat (1344) = 247
3660       chtn2i (1344) = 210
3661       chbiet (247) = 1344
3662 c
3663 c Aretes coupees :   8  9 10
3664       chclas (896) = ' 3-09'
3665 c Code des aretes coupees : 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0
3666       charde (896)(1:9) = '  8  9 10'
3667       chnp1 (896) = 1
3668       chnar (896) = 12
3669       chnpy (896) = 4
3670       chnte (896) = 12
3671       chnhe (896) = 0
3672       chperm (896) = 201
3673       chbirf (896) = 131
3674       chetat (896) = 248
3675       chtn2i (896) = 210
3676       chbiet (248) = 896
3677 c
3678 c ===========================================
3679 c Classe d'equivalence  3-10
3680 c
3681 c Aretes coupees :   1  4  9
3682       chclas (265) = ' 3-10'
3683 c Code des aretes coupees : 1, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0
3684       charde (265)(1:9) = '  1  4  9'
3685       chnp1 (265) = 1
3686       chnar (265) = 11
3687       chnpy (265) = 6
3688       chnte (265) = 6
3689       chnhe (265) = 0
3690       chperm (265) = 0
3691       chbirf (265) = 265
3692       chetat (265) = 249
3693       chtn2i (265) = 70
3694       chbiet (249) = 265
3695 c
3696 c Aretes coupees :   1  4 12
3697       chclas (2057) = ' 3-10'
3698 c Code des aretes coupees : 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1
3699       charde (2057)(1:9) = '  1  4 12'
3700       chnp1 (2057) = 1
3701       chnar (2057) = 11
3702       chnpy (2057) = 6
3703       chnte (2057) = 6
3704       chnhe (2057) = 0
3705       chperm (2057) = 300
3706       chbirf (2057) = 265
3707       chetat (2057) = 250
3708       chtn2i (2057) = 70
3709       chbiet (250) = 2057
3710 c
3711 c Aretes coupees :   1  9 12
3712       chclas (2305) = ' 3-10'
3713 c Code des aretes coupees : 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1
3714       charde (2305)(1:9) = '  1  9 12'
3715       chnp1 (2305) = 1
3716       chnar (2305) = 11
3717       chnpy (2305) = 6
3718       chnte (2305) = 6
3719       chnhe (2305) = 0
3720       chperm (2305) = 100
3721       chbirf (2305) = 265
3722       chetat (2305) = 251
3723       chtn2i (2305) = 70
3724       chbiet (251) = 2305
3725 c
3726 c Aretes coupees :   2  3 10
3727       chclas (518) = ' 3-10'
3728 c Code des aretes coupees : 0, 1, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0
3729       charde (518)(1:9) = '  2  3 10'
3730       chnp1 (518) = 1
3731       chnar (518) = 11
3732       chnpy (518) = 6
3733       chnte (518) = 6
3734       chnhe (518) = 0
3735       chperm (518) = 330
3736       chbirf (518) = 265
3737       chetat (518) = 252
3738       chtn2i (518) = 70
3739       chbiet (252) = 518
3740 c
3741 c Aretes coupees :   2  3 11
3742       chclas (1030) = ' 3-10'
3743 c Code des aretes coupees : 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0
3744       charde (1030)(1:9) = '  2  3 11'
3745       chnp1 (1030) = 1
3746       chnar (1030) = 11
3747       chnpy (1030) = 6
3748       chnte (1030) = 6
3749       chnhe (1030) = 0
3750       chperm (1030) = 310
3751       chbirf (1030) = 265
3752       chetat (1030) = 253
3753       chtn2i (1030) = 70
3754       chbiet (253) = 1030
3755 c
3756 c Aretes coupees :   2 10 11
3757       chclas (1538) = ' 3-10'
3758 c Code des aretes coupees : 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0
3759       charde (1538)(1:9) = '  2 10 11'
3760       chnp1 (1538) = 1
3761       chnar (1538) = 11
3762       chnpy (1538) = 6
3763       chnte (1538) = 6
3764       chnhe (1538) = 0
3765       chperm (1538) = 130
3766       chbirf (1538) = 265
3767       chetat (1538) = 254
3768       chtn2i (1538) = 70
3769       chbiet (254) = 1538
3770 c
3771 c Aretes coupees :   3 10 11
3772       chclas (1540) = ' 3-10'
3773 c Code des aretes coupees : 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 1, 0
3774       charde (1540)(1:9) = '  3 10 11'
3775       chnp1 (1540) = 1
3776       chnar (1540) = 11
3777       chnpy (1540) = 6
3778       chnte (1540) = 6
3779       chnhe (1540) = 0
3780       chperm (1540) = 110
3781       chbirf (1540) = 265
3782       chetat (1540) = 255
3783       chtn2i (1540) = 70
3784       chbiet (255) = 1540
3785 c
3786 c Aretes coupees :   4  9 12
3787       chclas (2312) = ' 3-10'
3788 c Code des aretes coupees : 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1
3789       charde (2312)(1:9) = '  4  9 12'
3790       chnp1 (2312) = 1
3791       chnar (2312) = 11
3792       chnpy (2312) = 6
3793       chnte (2312) = 6
3794       chnhe (2312) = 0
3795       chperm (2312) = 200
3796       chbirf (2312) = 265
3797       chetat (2312) = 256
3798       chtn2i (2312) = 70
3799       chbiet (256) = 2312
3800 c
3801 c Aretes coupees :   5  6  7
3802       chclas (112) = ' 3-10'
3803 c Code des aretes coupees : 0, 0, 0, 0, 1, 1, 1, 0, 0, 0, 0, 0
3804       charde (112)(1:9) = '  5  6  7'
3805       chnp1 (112) = 1
3806       chnar (112) = 11
3807       chnpy (112) = 6
3808       chnte (112) = 6
3809       chnhe (112) = 0
3810       chperm (112) = 30
3811       chbirf (112) = 265
3812       chetat (112) = 257
3813       chtn2i (112) = 70
3814       chbiet (257) = 112
3815 c
3816 c Aretes coupees :   5  6  8
3817       chclas (176) = ' 3-10'
3818 c Code des aretes coupees : 0, 0, 0, 0, 1, 1, 0, 1, 0, 0, 0, 0
3819       charde (176)(1:9) = '  5  6  8'
3820       chnp1 (176) = 1
3821       chnar (176) = 11
3822       chnpy (176) = 6
3823       chnte (176) = 6
3824       chnhe (176) = 0
3825       chperm (176) = 10
3826       chbirf (176) = 265
3827       chetat (176) = 258
3828       chtn2i (176) = 70
3829       chbiet (258) = 176
3830 c
3831 c Aretes coupees :   5  7  8
3832       chclas (208) = ' 3-10'
3833 c Code des aretes coupees : 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0
3834       charde (208)(1:9) = '  5  7  8'
3835       chnp1 (208) = 1
3836       chnar (208) = 11
3837       chnpy (208) = 6
3838       chnte (208) = 6
3839       chnhe (208) = 0
3840       chperm (208) = 230
3841       chbirf (208) = 265
3842       chetat (208) = 259
3843       chtn2i (208) = 70
3844       chbiet (259) = 208
3845 c
3846 c Aretes coupees :   6  7  8
3847       chclas (224) = ' 3-10'
3848 c Code des aretes coupees : 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 0, 0
3849       charde (224)(1:9) = '  6  7  8'
3850       chnp1 (224) = 1
3851       chnar (224) = 11
3852       chnpy (224) = 6
3853       chnte (224) = 6
3854       chnhe (224) = 0
3855       chperm (224) = 210
3856       chbirf (224) = 265
3857       chetat (224) = 260
3858       chtn2i (224) = 70
3859       chbiet (260) = 224
3860 c
3861 c ===========================================
3862 c Classe d'equivalence  3-11
3863 c
3864 c Aretes coupees :   1  4 10
3865       chclas (521) = ' 3-11'
3866 c Code des aretes coupees : 1, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0
3867       charde (521)(1:9) = '  1  4 10'
3868       chnp1 (521) = 1
3869       chnar (521) = 11
3870       chnpy (521) = 3
3871       chnte (521) = 12
3872       chnhe (521) = 0
3873       chperm (521) = 0
3874       chbirf (521) = 521
3875       chetat (521) = 261
3876       chtn2i (521) = 70
3877       chbiet (261) = 521
3878 c
3879 c Aretes coupees :   1  4 11
3880       chclas (1033) = ' 3-11'
3881 c Code des aretes coupees : 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0
3882       charde (1033)(1:9) = '  1  4 11'
3883       chnp1 (1033) = 1
3884       chnar (1033) = 11
3885       chnpy (1033) = 3
3886       chnte (1033) = 12
3887       chnhe (1033) = 0
3888       chperm (1033) = 220
3889       chbirf (1033) = 521
3890       chetat (1033) = 262
3891       chtn2i (1033) = 70
3892       chbiet (262) = 1033
3893 c
3894 c Aretes coupees :   1  7  8
3895       chclas (193) = ' 3-11'
3896 c Code des aretes coupees : 1, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0
3897       charde (193)(1:9) = '  1  7  8'
3898       chnp1 (193) = 1
3899       chnar (193) = 11
3900       chnpy (193) = 3
3901       chnte (193) = 12
3902       chnhe (193) = 0
3903       chperm (193) = 121
3904       chbirf (193) = 521
3905       chetat (193) = 263
3906       chtn2i (193) = 70
3907       chbiet (263) = 193
3908 c
3909 c Aretes coupees :   1  7  9
3910       chclas (321) = ' 3-11'
3911 c Code des aretes coupees : 1, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0
3912       charde (321)(1:9) = '  1  7  9'
3913       chnp1 (321) = 1
3914       chnar (321) = 11
3915       chnpy (321) = 3
3916       chnte (321) = 12
3917       chnhe (321) = 0
3918       chperm (321) = 100
3919       chbirf (321) = 521
3920       chetat (321) = 264
3921       chtn2i (321) = 70
3922       chbiet (264) = 321
3923 c
3924 c Aretes coupees :   1  8  9
3925       chclas (385) = ' 3-11'
3926 c Code des aretes coupees : 1, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0
3927       charde (385)(1:9) = '  1  8  9'
3928       chnp1 (385) = 1
3929       chnar (385) = 11
3930       chnpy (385) = 3
3931       chnte (385) = 12
3932       chnhe (385) = 0
3933       chperm (385) = 320
3934       chbirf (385) = 521
3935       chetat (385) = 265
3936       chtn2i (385) = 70
3937       chbiet (265) = 385
3938 c
3939 c Aretes coupees :   1 10 11
3940       chclas (1537) = ' 3-11'
3941 c Code des aretes coupees : 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0
3942       charde (1537)(1:9) = '  1 10 11'
3943       chnp1 (1537) = 1
3944       chnar (1537) = 11
3945       chnpy (1537) = 3
3946       chnte (1537) = 12
3947       chnhe (1537) = 0
3948       chperm (1537) = 201
3949       chbirf (1537) = 521
3950       chetat (1537) = 266
3951       chtn2i (1537) = 70
3952       chbiet (266) = 1537
3953 c
3954 c Aretes coupees :   2  3  9
3955       chclas (262) = ' 3-11'
3956 c Code des aretes coupees : 0, 1, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0
3957       charde (262)(1:9) = '  2  3  9'
3958       chnp1 (262) = 1
3959       chnar (262) = 11
3960       chnpy (262) = 3
3961       chnte (262) = 12
3962       chnhe (262) = 0
3963       chperm (262) = 221
3964       chbirf (262) = 521
3965       chetat (262) = 267
3966       chtn2i (262) = 70
3967       chbiet (267) = 262
3968 c
3969 c Aretes coupees :   2  3 12
3970       chclas (2054) = ' 3-11'
3971 c Code des aretes coupees : 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1
3972       charde (2054)(1:9) = '  2  3 12'
3973       chnp1 (2054) = 1
3974       chnar (2054) = 11
3975       chnpy (2054) = 3
3976       chnte (2054) = 12
3977       chnhe (2054) = 0
3978       chperm (2054) = 1
3979       chbirf (2054) = 521
3980       chetat (2054) = 268
3981       chtn2i (2054) = 70
3982       chbiet (268) = 2054
3983 c
3984 c Aretes coupees :   2  6  8
3985       chclas (162) = ' 3-11'
3986 c Code des aretes coupees : 0, 1, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0
3987       charde (162)(1:9) = '  2  6  8'
3988       chnp1 (162) = 1
3989       chnar (162) = 11
3990       chnpy (162) = 3
3991       chnte (162) = 12
3992       chnhe (162) = 0
3993       chperm (162) = 10
3994       chbirf (162) = 521
3995       chetat (162) = 269
3996       chtn2i (162) = 70
3997       chbiet (269) = 162
3998 c
3999 c Aretes coupees :   2  6 10
4000       chclas (546) = ' 3-11'
4001 c Code des aretes coupees : 0, 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0
4002       charde (546)(1:9) = '  2  6 10'
4003       chnp1 (546) = 1
4004       chnar (546) = 11
4005       chnpy (546) = 3
4006       chnte (546) = 12
4007       chnhe (546) = 0
4008       chperm (546) = 330
4009       chbirf (546) = 521
4010       chetat (546) = 270
4011       chtn2i (546) = 70
4012       chbiet (270) = 546
4013 c
4014 c Aretes coupees :   2  8 10
4015       chclas (642) = ' 3-11'
4016 c Code des aretes coupees : 0, 1, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0
4017       charde (642)(1:9) = '  2  8 10'
4018       chnp1 (642) = 1
4019       chnar (642) = 11
4020       chnpy (642) = 3
4021       chnte (642) = 12
4022       chnhe (642) = 0
4023       chperm (642) = 130
4024       chbirf (642) = 521
4025       chetat (642) = 271
4026       chtn2i (642) = 70
4027       chbiet (271) = 642
4028 c
4029 c Aretes coupees :   2  9 12
4030       chclas (2306) = ' 3-11'
4031 c Code des aretes coupees : 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1
4032       charde (2306)(1:9) = '  2  9 12'
4033       chnp1 (2306) = 1
4034       chnar (2306) = 11
4035       chnpy (2306) = 3
4036       chnte (2306) = 12
4037       chnhe (2306) = 0
4038       chperm (2306) = 200
4039       chbirf (2306) = 521
4040       chetat (2306) = 272
4041       chtn2i (2306) = 70
4042       chbiet (272) = 2306
4043 c
4044 c Aretes coupees :   3  5  7
4045       chclas (84) = ' 3-11'
4046 c Code des aretes coupees : 0, 0, 1, 0, 1, 0, 1, 0, 0, 0, 0, 0
4047       charde (84)(1:9) = '  3  5  7'
4048       chnp1 (84) = 1
4049       chnar (84) = 11
4050       chnpy (84) = 3
4051       chnte (84) = 12
4052       chnhe (84) = 0
4053       chperm (84) = 230
4054       chbirf (84) = 521
4055       chetat (84) = 273
4056       chtn2i (84) = 70
4057       chbiet (273) = 84
4058 c
4059 c Aretes coupees :   3  5 11
4060       chclas (1044) = ' 3-11'
4061 c Code des aretes coupees : 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 1, 0
4062       charde (1044)(1:9) = '  3  5 11'
4063       chnp1 (1044) = 1
4064       chnar (1044) = 11
4065       chnpy (1044) = 3
4066       chnte (1044) = 12
4067       chnhe (1044) = 0
4068       chperm (1044) = 110
4069       chbirf (1044) = 521
4070       chetat (1044) = 274
4071       chtn2i (1044) = 70
4072       chbiet (274) = 1044
4073 c
4074 c Aretes coupees :   3  7 11
4075       chclas (1092) = ' 3-11'
4076 c Code des aretes coupees : 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1, 0
4077       charde (1092)(1:9) = '  3  7 11'
4078       chnp1 (1092) = 1
4079       chnar (1092) = 11
4080       chnpy (1092) = 3
4081       chnte (1092) = 12
4082       chnhe (1092) = 0
4083       chperm (1092) = 310
4084       chbirf (1092) = 521
4085       chetat (1092) = 275
4086       chtn2i (1092) = 70
4087       chbiet (275) = 1092
4088 c
4089 c Aretes coupees :   3  9 12
4090       chclas (2308) = ' 3-11'
4091 c Code des aretes coupees : 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 1
4092       charde (2308)(1:9) = '  3  9 12'
4093       chnp1 (2308) = 1
4094       chnar (2308) = 11
4095       chnpy (2308) = 3
4096       chnte (2308) = 12
4097       chnhe (2308) = 0
4098       chperm (2308) = 20
4099       chbirf (2308) = 521
4100       chetat (2308) = 276
4101       chtn2i (2308) = 70
4102       chbiet (276) = 2308
4103 c
4104 c Aretes coupees :   4  5  6
4105       chclas (56) = ' 3-11'
4106 c Code des aretes coupees : 0, 0, 0, 1, 1, 1, 0, 0, 0, 0, 0, 0
4107       charde (56)(1:9) = '  4  5  6'
4108       chnp1 (56) = 1
4109       chnar (56) = 11
4110       chnpy (56) = 3
4111       chnte (56) = 12
4112       chnhe (56) = 0
4113       chperm (56) = 101
4114       chbirf (56) = 521
4115       chetat (56) = 277
4116       chtn2i (56) = 70
4117       chbiet (277) = 56
4118 c
4119 c Aretes coupees :   4  5 12
4120       chclas (2072) = ' 3-11'
4121 c Code des aretes coupees : 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 1
4122       charde (2072)(1:9) = '  4  5 12'
4123       chnp1 (2072) = 1
4124       chnar (2072) = 11
4125       chnpy (2072) = 3
4126       chnte (2072) = 12
4127       chnhe (2072) = 0
4128       chperm (2072) = 300
4129       chbirf (2072) = 521
4130       chetat (2072) = 278
4131       chtn2i (2072) = 70
4132       chbiet (278) = 2072
4133 c
4134 c Aretes coupees :   4  6 12
4135       chclas (2088) = ' 3-11'
4136 c Code des aretes coupees : 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 1
4137       charde (2088)(1:9) = '  4  6 12'
4138       chnp1 (2088) = 1
4139       chnar (2088) = 11
4140       chnpy (2088) = 3
4141       chnte (2088) = 12
4142       chnhe (2088) = 0
4143       chperm (2088) = 120
4144       chbirf (2088) = 521
4145       chetat (2088) = 279
4146       chtn2i (2088) = 70
4147       chbiet (279) = 2088
4148 c
4149 c Aretes coupees :   4 10 11
4150       chclas (1544) = ' 3-11'
4151 c Code des aretes coupees : 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 1, 0
4152       charde (1544)(1:9) = '  4 10 11'
4153       chnp1 (1544) = 1
4154       chnar (1544) = 11
4155       chnpy (1544) = 3
4156       chnte (1544) = 12
4157       chnhe (1544) = 0
4158       chperm (1544) = 21
4159       chbirf (1544) = 521
4160       chetat (1544) = 280
4161       chtn2i (1544) = 70
4162       chbiet (280) = 1544
4163 c
4164 c Aretes coupees :   5  6 12
4165       chclas (2096) = ' 3-11'
4166 c Code des aretes coupees : 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 1
4167       charde (2096)(1:9) = '  5  6 12'
4168       chnp1 (2096) = 1
4169       chnar (2096) = 11
4170       chnpy (2096) = 3
4171       chnte (2096) = 12
4172       chnhe (2096) = 0
4173       chperm (2096) = 321
4174       chbirf (2096) = 521
4175       chetat (2096) = 281
4176       chtn2i (2096) = 70
4177       chbiet (281) = 2096
4178 c
4179 c Aretes coupees :   5  7 11
4180       chclas (1104) = ' 3-11'
4181 c Code des aretes coupees : 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 1, 0
4182       charde (1104)(1:9) = '  5  7 11'
4183       chnp1 (1104) = 1
4184       chnar (1104) = 11
4185       chnpy (1104) = 3
4186       chnte (1104) = 12
4187       chnhe (1104) = 0
4188       chperm (1104) = 30
4189       chbirf (1104) = 521
4190       chetat (1104) = 282
4191       chtn2i (1104) = 70
4192       chbiet (282) = 1104
4193 c
4194 c Aretes coupees :   6  8 10
4195       chclas (672) = ' 3-11'
4196 c Code des aretes coupees : 0, 0, 0, 0, 0, 1, 0, 1, 0, 1, 0, 0
4197       charde (672)(1:9) = '  6  8 10'
4198       chnp1 (672) = 1
4199       chnar (672) = 11
4200       chnpy (672) = 3
4201       chnte (672) = 12
4202       chnhe (672) = 0
4203       chperm (672) = 210
4204       chbirf (672) = 521
4205       chetat (672) = 283
4206       chtn2i (672) = 70
4207       chbiet (283) = 672
4208 c
4209 c Aretes coupees :   7  8  9
4210       chclas (448) = ' 3-11'
4211 c Code des aretes coupees : 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 0
4212       charde (448)(1:9) = '  7  8  9'
4213       chnp1 (448) = 1
4214       chnar (448) = 11
4215       chnpy (448) = 3
4216       chnte (448) = 12
4217       chnhe (448) = 0
4218       chperm (448) = 301
4219       chbirf (448) = 521
4220       chetat (448) = 284
4221       chtn2i (448) = 70
4222       chbiet (284) = 448
4223 c
4224 c ===========================================
4225 c Classe d'equivalence  4-00
4226 c
4227 c Aretes coupees :   1  2  3  4
4228       chclas (15) = ' 4-00'
4229 c Code des aretes coupees : 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0
4230       charde (15)(1:12) = '  1  2  3  4'
4231       chnp1 (15) = 0
4232       chnar (15) = 4
4233       chnpy (15) = 5
4234       chnte (15) = 4
4235       chnhe (15) = 0
4236       chperm (15) = 0
4237       chbirf (15) = 15
4238       chetat (15) = 285
4239       chtn2i (15) = 13
4240       chbiet (285) = 15
4241 c
4242 c Aretes coupees :   1  5  6  9
4243       chclas (305) = ' 4-00'
4244 c Code des aretes coupees : 1, 0, 0, 0, 1, 1, 0, 0, 1, 0, 0, 0
4245       charde (305)(1:12) = '  1  5  6  9'
4246       chnp1 (305) = 0
4247       chnar (305) = 4
4248       chnpy (305) = 5
4249       chnte (305) = 4
4250       chnhe (305) = 0
4251       chperm (305) = 100
4252       chbirf (305) = 15
4253       chetat (305) = 286
4254       chtn2i (305) = 13
4255       chbiet (286) = 305
4256 c
4257 c Aretes coupees :   2  5  7 10
4258       chclas (594) = ' 4-00'
4259 c Code des aretes coupees : 0, 1, 0, 0, 1, 0, 1, 0, 0, 1, 0, 0
4260       charde (594)(1:12) = '  2  5  7 10'
4261       chnp1 (594) = 0
4262       chnar (594) = 4
4263       chnpy (594) = 5
4264       chnte (594) = 4
4265       chnhe (594) = 0
4266       chperm (594) = 30
4267       chbirf (594) = 15
4268       chetat (594) = 287
4269       chtn2i (594) = 13
4270       chbiet (287) = 594
4271 c
4272 c Aretes coupees :   3  6  8 11
4273       chclas (1188) = ' 4-00'
4274 c Code des aretes coupees : 0, 0, 1, 0, 0, 1, 0, 1, 0, 0, 1, 0
4275       charde (1188)(1:12) = '  3  6  8 11'
4276       chnp1 (1188) = 0
4277       chnar (1188) = 4
4278       chnpy (1188) = 5
4279       chnte (1188) = 4
4280       chnhe (1188) = 0
4281       chperm (1188) = 10
4282       chbirf (1188) = 15
4283       chetat (1188) = 288
4284       chtn2i (1188) = 13
4285       chbiet (288) = 1188
4286 c
4287 c Aretes coupees :   4  7  8 12
4288       chclas (2248) = ' 4-00'
4289 c Code des aretes coupees : 0, 0, 0, 1, 0, 0, 1, 1, 0, 0, 0, 1
4290       charde (2248)(1:12) = '  4  7  8 12'
4291       chnp1 (2248) = 0
4292       chnar (2248) = 4
4293       chnpy (2248) = 5
4294       chnte (2248) = 4
4295       chnhe (2248) = 0
4296       chperm (2248) = 300
4297       chbirf (2248) = 15
4298       chetat (2248) = 289
4299       chtn2i (2248) = 13
4300       chbiet (289) = 2248
4301 c
4302 c Aretes coupees :   9 10 11 12
4303       chclas (3840) = ' 4-00'
4304 c Code des aretes coupees : 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1
4305       charde (3840)(1:12) = '  9 10 11 12'
4306       chnp1 (3840) = 0
4307       chnar (3840) = 4
4308       chnpy (3840) = 5
4309       chnte (3840) = 4
4310       chnhe (3840) = 0
4311       chperm (3840) = 200
4312       chbirf (3840) = 15
4313       chetat (3840) = 290
4314       chtn2i (3840) = 13
4315       chbiet (290) = 3840
4316 c
4317 c ===========================================
4318 c Classe d'equivalence  4-01
4319 c
4320 c Aretes coupees :   1  2  9 10
4321       chclas (771) = ' 4-01'
4322 c Code des aretes coupees : 1, 1, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0
4323       charde (771)(1:12) = '  1  2  9 10'
4324       chnp1 (771) = 1
4325       chnar (771) = 14
4326       chnpy (771) = 12
4327       chnte (771) = 0
4328       chnhe (771) = 0
4329       chperm (771) = 0
4330       chbirf (771) = 771
4331       chetat (771) = 291
4332       chtn2i (771) = 210
4333       chbiet (291) = 771
4334 c
4335 c Aretes coupees :   1  3  9 11
4336       chclas (1285) = ' 4-01'
4337 c Code des aretes coupees : 1, 0, 1, 0, 0, 0, 0, 0, 1, 0, 1, 0
4338       charde (1285)(1:12) = '  1  3  9 11'
4339       chnp1 (1285) = 1
4340       chnar (1285) = 14
4341       chnpy (1285) = 12
4342       chnte (1285) = 0
4343       chnhe (1285) = 0
4344       chperm (1285) = 20
4345       chbirf (1285) = 771
4346       chetat (1285) = 292
4347       chtn2i (1285) = 210
4348       chbiet (292) = 1285
4349 c
4350 c Aretes coupees :   1  4  5  7
4351       chclas (89) = ' 4-01'
4352 c Code des aretes coupees : 1, 0, 0, 1, 1, 0, 1, 0, 0, 0, 0, 0
4353       charde (89)(1:12) = '  1  4  5  7'
4354       chnp1 (89) = 1
4355       chnar (89) = 14
4356       chnpy (89) = 12
4357       chnte (89) = 0
4358       chnhe (89) = 0
4359       chperm (89) = 300
4360       chbirf (89) = 771
4361       chetat (89) = 293
4362       chtn2i (89) = 210
4363       chbiet (293) = 89
4364 c
4365 c Aretes coupees :   1  4  6  8
4366       chclas (169) = ' 4-01'
4367 c Code des aretes coupees : 1, 0, 0, 1, 0, 1, 0, 1, 0, 0, 0, 0
4368       charde (169)(1:12) = '  1  4  6  8'
4369       chnp1 (169) = 1
4370       chnar (169) = 14
4371       chnpy (169) = 12
4372       chnte (169) = 0
4373       chnhe (169) = 0
4374       chperm (169) = 320
4375       chbirf (169) = 771
4376       chetat (169) = 294
4377       chtn2i (169) = 210
4378       chbiet (294) = 169
4379 c
4380 c Aretes coupees :   2  3  5  6
4381       chclas (54) = ' 4-01'
4382 c Code des aretes coupees : 0, 1, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0
4383       charde (54)(1:12) = '  2  3  5  6'
4384       chnp1 (54) = 1
4385       chnar (54) = 14
4386       chnpy (54) = 12
4387       chnte (54) = 0
4388       chnhe (54) = 0
4389       chperm (54) = 10
4390       chbirf (54) = 771
4391       chetat (54) = 295
4392       chtn2i (54) = 210
4393       chbiet (295) = 54
4394 c
4395 c Aretes coupees :   2  3  7  8
4396       chclas (198) = ' 4-01'
4397 c Code des aretes coupees : 0, 1, 1, 0, 0, 0, 1, 1, 0, 0, 0, 0
4398       charde (198)(1:12) = '  2  3  7  8'
4399       chnp1 (198) = 1
4400       chnar (198) = 14
4401       chnpy (198) = 12
4402       chnte (198) = 0
4403       chnhe (198) = 0
4404       chperm (198) = 310
4405       chbirf (198) = 771
4406       chetat (198) = 296
4407       chtn2i (198) = 210
4408       chbiet (296) = 198
4409 c
4410 c Aretes coupees :   2  4 10 12
4411       chclas (2570) = ' 4-01'
4412 c Code des aretes coupees : 0, 1, 0, 1, 0, 0, 0, 0, 0, 1, 0, 1
4413       charde (2570)(1:12) = '  2  4 10 12'
4414       chnp1 (2570) = 1
4415       chnar (2570) = 14
4416       chnpy (2570) = 12
4417       chnte (2570) = 0
4418       chnhe (2570) = 0
4419       chperm (2570) = 200
4420       chbirf (2570) = 771
4421       chetat (2570) = 297
4422       chtn2i (2570) = 210
4423       chbiet (297) = 2570
4424 c
4425 c Aretes coupees :   3  4 11 12
4426       chclas (3084) = ' 4-01'
4427 c Code des aretes coupees : 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 1, 1
4428       charde (3084)(1:12) = '  3  4 11 12'
4429       chnp1 (3084) = 1
4430       chnar (3084) = 14
4431       chnpy (3084) = 12
4432       chnte (3084) = 0
4433       chnhe (3084) = 0
4434       chperm (3084) = 220
4435       chbirf (3084) = 771
4436       chetat (3084) = 298
4437       chtn2i (3084) = 210
4438       chbiet (298) = 3084
4439 c
4440 c Aretes coupees :   5  6 10 11
4441       chclas (1584) = ' 4-01'
4442 c Code des aretes coupees : 0, 0, 0, 0, 1, 1, 0, 0, 0, 1, 1, 0
4443       charde (1584)(1:12) = '  5  6 10 11'
4444       chnp1 (1584) = 1
4445       chnar (1584) = 14
4446       chnpy (1584) = 12
4447       chnte (1584) = 0
4448       chnhe (1584) = 0
4449       chperm (1584) = 110
4450       chbirf (1584) = 771
4451       chetat (1584) = 299
4452       chtn2i (1584) = 210
4453       chbiet (299) = 1584
4454 c
4455 c Aretes coupees :   5  7  9 12
4456       chclas (2384) = ' 4-01'
4457 c Code des aretes coupees : 0, 0, 0, 0, 1, 0, 1, 0, 1, 0, 0, 1
4458       charde (2384)(1:12) = '  5  7  9 12'
4459       chnp1 (2384) = 1
4460       chnar (2384) = 14
4461       chnpy (2384) = 12
4462       chnte (2384) = 0
4463       chnhe (2384) = 0
4464       chperm (2384) = 100
4465       chbirf (2384) = 771
4466       chetat (2384) = 300
4467       chtn2i (2384) = 210
4468       chbiet (300) = 2384
4469 c
4470 c Aretes coupees :   6  8  9 12
4471       chclas (2464) = ' 4-01'
4472 c Code des aretes coupees : 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 1
4473       charde (2464)(1:12) = '  6  8  9 12'
4474       chnp1 (2464) = 1
4475       chnar (2464) = 14
4476       chnpy (2464) = 12
4477       chnte (2464) = 0
4478       chnhe (2464) = 0
4479       chperm (2464) = 120
4480       chbirf (2464) = 771
4481       chetat (2464) = 301
4482       chtn2i (2464) = 210
4483       chbiet (301) = 2464
4484 c
4485 c Aretes coupees :   7  8 10 11
4486       chclas (1728) = ' 4-01'
4487 c Code des aretes coupees : 0, 0, 0, 0, 0, 0, 1, 1, 0, 1, 1, 0
4488       charde (1728)(1:12) = '  7  8 10 11'
4489       chnp1 (1728) = 1
4490       chnar (1728) = 14
4491       chnpy (1728) = 12
4492       chnte (1728) = 0
4493       chnhe (1728) = 0
4494       chperm (1728) = 210
4495       chbirf (1728) = 771
4496       chetat (1728) = 302
4497       chtn2i (1728) = 210
4498       chbiet (302) = 1728
4499 c
4500 c ===========================================
4501 c Classe d'equivalence  4-02
4502 c
4503 c Aretes coupees :   1  2  9 11
4504       chclas (1283) = ' 4-02'
4505 c Code des aretes coupees : 1, 1, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0
4506       charde (1283)(1:12) = '  1  2  9 11'
4507       chnp1 (1283) = 1
4508       chnar (1283) = 14
4509       chnpy (1283) = 9
4510       chnte (1283) = 6
4511       chnhe (1283) = 0
4512       chperm (1283) = 0
4513       chbirf (1283) = 1283
4514       chetat (1283) = 303
4515       chtn2i (1283) = 210
4516       chbiet (303) = 1283
4517 c
4518 c Aretes coupees :   1  3 11 12
4519       chclas (3077) = ' 4-02'
4520 c Code des aretes coupees : 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 1
4521       charde (3077)(1:12) = '  1  3 11 12'
4522       chnp1 (3077) = 1
4523       chnar (3077) = 14
4524       chnpy (3077) = 9
4525       chnte (3077) = 6
4526       chnhe (3077) = 0
4527       chperm (3077) = 21
4528       chbirf (3077) = 1283
4529       chetat (3077) = 304
4530       chtn2i (3077) = 210
4531       chbiet (304) = 3077
4532 c
4533 c Aretes coupees :   1  4  6  7
4534       chclas (105) = ' 4-02'
4535 c Code des aretes coupees : 1, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0
4536       charde (105)(1:12) = '  1  4  6  7'
4537       chnp1 (105) = 1
4538       chnar (105) = 14
4539       chnpy (105) = 9
4540       chnte (105) = 6
4541       chnhe (105) = 0
4542       chperm (105) = 300
4543       chbirf (105) = 1283
4544       chetat (105) = 305
4545       chtn2i (105) = 210
4546       chbiet (305) = 105
4547 c
4548 c Aretes coupees :   1  5  7 12
4549       chclas (2129) = ' 4-02'
4550 c Code des aretes coupees : 1, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 1
4551       charde (2129)(1:12) = '  1  5  7 12'
4552       chnp1 (2129) = 1
4553       chnar (2129) = 14
4554       chnpy (2129) = 9
4555       chnte (2129) = 6
4556       chnhe (2129) = 0
4557       chperm (2129) = 101
4558       chbirf (2129) = 1283
4559       chetat (2129) = 306
4560       chtn2i (2129) = 210
4561       chbiet (306) = 2129
4562 c
4563 c Aretes coupees :   2  3  5  8
4564       chclas (150) = ' 4-02'
4565 c Code des aretes coupees : 0, 1, 1, 0, 1, 0, 0, 1, 0, 0, 0, 0
4566       charde (150)(1:12) = '  2  3  5  8'
4567       chnp1 (150) = 1
4568       chnar (150) = 14
4569       chnpy (150) = 9
4570       chnte (150) = 6
4571       chnhe (150) = 0
4572       chperm (150) = 310
4573       chbirf (150) = 1283
4574       chetat (150) = 307
4575       chtn2i (150) = 210
4576       chbiet (307) = 150
4577 c
4578 c Aretes coupees :   2  4  9 10
4579       chclas (778) = ' 4-02'
4580 c Code des aretes coupees : 0, 1, 0, 1, 0, 0, 0, 0, 1, 1, 0, 0
4581       charde (778)(1:12) = '  2  4  9 10'
4582       chnp1 (778) = 1
4583       chnar (778) = 14
4584       chnpy (778) = 9
4585       chnte (778) = 6
4586       chnhe (778) = 0
4587       chperm (778) = 1
4588       chbirf (778) = 1283
4589       chetat (778) = 308
4590       chtn2i (778) = 210
4591       chbiet (308) = 778
4592 c
4593 c Aretes coupees :   2  7  8 11
4594       chclas (1218) = ' 4-02'
4595 c Code des aretes coupees : 0, 1, 0, 0, 0, 0, 1, 1, 0, 0, 1, 0
4596       charde (1218)(1:12) = '  2  7  8 11'
4597       chnp1 (1218) = 1
4598       chnar (1218) = 14
4599       chnpy (1218) = 9
4600       chnte (1218) = 6
4601       chnhe (1218) = 0
4602       chperm (1218) = 210
4603       chbirf (1218) = 1283
4604       chetat (1218) = 309
4605       chtn2i (1218) = 210
4606       chbiet (309) = 1218
4607 c
4608 c Aretes coupees :   3  4 10 12
4609       chclas (2572) = ' 4-02'
4610 c Code des aretes coupees : 0, 0, 1, 1, 0, 0, 0, 0, 0, 1, 0, 1
4611       charde (2572)(1:12) = '  3  4 10 12'
4612       chnp1 (2572) = 1
4613       chnar (2572) = 14
4614       chnpy (2572) = 9
4615       chnte (2572) = 6
4616       chnhe (2572) = 0
4617       chperm (2572) = 200
4618       chbirf (2572) = 1283
4619       chetat (2572) = 310
4620       chtn2i (2572) = 210
4621       chbiet (310) = 2572
4622 c
4623 c Aretes coupees :   3  5  6 10
4624       chclas (564) = ' 4-02'
4625 c Code des aretes coupees : 0, 0, 1, 0, 1, 1, 0, 0, 0, 1, 0, 0
4626       charde (564)(1:12) = '  3  5  6 10'
4627       chnp1 (564) = 1
4628       chnar (564) = 14
4629       chnpy (564) = 9
4630       chnte (564) = 6
4631       chnhe (564) = 0
4632       chperm (564) = 10
4633       chbirf (564) = 1283
4634       chetat (564) = 311
4635       chtn2i (564) = 210
4636       chbiet (311) = 564
4637 c
4638 c Aretes coupees :   4  6  8  9
4639       chclas (424) = ' 4-02'
4640 c Code des aretes coupees : 0, 0, 0, 1, 0, 1, 0, 1, 1, 0, 0, 0
4641       charde (424)(1:12) = '  4  6  8  9'
4642       chnp1 (424) = 1
4643       chnar (424) = 14
4644       chnpy (424) = 9
4645       chnte (424) = 6
4646       chnhe (424) = 0
4647       chperm (424) = 121
4648       chbirf (424) = 1283
4649       chetat (424) = 312
4650       chtn2i (424) = 210
4651       chbiet (312) = 424
4652 c
4653 c Aretes coupees :   5  8  9 12
4654       chclas (2448) = ' 4-02'
4655 c Code des aretes coupees : 0, 0, 0, 0, 1, 0, 0, 1, 1, 0, 0, 1
4656       charde (2448)(1:12) = '  5  8  9 12'
4657       chnp1 (2448) = 1
4658       chnar (2448) = 14
4659       chnpy (2448) = 9
4660       chnte (2448) = 6
4661       chnhe (2448) = 0
4662       chperm (2448) = 100
4663       chbirf (2448) = 1283
4664       chetat (2448) = 313
4665       chtn2i (2448) = 210
4666       chbiet (313) = 2448
4667 c
4668 c Aretes coupees :   6  7 10 11
4669       chclas (1632) = ' 4-02'
4670 c Code des aretes coupees : 0, 0, 0, 0, 0, 1, 1, 0, 0, 1, 1, 0
4671       charde (1632)(1:12) = '  6  7 10 11'
4672       chnp1 (1632) = 1
4673       chnar (1632) = 14
4674       chnpy (1632) = 9
4675       chnte (1632) = 6
4676       chnhe (1632) = 0
4677       chperm (1632) = 110
4678       chbirf (1632) = 1283
4679       chetat (1632) = 314
4680       chtn2i (1632) = 210
4681       chbiet (314) = 1632
4682 c
4683 c ===========================================
4684 c Classe d'equivalence  4-03
4685 c
4686 c Aretes coupees :   1  2 10 12
4687       chclas (2563) = ' 4-03'
4688 c Code des aretes coupees : 1, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1
4689       charde (2563)(1:12) = '  1  2 10 12'
4690       chnp1 (2563) = 1
4691       chnar (2563) = 14
4692       chnpy (2563) = 9
4693       chnte (2563) = 6
4694       chnhe (2563) = 0
4695       chperm (2563) = 0
4696       chbirf (2563) = 2563
4697       chetat (2563) = 315
4698       chtn2i (2563) = 210
4699       chbiet (315) = 2563
4700 c
4701 c Aretes coupees :   1  3  9 10
4702       chclas (773) = ' 4-03'
4703 c Code des aretes coupees : 1, 0, 1, 0, 0, 0, 0, 0, 1, 1, 0, 0
4704       charde (773)(1:12) = '  1  3  9 10'
4705       chnp1 (773) = 1
4706       chnar (773) = 14
4707       chnpy (773) = 9
4708       chnte (773) = 6
4709       chnhe (773) = 0
4710       chperm (773) = 201
4711       chbirf (773) = 2563
4712       chetat (773) = 316
4713       chtn2i (773) = 210
4714       chbiet (316) = 773
4715 c
4716 c Aretes coupees :   1  4  5  8
4717       chclas (153) = ' 4-03'
4718 c Code des aretes coupees : 1, 0, 0, 1, 1, 0, 0, 1, 0, 0, 0, 0
4719       charde (153)(1:12) = '  1  4  5  8'
4720       chnp1 (153) = 1
4721       chnar (153) = 14
4722       chnpy (153) = 9
4723       chnte (153) = 6
4724       chnhe (153) = 0
4725       chperm (153) = 101
4726       chbirf (153) = 2563
4727       chetat (153) = 317
4728       chtn2i (153) = 210
4729       chbiet (317) = 153
4730 c
4731 c Aretes coupees :   1  6  8 12
4732       chclas (2209) = ' 4-03'
4733 c Code des aretes coupees : 1, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 1
4734       charde (2209)(1:12) = '  1  6  8 12'
4735       chnp1 (2209) = 1
4736       chnar (2209) = 14
4737       chnpy (2209) = 9
4738       chnte (2209) = 6
4739       chnhe (2209) = 0
4740       chperm (2209) = 120
4741       chbirf (2209) = 2563
4742       chetat (2209) = 318
4743       chtn2i (2209) = 210
4744       chbiet (318) = 2209
4745 c
4746 c Aretes coupees :   2  3  6  7
4747       chclas (102) = ' 4-03'
4748 c Code des aretes coupees : 0, 1, 1, 0, 0, 1, 1, 0, 0, 0, 0, 0
4749       charde (102)(1:12) = '  2  3  6  7'
4750       chnp1 (102) = 1
4751       chnar (102) = 14
4752       chnpy (102) = 9
4753       chnte (102) = 6
4754       chnhe (102) = 0
4755       chperm (102) = 10
4756       chbirf (102) = 2563
4757       chetat (102) = 319
4758       chtn2i (102) = 210
4759       chbiet (319) = 102
4760 c
4761 c Aretes coupees :   2  4 11 12
4762       chclas (3082) = ' 4-03'
4763 c Code des aretes coupees : 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 1, 1
4764       charde (3082)(1:12) = '  2  4 11 12'
4765       chnp1 (3082) = 1
4766       chnar (3082) = 14
4767       chnpy (3082) = 9
4768       chnte (3082) = 6
4769       chnhe (3082) = 0
4770       chperm (3082) = 1
4771       chbirf (3082) = 2563
4772       chetat (3082) = 320
4773       chtn2i (3082) = 210
4774       chbiet (320) = 3082
4775 c
4776 c Aretes coupees :   2  5  6 11
4777       chclas (1074) = ' 4-03'
4778 c Code des aretes coupees : 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 0
4779       charde (1074)(1:12) = '  2  5  6 11'
4780       chnp1 (1074) = 1
4781       chnar (1074) = 14
4782       chnpy (1074) = 9
4783       chnte (1074) = 6
4784       chnhe (1074) = 0
4785       chperm (1074) = 110
4786       chbirf (1074) = 2563
4787       chetat (1074) = 321
4788       chtn2i (1074) = 210
4789       chbiet (321) = 1074
4790 c
4791 c Aretes coupees :   3  4  9 11
4792       chclas (1292) = ' 4-03'
4793 c Code des aretes coupees : 0, 0, 1, 1, 0, 0, 0, 0, 1, 0, 1, 0
4794       charde (1292)(1:12) = '  3  4  9 11'
4795       chnp1 (1292) = 1
4796       chnar (1292) = 14
4797       chnpy (1292) = 9
4798       chnte (1292) = 6
4799       chnhe (1292) = 0
4800       chperm (1292) = 20
4801       chbirf (1292) = 2563
4802       chetat (1292) = 322
4803       chtn2i (1292) = 210
4804       chbiet (322) = 1292
4805 c
4806 c Aretes coupees :   3  7  8 10
4807       chclas (708) = ' 4-03'
4808 c Code des aretes coupees : 0, 0, 1, 0, 0, 0, 1, 1, 0, 1, 0, 0
4809       charde (708)(1:12) = '  3  7  8 10'
4810       chnp1 (708) = 1
4811       chnar (708) = 14
4812       chnpy (708) = 9
4813       chnte (708) = 6
4814       chnhe (708) = 0
4815       chperm (708) = 310
4816       chbirf (708) = 2563
4817       chetat (708) = 323
4818       chtn2i (708) = 210
4819       chbiet (323) = 708
4820 c
4821 c Aretes coupees :   4  5  7  9
4822       chclas (344) = ' 4-03'
4823 c Code des aretes coupees : 0, 0, 0, 1, 1, 0, 1, 0, 1, 0, 0, 0
4824       charde (344)(1:12) = '  4  5  7  9'
4825       chnp1 (344) = 1
4826       chnar (344) = 14
4827       chnpy (344) = 9
4828       chnte (344) = 6
4829       chnhe (344) = 0
4830       chperm (344) = 100
4831       chbirf (344) = 2563
4832       chetat (344) = 324
4833       chtn2i (344) = 210
4834       chbiet (324) = 344
4835 c
4836 c Aretes coupees :   5  8 10 11
4837       chclas (1680) = ' 4-03'
4838 c Code des aretes coupees : 0, 0, 0, 0, 1, 0, 0, 1, 0, 1, 1, 0
4839       charde (1680)(1:12) = '  5  8 10 11'
4840       chnp1 (1680) = 1
4841       chnar (1680) = 14
4842       chnpy (1680) = 9
4843       chnte (1680) = 6
4844       chnhe (1680) = 0
4845       chperm (1680) = 210
4846       chbirf (1680) = 2563
4847       chetat (1680) = 325
4848       chtn2i (1680) = 210
4849       chbiet (325) = 1680
4850 c
4851 c Aretes coupees :   6  7  9 12
4852       chclas (2400) = ' 4-03'
4853 c Code des aretes coupees : 0, 0, 0, 0, 0, 1, 1, 0, 1, 0, 0, 1
4854       charde (2400)(1:12) = '  6  7  9 12'
4855       chnp1 (2400) = 1
4856       chnar (2400) = 14
4857       chnpy (2400) = 9
4858       chnte (2400) = 6
4859       chnhe (2400) = 0
4860       chperm (2400) = 301
4861       chbirf (2400) = 2563
4862       chetat (2400) = 326
4863       chtn2i (2400) = 210
4864       chbiet (326) = 2400
4865 c
4866 c ===========================================
4867 c Classe d'equivalence  4-04
4868 c
4869 c Aretes coupees :   1  2 11 12
4870       chclas (3075) = ' 4-04'
4871 c Code des aretes coupees : 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1
4872       charde (3075)(1:12) = '  1  2 11 12'
4873       chnp1 (3075) = 1
4874       chnar (3075) = 14
4875       chnpy (3075) = 6
4876       chnte (3075) = 12
4877       chnhe (3075) = 0
4878       chperm (3075) = 0
4879       chbirf (3075) = 3075
4880       chetat (3075) = 327
4881       chtn2i (3075) = 210
4882       chbiet (327) = 3075
4883 c
4884 c Aretes coupees :   1  3 10 12
4885       chclas (2565) = ' 4-04'
4886 c Code des aretes coupees : 1, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 1
4887       charde (2565)(1:12) = '  1  3 10 12'
4888       chnp1 (2565) = 1
4889       chnar (2565) = 14
4890       chnpy (2565) = 6
4891       chnte (2565) = 12
4892       chnhe (2565) = 0
4893       chperm (2565) = 200
4894       chbirf (2565) = 3075
4895       chetat (2565) = 328
4896       chtn2i (2565) = 210
4897       chbiet (328) = 2565
4898 c
4899 c Aretes coupees :   1  5  8 12
4900       chclas (2193) = ' 4-04'
4901 c Code des aretes coupees : 1, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 1
4902       charde (2193)(1:12) = '  1  5  8 12'
4903       chnp1 (2193) = 1
4904       chnar (2193) = 14
4905       chnpy (2193) = 6
4906       chnte (2193) = 12
4907       chnhe (2193) = 0
4908       chperm (2193) = 120
4909       chbirf (2193) = 3075
4910       chetat (2193) = 329
4911       chtn2i (2193) = 210
4912       chbiet (329) = 2193
4913 c
4914 c Aretes coupees :   1  6  7 12
4915       chclas (2145) = ' 4-04'
4916 c Code des aretes coupees : 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1
4917       charde (2145)(1:12) = '  1  6  7 12'
4918       chnp1 (2145) = 1
4919       chnar (2145) = 14
4920       chnpy (2145) = 6
4921       chnte (2145) = 12
4922       chnhe (2145) = 0
4923       chperm (2145) = 320
4924       chbirf (2145) = 3075
4925       chetat (2145) = 330
4926       chtn2i (2145) = 210
4927       chbiet (330) = 2145
4928 c
4929 c Aretes coupees :   2  4  9 11
4930       chclas (1290) = ' 4-04'
4931 c Code des aretes coupees : 0, 1, 0, 1, 0, 0, 0, 0, 1, 0, 1, 0
4932       charde (1290)(1:12) = '  2  4  9 11'
4933       chnp1 (1290) = 1
4934       chnar (1290) = 14
4935       chnpy (1290) = 6
4936       chnte (1290) = 12
4937       chnhe (1290) = 0
4938       chperm (1290) = 20
4939       chbirf (1290) = 3075
4940       chetat (1290) = 331
4941       chtn2i (1290) = 210
4942       chbiet (331) = 1290
4943 c
4944 c Aretes coupees :   2  5  8 11
4945       chclas (1170) = ' 4-04'
4946 c Code des aretes coupees : 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0
4947       charde (1170)(1:12) = '  2  5  8 11'
4948       chnp1 (1170) = 1
4949       chnar (1170) = 14
4950       chnpy (1170) = 6
4951       chnte (1170) = 12
4952       chnhe (1170) = 0
4953       chperm (1170) = 210
4954       chbirf (1170) = 3075
4955       chetat (1170) = 332
4956       chtn2i (1170) = 210
4957       chbiet (332) = 1170
4958 c
4959 c Aretes coupees :   2  6  7 11
4960       chclas (1122) = ' 4-04'
4961 c Code des aretes coupees : 0, 1, 0, 0, 0, 1, 1, 0, 0, 0, 1, 0
4962       charde (1122)(1:12) = '  2  6  7 11'
4963       chnp1 (1122) = 1
4964       chnar (1122) = 14
4965       chnpy (1122) = 6
4966       chnte (1122) = 12
4967       chnhe (1122) = 0
4968       chperm (1122) = 110
4969       chbirf (1122) = 3075
4970       chetat (1122) = 333
4971       chtn2i (1122) = 210
4972       chbiet (333) = 1122
4973 c
4974 c Aretes coupees :   3  4  9 10
4975       chclas (780) = ' 4-04'
4976 c Code des aretes coupees : 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0
4977       charde (780)(1:12) = '  3  4  9 10'
4978       chnp1 (780) = 1
4979       chnar (780) = 14
4980       chnpy (780) = 6
4981       chnte (780) = 12
4982       chnhe (780) = 0
4983       chperm (780) = 220
4984       chbirf (780) = 3075
4985       chetat (780) = 334
4986       chtn2i (780) = 210
4987       chbiet (334) = 780
4988 c
4989 c Aretes coupees :   3  5  8 10
4990       chclas (660) = ' 4-04'
4991 c Code des aretes coupees : 0, 0, 1, 0, 1, 0, 0, 1, 0, 1, 0, 0
4992       charde (660)(1:12) = '  3  5  8 10'
4993       chnp1 (660) = 1
4994       chnar (660) = 14
4995       chnpy (660) = 6
4996       chnte (660) = 12
4997       chnhe (660) = 0
4998       chperm (660) = 310
4999       chbirf (660) = 3075
5000       chetat (660) = 335
5001       chtn2i (660) = 210
5002       chbiet (335) = 660
5003 c
5004 c Aretes coupees :   3  6  7 10
5005       chclas (612) = ' 4-04'
5006 c Code des aretes coupees : 0, 0, 1, 0, 0, 1, 1, 0, 0, 1, 0, 0
5007       charde (612)(1:12) = '  3  6  7 10'
5008       chnp1 (612) = 1
5009       chnar (612) = 14
5010       chnpy (612) = 6
5011       chnte (612) = 12
5012       chnhe (612) = 0
5013       chperm (612) = 10
5014       chbirf (612) = 3075
5015       chetat (612) = 336
5016       chtn2i (612) = 210
5017       chbiet (336) = 612
5018 c
5019 c Aretes coupees :   4  5  8  9
5020       chclas (408) = ' 4-04'
5021 c Code des aretes coupees : 0, 0, 0, 1, 1, 0, 0, 1, 1, 0, 0, 0
5022       charde (408)(1:12) = '  4  5  8  9'
5023       chnp1 (408) = 1
5024       chnar (408) = 14
5025       chnpy (408) = 6
5026       chnte (408) = 12
5027       chnhe (408) = 0
5028       chperm (408) = 100
5029       chbirf (408) = 3075
5030       chetat (408) = 337
5031       chtn2i (408) = 210
5032       chbiet (337) = 408
5033 c
5034 c Aretes coupees :   4  6  7  9
5035       chclas (360) = ' 4-04'
5036 c Code des aretes coupees : 0, 0, 0, 1, 0, 1, 1, 0, 1, 0, 0, 0
5037       charde (360)(1:12) = '  4  6  7  9'
5038       chnp1 (360) = 1
5039       chnar (360) = 14
5040       chnpy (360) = 6
5041       chnte (360) = 12
5042       chnhe (360) = 0
5043       chperm (360) = 300
5044       chbirf (360) = 3075
5045       chetat (360) = 338
5046       chtn2i (360) = 210
5047       chbiet (338) = 360
5048 c
5049 c ===========================================
5050 c Classe d'equivalence  4-05
5051 c
5052 c Aretes coupees :   1  2  6  8
5053       chclas (163) = ' 4-05'
5054 c Code des aretes coupees : 1, 1, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0
5055       charde (163)(1:12) = '  1  2  6  8'
5056       chnp1 (163) = 1
5057       chnar (163) = 14
5058       chnpy (163) = 9
5059       chnte (163) = 6
5060       chnhe (163) = 0
5061       chperm (163) = 0
5062       chbirf (163) = 163
5063       chetat (163) = 339
5064       chtn2i (163) = 210
5065       chbiet (339) = 163
5066 c
5067 c Aretes coupees :   1  2  6 10
5068       chclas (547) = ' 4-05'
5069 c Code des aretes coupees : 1, 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0
5070       charde (547)(1:12) = '  1  2  6 10'
5071       chnp1 (547) = 1
5072       chnar (547) = 14
5073       chnpy (547) = 9
5074       chnte (547) = 6
5075       chnhe (547) = 0
5076       chperm (547) = 320
5077       chbirf (547) = 163
5078       chetat (547) = 340
5079       chtn2i (547) = 210
5080       chbiet (340) = 547
5081 c
5082 c Aretes coupees :   1  3  7  8
5083       chclas (197) = ' 4-05'
5084 c Code des aretes coupees : 1, 0, 1, 0, 0, 0, 1, 1, 0, 0, 0, 0
5085       charde (197)(1:12) = '  1  3  7  8'
5086       chnp1 (197) = 1
5087       chnar (197) = 14
5088       chnpy (197) = 9
5089       chnte (197) = 6
5090       chnhe (197) = 0
5091       chperm (197) = 221
5092       chbirf (197) = 163
5093       chetat (197) = 341
5094       chtn2i (197) = 210
5095       chbiet (341) = 197
5096 c
5097 c Aretes coupees :   1  3  8  9
5098       chclas (389) = ' 4-05'
5099 c Code des aretes coupees : 1, 0, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0
5100       charde (389)(1:12) = '  1  3  8  9'
5101       chnp1 (389) = 1
5102       chnar (389) = 14
5103       chnpy (389) = 9
5104       chnte (389) = 6
5105       chnhe (389) = 0
5106       chperm (389) = 310
5107       chbirf (389) = 163
5108       chetat (389) = 342
5109       chtn2i (389) = 210
5110       chbiet (342) = 389
5111 c
5112 c Aretes coupees :   1  4  5 10
5113       chclas (537) = ' 4-05'
5114 c Code des aretes coupees : 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 0, 0
5115       charde (537)(1:12) = '  1  4  5 10'
5116       chnp1 (537) = 1
5117       chnar (537) = 14
5118       chnpy (537) = 9
5119       chnte (537) = 6
5120       chnhe (537) = 0
5121       chperm (537) = 30
5122       chbirf (537) = 163
5123       chetat (537) = 343
5124       chtn2i (537) = 210
5125       chbiet (343) = 537
5126 c
5127 c Aretes coupees :   1  4  8 11
5128       chclas (1161) = ' 4-05'
5129 c Code des aretes coupees : 1, 0, 0, 1, 0, 0, 0, 1, 0, 0, 1, 0
5130       charde (1161)(1:12) = '  1  4  8 11'
5131       chnp1 (1161) = 1
5132       chnar (1161) = 14
5133       chnpy (1161) = 9
5134       chnte (1161) = 6
5135       chnhe (1161) = 0
5136       chperm (1161) = 210
5137       chbirf (1161) = 163
5138       chetat (1161) = 344
5139       chtn2i (1161) = 210
5140       chbiet (344) = 1161
5141 c
5142 c Aretes coupees :   1  5 10 11
5143       chclas (1553) = ' 4-05'
5144 c Code des aretes coupees : 1, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0
5145       charde (1553)(1:12) = '  1  5 10 11'
5146       chnp1 (1553) = 1
5147       chnar (1553) = 14
5148       chnpy (1553) = 9
5149       chnte (1553) = 6
5150       chnhe (1553) = 0
5151       chperm (1553) = 101
5152       chbirf (1553) = 163
5153       chetat (1553) = 345
5154       chtn2i (1553) = 210
5155       chbiet (345) = 1553
5156 c
5157 c Aretes coupees :   1  7  9 10
5158       chclas (833) = ' 4-05'
5159 c Code des aretes coupees : 1, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0
5160       charde (833)(1:12) = '  1  7  9 10'
5161       chnp1 (833) = 1
5162       chnar (833) = 14
5163       chnpy (833) = 9
5164       chnte (833) = 6
5165       chnhe (833) = 0
5166       chperm (833) = 130
5167       chbirf (833) = 163
5168       chetat (833) = 346
5169       chtn2i (833) = 210
5170       chbiet (346) = 833
5171 c
5172 c Aretes coupees :   2  3  6  9
5173       chclas (294) = ' 4-05'
5174 c Code des aretes coupees : 0, 1, 1, 0, 0, 1, 0, 0, 1, 0, 0, 0
5175       charde (294)(1:12) = '  2  3  6  9'
5176       chnp1 (294) = 1
5177       chnar (294) = 14
5178       chnpy (294) = 9
5179       chnte (294) = 6
5180       chnhe (294) = 0
5181       chperm (294) = 321
5182       chbirf (294) = 163
5183       chetat (294) = 347
5184       chtn2i (294) = 210
5185       chbiet (347) = 294
5186 c
5187 c Aretes coupees :   2  3  7 12
5188       chclas (2118) = ' 4-05'
5189 c Code des aretes coupees : 0, 1, 1, 0, 0, 0, 1, 0, 0, 0, 0, 1
5190       charde (2118)(1:12) = '  2  3  7 12'
5191       chnp1 (2118) = 1
5192       chnar (2118) = 14
5193       chnpy (2118) = 9
5194       chnte (2118) = 6
5195       chnhe (2118) = 0
5196       chperm (2118) = 301
5197       chbirf (2118) = 163
5198       chetat (2118) = 348
5199       chtn2i (2118) = 210
5200       chbiet (348) = 2118
5201 c
5202 c Aretes coupees :   2  4  5  6
5203       chclas (58) = ' 4-05'
5204 c Code des aretes coupees : 0, 1, 0, 1, 1, 1, 0, 0, 0, 0, 0, 0
5205       charde (58)(1:12) = '  2  4  5  6'
5206       chnp1 (58) = 1
5207       chnar (58) = 14
5208       chnpy (58) = 9
5209       chnte (58) = 6
5210       chnhe (58) = 0
5211       chperm (58) = 1
5212       chbirf (58) = 163
5213       chetat (58) = 349
5214       chtn2i (58) = 210
5215       chbiet (349) = 58
5216 c
5217 c Aretes coupees :   2  4  5 12
5218       chclas (2074) = ' 4-05'
5219 c Code des aretes coupees : 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 1
5220       charde (2074)(1:12) = '  2  4  5 12'
5221       chnp1 (2074) = 1
5222       chnar (2074) = 14
5223       chnpy (2074) = 9
5224       chnte (2074) = 6
5225       chnhe (2074) = 0
5226       chperm (2074) = 330
5227       chbirf (2074) = 163
5228       chetat (2074) = 350
5229       chtn2i (2074) = 210
5230       chbiet (350) = 2074
5231 c
5232 c Aretes coupees :   2  7  9 12
5233       chclas (2370) = ' 4-05'
5234 c Code des aretes coupees : 0, 1, 0, 0, 0, 0, 1, 0, 1, 0, 0, 1
5235       charde (2370)(1:12) = '  2  7  9 12'
5236       chnp1 (2370) = 1
5237       chnar (2370) = 14
5238       chnpy (2370) = 9
5239       chnte (2370) = 6
5240       chnhe (2370) = 0
5241       chperm (2370) = 230
5242       chbirf (2370) = 163
5243       chetat (2370) = 351
5244       chtn2i (2370) = 210
5245       chbiet (351) = 2370
5246 c
5247 c Aretes coupees :   2  8 10 12
5248       chclas (2690) = ' 4-05'
5249 c Code des aretes coupees : 0, 1, 0, 0, 0, 0, 0, 1, 0, 1, 0, 1
5250       charde (2690)(1:12) = '  2  8 10 12'
5251       chnp1 (2690) = 1
5252       chnar (2690) = 14
5253       chnpy (2690) = 9
5254       chnte (2690) = 6
5255       chnhe (2690) = 0
5256       chperm (2690) = 120
5257       chbirf (2690) = 163
5258       chetat (2690) = 352
5259       chtn2i (2690) = 210
5260       chbiet (352) = 2690
5261 c
5262 c Aretes coupees :   3  4  5  7
5263       chclas (92) = ' 4-05'
5264 c Code des aretes coupees : 0, 0, 1, 1, 1, 0, 1, 0, 0, 0, 0, 0
5265       charde (92)(1:12) = '  3  4  5  7'
5266       chnp1 (92) = 1
5267       chnar (92) = 14
5268       chnpy (92) = 9
5269       chnte (92) = 6
5270       chnhe (92) = 0
5271       chperm (92) = 220
5272       chbirf (92) = 163
5273       chetat (92) = 353
5274       chtn2i (92) = 210
5275       chbiet (353) = 92
5276 c
5277 c Aretes coupees :   3  4  7 11
5278       chclas (1100) = ' 4-05'
5279 c Code des aretes coupees : 0, 0, 1, 1, 0, 0, 1, 0, 0, 0, 1, 0
5280       charde (1100)(1:12) = '  3  4  7 11'
5281       chnp1 (1100) = 1
5282       chnar (1100) = 14
5283       chnpy (1100) = 9
5284       chnte (1100) = 6
5285       chnhe (1100) = 0
5286       chperm (1100) = 300
5287       chbirf (1100) = 163
5288       chetat (1100) = 354
5289       chtn2i (1100) = 210
5290       chbiet (354) = 1100
5291 c
5292 c Aretes coupees :   3  5  9 11
5293       chclas (1300) = ' 4-05'
5294 c Code des aretes coupees : 0, 0, 1, 0, 1, 0, 0, 0, 1, 0, 1, 0
5295       charde (1300)(1:12) = '  3  5  9 11'
5296       chnp1 (1300) = 1
5297       chnar (1300) = 14
5298       chnpy (1300) = 9
5299       chnte (1300) = 6
5300       chnhe (1300) = 0
5301       chperm (1300) = 100
5302       chbirf (1300) = 163
5303       chetat (1300) = 355
5304       chtn2i (1300) = 210
5305       chbiet (355) = 1300
5306 c
5307 c Aretes coupees :   3  6  9 12
5308       chclas (2340) = ' 4-05'
5309 c Code des aretes coupees : 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1
5310       charde (2340)(1:12) = '  3  6  9 12'
5311       chnp1 (2340) = 1
5312       chnar (2340) = 14
5313       chnpy (2340) = 9
5314       chnte (2340) = 6
5315       chnhe (2340) = 0
5316       chperm (2340) = 10
5317       chbirf (2340) = 163
5318       chetat (2340) = 356
5319       chtn2i (2340) = 210
5320       chbiet (356) = 2340
5321 c
5322 c Aretes coupees :   4  6 11 12
5323       chclas (3112) = ' 4-05'
5324 c Code des aretes coupees : 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 1, 1
5325       charde (3112)(1:12) = '  4  6 11 12'
5326       chnp1 (3112) = 1
5327       chnar (3112) = 14
5328       chnpy (3112) = 9
5329       chnte (3112) = 6
5330       chnhe (3112) = 0
5331       chperm (3112) = 110
5332       chbirf (3112) = 163
5333       chetat (3112) = 357
5334       chtn2i (3112) = 210
5335       chbiet (357) = 3112
5336 c
5337 c Aretes coupees :   4  8 10 11
5338       chclas (1672) = ' 4-05'
5339 c Code des aretes coupees : 0, 0, 0, 1, 0, 0, 0, 1, 0, 1, 1, 0
5340       charde (1672)(1:12) = '  4  8 10 11'
5341       chnp1 (1672) = 1
5342       chnar (1672) = 14
5343       chnpy (1672) = 9
5344       chnte (1672) = 6
5345       chnhe (1672) = 0
5346       chperm (1672) = 121
5347       chbirf (1672) = 163
5348       chetat (1672) = 358
5349       chtn2i (1672) = 210
5350       chbiet (358) = 1672
5351 c
5352 c Aretes coupees :   5  6 11 12
5353       chclas (3120) = ' 4-05'
5354 c Code des aretes coupees : 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1
5355       charde (3120)(1:12) = '  5  6 11 12'
5356       chnp1 (3120) = 1
5357       chnar (3120) = 14
5358       chnpy (3120) = 9
5359       chnte (3120) = 6
5360       chnhe (3120) = 0
5361       chperm (3120) = 21
5362       chbirf (3120) = 163
5363       chetat (3120) = 359
5364       chtn2i (3120) = 210
5365       chbiet (359) = 3120
5366 c
5367 c Aretes coupees :   5  7  9 11
5368       chclas (1360) = ' 4-05'
5369 c Code des aretes coupees : 0, 0, 0, 0, 1, 0, 1, 0, 1, 0, 1, 0
5370       charde (1360)(1:12) = '  5  7  9 11'
5371       chnp1 (1360) = 1
5372       chnar (1360) = 14
5373       chnpy (1360) = 9
5374       chnte (1360) = 6
5375       chnhe (1360) = 0
5376       chperm (1360) = 20
5377       chbirf (1360) = 163
5378       chetat (1360) = 360
5379       chtn2i (1360) = 210
5380       chbiet (360) = 1360
5381 c
5382 c Aretes coupees :   6  8 10 12
5383       chclas (2720) = ' 4-05'
5384 c Code des aretes coupees : 0, 0, 0, 0, 0, 1, 0, 1, 0, 1, 0, 1
5385       charde (2720)(1:12) = '  6  8 10 12'
5386       chnp1 (2720) = 1
5387       chnar (2720) = 14
5388       chnpy (2720) = 9
5389       chnte (2720) = 6
5390       chnhe (2720) = 0
5391       chperm (2720) = 200
5392       chbirf (2720) = 163
5393       chetat (2720) = 361
5394       chtn2i (2720) = 210
5395       chbiet (361) = 2720
5396 c
5397 c Aretes coupees :   7  8  9 10
5398       chclas (960) = ' 4-05'
5399 c Code des aretes coupees : 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 0, 0
5400       charde (960)(1:12) = '  7  8  9 10'
5401       chnp1 (960) = 1
5402       chnar (960) = 14
5403       chnpy (960) = 9
5404       chnte (960) = 6
5405       chnhe (960) = 0
5406       chperm (960) = 201
5407       chbirf (960) = 163
5408       chetat (960) = 362
5409       chtn2i (960) = 210
5410       chbiet (362) = 960
5411 c
5412 c ===========================================
5413 c Classe d'equivalence  4-06
5414 c
5415 c Aretes coupees :   1  2  7  8
5416       chclas (195) = ' 4-06'
5417 c Code des aretes coupees : 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0
5418       charde (195)(1:12) = '  1  2  7  8'
5419       chnp1 (195) = 1
5420       chnar (195) = 14
5421       chnpy (195) = 9
5422       chnte (195) = 6
5423       chnhe (195) = 0
5424       chperm (195) = 0
5425       chbirf (195) = 195
5426       chetat (195) = 363
5427       chtn2i (195) = 210
5428       chbiet (363) = 195
5429 c
5430 c Aretes coupees :   1  2  7  9
5431       chclas (323) = ' 4-06'
5432 c Code des aretes coupees : 1, 1, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0
5433       charde (323)(1:12) = '  1  2  7  9'
5434       chnp1 (323) = 1
5435       chnar (323) = 14
5436       chnpy (323) = 9
5437       chnte (323) = 6
5438       chnhe (323) = 0
5439       chperm (323) = 230
5440       chbirf (323) = 195
5441       chetat (323) = 364
5442       chtn2i (323) = 210
5443       chbiet (364) = 323
5444 c
5445 c Aretes coupees :   1  3  5  7
5446       chclas (85) = ' 4-06'
5447 c Code des aretes coupees : 1, 0, 1, 0, 1, 0, 1, 0, 0, 0, 0, 0
5448       charde (85)(1:12) = '  1  3  5  7'
5449       chnp1 (85) = 1
5450       chnar (85) = 14
5451       chnpy (85) = 9
5452       chnte (85) = 6
5453       chnhe (85) = 0
5454       chperm (85) = 221
5455       chbirf (85) = 195
5456       chetat (85) = 365
5457       chtn2i (85) = 210
5458       chbiet (365) = 85
5459 c
5460 c Aretes coupees :   1  3  5 11
5461       chclas (1045) = ' 4-06'
5462 c Code des aretes coupees : 1, 0, 1, 0, 1, 0, 0, 0, 0, 0, 1, 0
5463       charde (1045)(1:12) = '  1  3  5 11'
5464       chnp1 (1045) = 1
5465       chnar (1045) = 14
5466       chnpy (1045) = 9
5467       chnte (1045) = 6
5468       chnhe (1045) = 0
5469       chperm (1045) = 101
5470       chbirf (1045) = 195
5471       chetat (1045) = 366
5472       chtn2i (1045) = 210
5473       chbiet (366) = 1045
5474 c
5475 c Aretes coupees :   1  4  6 11
5476       chclas (1065) = ' 4-06'
5477 c Code des aretes coupees : 1, 0, 0, 1, 0, 1, 0, 0, 0, 0, 1, 0
5478       charde (1065)(1:12) = '  1  4  6 11'
5479       chnp1 (1065) = 1
5480       chnar (1065) = 14
5481       chnpy (1065) = 9
5482       chnte (1065) = 6
5483       chnhe (1065) = 0
5484       chperm (1065) = 110
5485       chbirf (1065) = 195
5486       chetat (1065) = 367
5487       chtn2i (1065) = 210
5488       chbiet (367) = 1065
5489 c
5490 c Aretes coupees :   1  4  7 10
5491       chclas (585) = ' 4-06'
5492 c Code des aretes coupees : 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0
5493       charde (585)(1:12) = '  1  4  7 10'
5494       chnp1 (585) = 1
5495       chnar (585) = 14
5496       chnpy (585) = 9
5497       chnte (585) = 6
5498       chnhe (585) = 0
5499       chperm (585) = 130
5500       chbirf (585) = 195
5501       chetat (585) = 368
5502       chtn2i (585) = 210
5503       chbiet (368) = 585
5504 c
5505 c Aretes coupees :   1  6 10 11
5506       chclas (1569) = ' 4-06'
5507 c Code des aretes coupees : 1, 0, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0
5508       charde (1569)(1:12) = '  1  6 10 11'
5509       chnp1 (1569) = 1
5510       chnar (1569) = 14
5511       chnpy (1569) = 9
5512       chnte (1569) = 6
5513       chnhe (1569) = 0
5514       chperm (1569) = 320
5515       chbirf (1569) = 195
5516       chetat (1569) = 369
5517       chtn2i (1569) = 210
5518       chbiet (369) = 1569
5519 c
5520 c Aretes coupees :   1  8  9 11
5521       chclas (1409) = ' 4-06'
5522 c Code des aretes coupees : 1, 0, 0, 0, 0, 0, 0, 1, 1, 0, 1, 0
5523       charde (1409)(1:12) = '  1  8  9 11'
5524       chnp1 (1409) = 1
5525       chnar (1409) = 14
5526       chnpy (1409) = 9
5527       chnte (1409) = 6
5528       chnhe (1409) = 0
5529       chperm (1409) = 210
5530       chbirf (1409) = 195
5531       chetat (1409) = 370
5532       chtn2i (1409) = 210
5533       chbiet (370) = 1409
5534 c
5535 c Aretes coupees :   2  3  5  9
5536       chclas (278) = ' 4-06'
5537 c Code des aretes coupees : 0, 1, 1, 0, 1, 0, 0, 0, 1, 0, 0, 0
5538       charde (278)(1:12) = '  2  3  5  9'
5539       chnp1 (278) = 1
5540       chnar (278) = 14
5541       chnpy (278) = 9
5542       chnte (278) = 6
5543       chnhe (278) = 0
5544       chperm (278) = 100
5545       chbirf (278) = 195
5546       chetat (278) = 371
5547       chtn2i (278) = 210
5548       chbiet (371) = 278
5549 c
5550 c Aretes coupees :   2  3  8 12
5551       chclas (2182) = ' 4-06'
5552 c Code des aretes coupees : 0, 1, 1, 0, 0, 0, 0, 1, 0, 0, 0, 1
5553       charde (2182)(1:12) = '  2  3  8 12'
5554       chnp1 (2182) = 1
5555       chnar (2182) = 14
5556       chnpy (2182) = 9
5557       chnte (2182) = 6
5558       chnhe (2182) = 0
5559       chperm (2182) = 120
5560       chbirf (2182) = 195
5561       chetat (2182) = 372
5562       chtn2i (2182) = 210
5563       chbiet (372) = 2182
5564 c
5565 c Aretes coupees :   2  4  6  8
5566       chclas (170) = ' 4-06'
5567 c Code des aretes coupees : 0, 1, 0, 1, 0, 1, 0, 1, 0, 0, 0, 0
5568       charde (170)(1:12) = '  2  4  6  8'
5569       chnp1 (170) = 1
5570       chnar (170) = 14
5571       chnpy (170) = 9
5572       chnte (170) = 6
5573       chnhe (170) = 0
5574       chperm (170) = 1
5575       chbirf (170) = 195
5576       chetat (170) = 373
5577       chtn2i (170) = 210
5578       chbiet (373) = 170
5579 c
5580 c Aretes coupees :   2  4  8 10
5581       chclas (650) = ' 4-06'
5582 c Code des aretes coupees : 0, 1, 0, 1, 0, 0, 0, 1, 0, 1, 0, 0
5583       charde (650)(1:12) = '  2  4  8 10'
5584       chnp1 (650) = 1
5585       chnar (650) = 14
5586       chnpy (650) = 9
5587       chnte (650) = 6
5588       chnhe (650) = 0
5589       chperm (650) = 121
5590       chbirf (650) = 195
5591       chetat (650) = 374
5592       chtn2i (650) = 210
5593       chbiet (374) = 650
5594 c
5595 c Aretes coupees :   2  5  9 12
5596       chclas (2322) = ' 4-06'
5597 c Code des aretes coupees : 0, 1, 0, 0, 1, 0, 0, 0, 1, 0, 0, 1
5598       charde (2322)(1:12) = '  2  5  9 12'
5599       chnp1 (2322) = 1
5600       chnar (2322) = 14
5601       chnpy (2322) = 9
5602       chnte (2322) = 6
5603       chnhe (2322) = 0
5604       chperm (2322) = 330
5605       chbirf (2322) = 195
5606       chetat (2322) = 375
5607       chtn2i (2322) = 210
5608       chbiet (375) = 2322
5609 c
5610 c Aretes coupees :   2  6  9 10
5611       chclas (802) = ' 4-06'
5612 c Code des aretes coupees : 0, 1, 0, 0, 0, 1, 0, 0, 1, 1, 0, 0
5613       charde (802)(1:12) = '  2  6  9 10'
5614       chnp1 (802) = 1
5615       chnar (802) = 14
5616       chnpy (802) = 9
5617       chnte (802) = 6
5618       chnhe (802) = 0
5619       chperm (802) = 321
5620       chbirf (802) = 195
5621       chetat (802) = 376
5622       chtn2i (802) = 210
5623       chbiet (376) = 802
5624 c
5625 c Aretes coupees :   3  4  5  6
5626       chclas (60) = ' 4-06'
5627 c Code des aretes coupees : 0, 0, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0
5628       charde (60)(1:12) = '  3  4  5  6'
5629       chnp1 (60) = 1
5630       chnar (60) = 14
5631       chnpy (60) = 9
5632       chnte (60) = 6
5633       chnhe (60) = 0
5634       chperm (60) = 220
5635       chbirf (60) = 195
5636       chetat (60) = 377
5637       chtn2i (60) = 210
5638       chbiet (377) = 60
5639 c
5640 c Aretes coupees :   3  4  6 12
5641       chclas (2092) = ' 4-06'
5642 c Code des aretes coupees : 0, 0, 1, 1, 0, 1, 0, 0, 0, 0, 0, 1
5643       charde (2092)(1:12) = '  3  4  6 12'
5644       chnp1 (2092) = 1
5645       chnar (2092) = 14
5646       chnpy (2092) = 9
5647       chnte (2092) = 6
5648       chnhe (2092) = 0
5649       chperm (2092) = 10
5650       chbirf (2092) = 195
5651       chetat (2092) = 378
5652       chtn2i (2092) = 210
5653       chbiet (378) = 2092
5654 c
5655 c Aretes coupees :   3  7 11 12
5656       chclas (3140) = ' 4-06'
5657 c Code des aretes coupees : 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1, 1
5658       charde (3140)(1:12) = '  3  7 11 12'
5659       chnp1 (3140) = 1
5660       chnar (3140) = 14
5661       chnpy (3140) = 9
5662       chnte (3140) = 6
5663       chnhe (3140) = 0
5664       chperm (3140) = 301
5665       chbirf (3140) = 195
5666       chetat (3140) = 379
5667       chtn2i (3140) = 210
5668       chbiet (379) = 3140
5669 c
5670 c Aretes coupees :   3  8  9 12
5671       chclas (2436) = ' 4-06'
5672 c Code des aretes coupees : 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, 0, 1
5673       charde (2436)(1:12) = '  3  8  9 12'
5674       chnp1 (2436) = 1
5675       chnar (2436) = 14
5676       chnpy (2436) = 9
5677       chnte (2436) = 6
5678       chnhe (2436) = 0
5679       chperm (2436) = 310
5680       chbirf (2436) = 195
5681       chetat (2436) = 380
5682       chtn2i (2436) = 210
5683       chbiet (380) = 2436
5684 c
5685 c Aretes coupees :   4  5 10 12
5686       chclas (2584) = ' 4-06'
5687 c Code des aretes coupees : 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 0, 1
5688       charde (2584)(1:12) = '  4  5 10 12'
5689       chnp1 (2584) = 1
5690       chnar (2584) = 14
5691       chnpy (2584) = 9
5692       chnte (2584) = 6
5693       chnhe (2584) = 0
5694       chperm (2584) = 30
5695       chbirf (2584) = 195
5696       chetat (2584) = 381
5697       chtn2i (2584) = 210
5698       chbiet (381) = 2584
5699 c
5700 c Aretes coupees :   4  7 10 11
5701       chclas (1608) = ' 4-06'
5702 c Code des aretes coupees : 0, 0, 0, 1, 0, 0, 1, 0, 0, 1, 1, 0
5703       charde (1608)(1:12) = '  4  7 10 11'
5704       chnp1 (1608) = 1
5705       chnar (1608) = 14
5706       chnpy (1608) = 9
5707       chnte (1608) = 6
5708       chnhe (1608) = 0
5709       chperm (1608) = 300
5710       chbirf (1608) = 195
5711       chetat (1608) = 382
5712       chtn2i (1608) = 210
5713       chbiet (382) = 1608
5714 c
5715 c Aretes coupees :   5  6 10 12
5716       chclas (2608) = ' 4-06'
5717 c Code des aretes coupees : 0, 0, 0, 0, 1, 1, 0, 0, 0, 1, 0, 1
5718       charde (2608)(1:12) = '  5  6 10 12'
5719       chnp1 (2608) = 1
5720       chnar (2608) = 14
5721       chnpy (2608) = 9
5722       chnte (2608) = 6
5723       chnhe (2608) = 0
5724       chperm (2608) = 200
5725       chbirf (2608) = 195
5726       chetat (2608) = 383
5727       chtn2i (2608) = 210
5728       chbiet (383) = 2608
5729 c
5730 c Aretes coupees :   5  7 11 12
5731       chclas (3152) = ' 4-06'
5732 c Code des aretes coupees : 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 1, 1
5733       charde (3152)(1:12) = '  5  7 11 12'
5734       chnp1 (3152) = 1
5735       chnar (3152) = 14
5736       chnpy (3152) = 9
5737       chnte (3152) = 6
5738       chnhe (3152) = 0
5739       chperm (3152) = 21
5740       chbirf (3152) = 195
5741       chetat (3152) = 384
5742       chtn2i (3152) = 210
5743       chbiet (384) = 3152
5744 c
5745 c Aretes coupees :   6  8  9 10
5746       chclas (928) = ' 4-06'
5747 c Code des aretes coupees : 0, 0, 0, 0, 0, 1, 0, 1, 1, 1, 0, 0
5748       charde (928)(1:12) = '  6  8  9 10'
5749       chnp1 (928) = 1
5750       chnar (928) = 14
5751       chnpy (928) = 9
5752       chnte (928) = 6
5753       chnhe (928) = 0
5754       chperm (928) = 201
5755       chbirf (928) = 195
5756       chetat (928) = 385
5757       chtn2i (928) = 210
5758       chbiet (385) = 928
5759 c
5760 c Aretes coupees :   7  8  9 11
5761       chclas (1472) = ' 4-06'
5762 c Code des aretes coupees : 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 1, 0
5763       charde (1472)(1:12) = '  7  8  9 11'
5764       chnp1 (1472) = 1
5765       chnar (1472) = 14
5766       chnpy (1472) = 9
5767       chnte (1472) = 6
5768       chnhe (1472) = 0
5769       chperm (1472) = 20
5770       chbirf (1472) = 195
5771       chetat (1472) = 386
5772       chtn2i (1472) = 210
5773       chbiet (386) = 1472
5774 c
5775 c ===========================================
5776 c Classe d'equivalence  4-07
5777 c
5778 c Aretes coupees :   1  2  8  9
5779       chclas (387) = ' 4-07'
5780 c Code des aretes coupees : 1, 1, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0
5781       charde (387)(1:12) = '  1  2  8  9'
5782       chnp1 (387) = 1
5783       chnar (387) = 13
5784       chnpy (387) = 5
5785       chnte (387) = 12
5786       chnhe (387) = 0
5787       chperm (387) = 0
5788       chbirf (387) = 387
5789       chetat (387) = 387
5790       chtn2i (387) = 210
5791       chbiet (387) = 387
5792 c
5793 c Aretes coupees :   1  3  7 11
5794       chclas (1093) = ' 4-07'
5795 c Code des aretes coupees : 1, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1, 0
5796       charde (1093)(1:12) = '  1  3  7 11'
5797       chnp1 (1093) = 1
5798       chnar (1093) = 13
5799       chnpy (1093) = 5
5800       chnte (1093) = 12
5801       chnhe (1093) = 0
5802       chperm (1093) = 221
5803       chbirf (1093) = 387
5804       chetat (1093) = 388
5805       chtn2i (1093) = 210
5806       chbiet (388) = 1093
5807 c
5808 c Aretes coupees :   1  4  6 10
5809       chclas (553) = ' 4-07'
5810 c Code des aretes coupees : 1, 0, 0, 1, 0, 1, 0, 0, 0, 1, 0, 0
5811       charde (553)(1:12) = '  1  4  6 10'
5812       chnp1 (553) = 1
5813       chnar (553) = 13
5814       chnpy (553) = 5
5815       chnte (553) = 12
5816       chnhe (553) = 0
5817       chperm (553) = 320
5818       chbirf (553) = 387
5819       chetat (553) = 389
5820       chtn2i (553) = 210
5821       chbiet (389) = 553
5822 c
5823 c Aretes coupees :   1  4  7 11
5824       chclas (1097) = ' 4-07'
5825 c Code des aretes coupees : 1, 0, 0, 1, 0, 0, 1, 0, 0, 0, 1, 0
5826       charde (1097)(1:12) = '  1  4  7 11'
5827       chnp1 (1097) = 1
5828       chnar (1097) = 13
5829       chnpy (1097) = 5
5830       chnte (1097) = 12
5831       chnhe (1097) = 0
5832       chperm (1097) = 300
5833       chbirf (1097) = 387
5834       chetat (1097) = 390
5835       chtn2i (1097) = 210
5836       chbiet (390) = 1097
5837 c
5838 c Aretes coupees :   1  5  7 11
5839       chclas (1105) = ' 4-07'
5840 c Code des aretes coupees : 1, 0, 0, 0, 1, 0, 1, 0, 0, 0, 1, 0
5841       charde (1105)(1:12) = '  1  5  7 11'
5842       chnp1 (1105) = 1
5843       chnar (1105) = 13
5844       chnpy (1105) = 5
5845       chnte (1105) = 12
5846       chnhe (1105) = 0
5847       chperm (1105) = 101
5848       chbirf (1105) = 387
5849       chetat (1105) = 391
5850       chtn2i (1105) = 210
5851       chbiet (391) = 1105
5852 c
5853 c Aretes coupees :   1  7  8 11
5854       chclas (1217) = ' 4-07'
5855 c Code des aretes coupees : 1, 0, 0, 0, 0, 0, 1, 1, 0, 0, 1, 0
5856       charde (1217)(1:12) = '  1  7  8 11'
5857       chnp1 (1217) = 1
5858       chnar (1217) = 13
5859       chnpy (1217) = 5
5860       chnte (1217) = 12
5861       chnhe (1217) = 0
5862       chperm (1217) = 210
5863       chbirf (1217) = 387
5864       chetat (1217) = 392
5865       chtn2i (1217) = 210
5866       chbiet (392) = 1217
5867 c
5868 c Aretes coupees :   1  7  9 11
5869       chclas (1345) = ' 4-07'
5870 c Code des aretes coupees : 1, 0, 0, 0, 0, 0, 1, 0, 1, 0, 1, 0
5871       charde (1345)(1:12) = '  1  7  9 11'
5872       chnp1 (1345) = 1
5873       chnar (1345) = 13
5874       chnpy (1345) = 5
5875       chnte (1345) = 12
5876       chnhe (1345) = 0
5877       chperm (1345) = 20
5878       chbirf (1345) = 387
5879       chetat (1345) = 393
5880       chtn2i (1345) = 210
5881       chbiet (393) = 1345
5882 c
5883 c Aretes coupees :   1  7 10 11
5884       chclas (1601) = ' 4-07'
5885 c Code des aretes coupees : 1, 0, 0, 0, 0, 0, 1, 0, 0, 1, 1, 0
5886       charde (1601)(1:12) = '  1  7 10 11'
5887       chnp1 (1601) = 1
5888       chnar (1601) = 13
5889       chnpy (1601) = 5
5890       chnte (1601) = 12
5891       chnhe (1601) = 0
5892       chperm (1601) = 130
5893       chbirf (1601) = 387
5894       chetat (1601) = 394
5895       chtn2i (1601) = 210
5896       chbiet (394) = 1601
5897 c
5898 c Aretes coupees :   2  3  5 12
5899       chclas (2070) = ' 4-07'
5900 c Code des aretes coupees : 0, 1, 1, 0, 1, 0, 0, 0, 0, 0, 0, 1
5901       charde (2070)(1:12) = '  2  3  5 12'
5902       chnp1 (2070) = 1
5903       chnar (2070) = 13
5904       chnpy (2070) = 5
5905       chnte (2070) = 12
5906       chnhe (2070) = 0
5907       chperm (2070) = 330
5908       chbirf (2070) = 387
5909       chetat (2070) = 395
5910       chtn2i (2070) = 210
5911       chbiet (395) = 2070
5912 c
5913 c Aretes coupees :   2  3  8  9
5914       chclas (390) = ' 4-07'
5915 c Code des aretes coupees : 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0
5916       charde (390)(1:12) = '  2  3  8  9'
5917       chnp1 (390) = 1
5918       chnar (390) = 13
5919       chnpy (390) = 5
5920       chnte (390) = 12
5921       chnhe (390) = 0
5922       chperm (390) = 310
5923       chbirf (390) = 387
5924       chetat (390) = 396
5925       chtn2i (390) = 210
5926       chbiet (396) = 390
5927 c
5928 c Aretes coupees :   2  4  6 10
5929       chclas (554) = ' 4-07'
5930 c Code des aretes coupees : 0, 1, 0, 1, 0, 1, 0, 0, 0, 1, 0, 0
5931       charde (554)(1:12) = '  2  4  6 10'
5932       chnp1 (554) = 1
5933       chnar (554) = 13
5934       chnpy (554) = 5
5935       chnte (554) = 12
5936       chnhe (554) = 0
5937       chperm (554) = 1
5938       chbirf (554) = 387
5939       chetat (554) = 397
5940       chtn2i (554) = 210
5941       chbiet (397) = 554
5942 c
5943 c Aretes coupees :   2  6  8  9
5944       chclas (418) = ' 4-07'
5945 c Code des aretes coupees : 0, 1, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0
5946       charde (418)(1:12) = '  2  6  8  9'
5947       chnp1 (418) = 1
5948       chnar (418) = 13
5949       chnpy (418) = 5
5950       chnte (418) = 12
5951       chnhe (418) = 0
5952       chperm (418) = 321
5953       chbirf (418) = 387
5954       chetat (418) = 398
5955       chtn2i (418) = 210
5956       chbiet (398) = 418
5957 c
5958 c Aretes coupees :   2  7  8  9
5959       chclas (450) = ' 4-07'
5960 c Code des aretes coupees : 0, 1, 0, 0, 0, 0, 1, 1, 1, 0, 0, 0
5961       charde (450)(1:12) = '  2  7  8  9'
5962       chnp1 (450) = 1
5963       chnar (450) = 13
5964       chnpy (450) = 5
5965       chnte (450) = 12
5966       chnhe (450) = 0
5967       chperm (450) = 230
5968       chbirf (450) = 387
5969       chetat (450) = 399
5970       chtn2i (450) = 210
5971       chbiet (399) = 450
5972 c
5973 c Aretes coupees :   2  8  9 10
5974       chclas (898) = ' 4-07'
5975 c Code des aretes coupees : 0, 1, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0
5976       charde (898)(1:12) = '  2  8  9 10'
5977       chnp1 (898) = 1
5978       chnar (898) = 13
5979       chnpy (898) = 5
5980       chnte (898) = 12
5981       chnhe (898) = 0
5982       chperm (898) = 201
5983       chbirf (898) = 387
5984       chetat (898) = 400
5985       chtn2i (898) = 210
5986       chbiet (400) = 898
5987 c
5988 c Aretes coupees :   2  8  9 12
5989       chclas (2434) = ' 4-07'
5990 c Code des aretes coupees : 0, 1, 0, 0, 0, 0, 0, 1, 1, 0, 0, 1
5991       charde (2434)(1:12) = '  2  8  9 12'
5992       chnp1 (2434) = 1
5993       chnar (2434) = 13
5994       chnpy (2434) = 5
5995       chnte (2434) = 12
5996       chnhe (2434) = 0
5997       chperm (2434) = 120
5998       chbirf (2434) = 387
5999       chetat (2434) = 401
6000       chtn2i (2434) = 210
6001       chbiet (401) = 2434
6002 c
6003 c Aretes coupees :   3  4  5 12
6004       chclas (2076) = ' 4-07'
6005 c Code des aretes coupees : 0, 0, 1, 1, 1, 0, 0, 0, 0, 0, 0, 1
6006       charde (2076)(1:12) = '  3  4  5 12'
6007       chnp1 (2076) = 1
6008       chnar (2076) = 13
6009       chnpy (2076) = 5
6010       chnte (2076) = 12
6011       chnhe (2076) = 0
6012       chperm (2076) = 220
6013       chbirf (2076) = 387
6014       chetat (2076) = 402
6015       chtn2i (2076) = 210
6016       chbiet (402) = 2076
6017 c
6018 c Aretes coupees :   3  5  6 12
6019       chclas (2100) = ' 4-07'
6020 c Code des aretes coupees : 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 1
6021       charde (2100)(1:12) = '  3  5  6 12'
6022       chnp1 (2100) = 1
6023       chnar (2100) = 13
6024       chnpy (2100) = 5
6025       chnte (2100) = 12
6026       chnhe (2100) = 0
6027       chperm (2100) = 10
6028       chbirf (2100) = 387
6029       chetat (2100) = 403
6030       chtn2i (2100) = 210
6031       chbiet (403) = 2100
6032 c
6033 c Aretes coupees :   3  5  7 12
6034       chclas (2132) = ' 4-07'
6035 c Code des aretes coupees : 0, 0, 1, 0, 1, 0, 1, 0, 0, 0, 0, 1
6036       charde (2132)(1:12) = '  3  5  7 12'
6037       chnp1 (2132) = 1
6038       chnar (2132) = 13
6039       chnpy (2132) = 5
6040       chnte (2132) = 12
6041       chnhe (2132) = 0
6042       chperm (2132) = 301
6043       chbirf (2132) = 387
6044       chetat (2132) = 404
6045       chtn2i (2132) = 210
6046       chbiet (404) = 2132
6047 c
6048 c Aretes coupees :   3  5  9 12
6049       chclas (2324) = ' 4-07'
6050 c Code des aretes coupees : 0, 0, 1, 0, 1, 0, 0, 0, 1, 0, 0, 1
6051       charde (2324)(1:12) = '  3  5  9 12'
6052       chnp1 (2324) = 1
6053       chnar (2324) = 13
6054       chnpy (2324) = 5
6055       chnte (2324) = 12
6056       chnhe (2324) = 0
6057       chperm (2324) = 100
6058       chbirf (2324) = 387
6059       chetat (2324) = 405
6060       chtn2i (2324) = 210
6061       chbiet (405) = 2324
6062 c
6063 c Aretes coupees :   3  5 11 12
6064       chclas (3092) = ' 4-07'
6065 c Code des aretes coupees : 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 1, 1
6066       charde (3092)(1:12) = '  3  5 11 12'
6067       chnp1 (3092) = 1
6068       chnar (3092) = 13
6069       chnpy (3092) = 5
6070       chnte (3092) = 12
6071       chnhe (3092) = 0
6072       chperm (3092) = 21
6073       chbirf (3092) = 387
6074       chetat (3092) = 406
6075       chtn2i (3092) = 210
6076       chbiet (406) = 3092
6077 c
6078 c Aretes coupees :   4  5  6 10
6079       chclas (568) = ' 4-07'
6080 c Code des aretes coupees : 0, 0, 0, 1, 1, 1, 0, 0, 0, 1, 0, 0
6081       charde (568)(1:12) = '  4  5  6 10'
6082       chnp1 (568) = 1
6083       chnar (568) = 13
6084       chnpy (568) = 5
6085       chnte (568) = 12
6086       chnhe (568) = 0
6087       chperm (568) = 30
6088       chbirf (568) = 387
6089       chetat (568) = 407
6090       chtn2i (568) = 210
6091       chbiet (407) = 568
6092 c
6093 c Aretes coupees :   4  6  8 10
6094       chclas (680) = ' 4-07'
6095 c Code des aretes coupees : 0, 0, 0, 1, 0, 1, 0, 1, 0, 1, 0, 0
6096       charde (680)(1:12) = '  4  6  8 10'
6097       chnp1 (680) = 1
6098       chnar (680) = 13
6099       chnpy (680) = 5
6100       chnte (680) = 12
6101       chnhe (680) = 0
6102       chperm (680) = 121
6103       chbirf (680) = 387
6104       chetat (680) = 408
6105       chtn2i (680) = 210
6106       chbiet (408) = 680
6107 c
6108 c Aretes coupees :   4  6 10 11
6109       chclas (1576) = ' 4-07'
6110 c Code des aretes coupees : 0, 0, 0, 1, 0, 1, 0, 0, 0, 1, 1, 0
6111       charde (1576)(1:12) = '  4  6 10 11'
6112       chnp1 (1576) = 1
6113       chnar (1576) = 13
6114       chnpy (1576) = 5
6115       chnte (1576) = 12
6116       chnhe (1576) = 0
6117       chperm (1576) = 110
6118       chbirf (1576) = 387
6119       chetat (1576) = 409
6120       chtn2i (1576) = 210
6121       chbiet (409) = 1576
6122 c
6123 c Aretes coupees :   4  6 10 12
6124       chclas (2600) = ' 4-07'
6125 c Code des aretes coupees : 0, 0, 0, 1, 0, 1, 0, 0, 0, 1, 0, 1
6126       charde (2600)(1:12) = '  4  6 10 12'
6127       chnp1 (2600) = 1
6128       chnar (2600) = 13
6129       chnpy (2600) = 5
6130       chnte (2600) = 12
6131       chnhe (2600) = 0
6132       chperm (2600) = 200
6133       chbirf (2600) = 387
6134       chetat (2600) = 410
6135       chtn2i (2600) = 210
6136       chbiet (410) = 2600
6137 c
6138 c ===========================================
6139 c Classe d'equivalence  4-08
6140 c
6141 c Aretes coupees :   1  2  8 10
6142       chclas (643) = ' 4-08'
6143 c Code des aretes coupees : 1, 1, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0
6144       charde (643)(1:12) = '  1  2  8 10'
6145       chnp1 (643) = 1
6146       chnar (643) = 13
6147       chnpy (643) = 5
6148       chnte (643) = 12
6149       chnhe (643) = 0
6150       chperm (643) = 0
6151       chbirf (643) = 643
6152       chetat (643) = 411
6153       chtn2i (643) = 210
6154       chbiet (411) = 643
6155 c
6156 c Aretes coupees :   1  3  7  9
6157       chclas (325) = ' 4-08'
6158 c Code des aretes coupees : 1, 0, 1, 0, 0, 0, 1, 0, 1, 0, 0, 0
6159       charde (325)(1:12) = '  1  3  7  9'
6160       chnp1 (325) = 1
6161       chnar (325) = 13
6162       chnpy (325) = 5
6163       chnte (325) = 12
6164       chnhe (325) = 0
6165       chperm (325) = 221
6166       chbirf (325) = 643
6167       chetat (325) = 412
6168       chtn2i (325) = 210
6169       chbiet (412) = 325
6170 c
6171 c Aretes coupees :   1  4  5 11
6172       chclas (1049) = ' 4-08'
6173 c Code des aretes coupees : 1, 0, 0, 1, 1, 0, 0, 0, 0, 0, 1, 0
6174       charde (1049)(1:12) = '  1  4  5 11'
6175       chnp1 (1049) = 1
6176       chnar (1049) = 13
6177       chnpy (1049) = 5
6178       chnte (1049) = 12
6179       chnhe (1049) = 0
6180       chperm (1049) = 101
6181       chbirf (1049) = 643
6182       chetat (1049) = 413
6183       chtn2i (1049) = 210
6184       chbiet (413) = 1049
6185 c
6186 c Aretes coupees :   1  4  8 10
6187       chclas (649) = ' 4-08'
6188 c Code des aretes coupees : 1, 0, 0, 1, 0, 0, 0, 1, 0, 1, 0, 0
6189       charde (649)(1:12) = '  1  4  8 10'
6190       chnp1 (649) = 1
6191       chnar (649) = 13
6192       chnpy (649) = 5
6193       chnte (649) = 12
6194       chnhe (649) = 0
6195       chperm (649) = 121
6196       chbirf (649) = 643
6197       chetat (649) = 414
6198       chtn2i (649) = 210
6199       chbiet (414) = 649
6200 c
6201 c Aretes coupees :   1  6  8 10
6202       chclas (673) = ' 4-08'
6203 c Code des aretes coupees : 1, 0, 0, 0, 0, 1, 0, 1, 0, 1, 0, 0
6204       charde (673)(1:12) = '  1  6  8 10'
6205       chnp1 (673) = 1
6206       chnar (673) = 13
6207       chnpy (673) = 5
6208       chnte (673) = 12
6209       chnhe (673) = 0
6210       chperm (673) = 320
6211       chbirf (673) = 643
6212       chetat (673) = 415
6213       chtn2i (673) = 210
6214       chbiet (415) = 673
6215 c
6216 c Aretes coupees :   1  7  8 10
6217       chclas (705) = ' 4-08'
6218 c Code des aretes coupees : 1, 0, 0, 0, 0, 0, 1, 1, 0, 1, 0, 0
6219       charde (705)(1:12) = '  1  7  8 10'
6220       chnp1 (705) = 1
6221       chnar (705) = 13
6222       chnpy (705) = 5
6223       chnte (705) = 12
6224       chnhe (705) = 0
6225       chperm (705) = 130
6226       chbirf (705) = 643
6227       chetat (705) = 416
6228       chtn2i (705) = 210
6229       chbiet (416) = 705
6230 c
6231 c Aretes coupees :   1  8  9 10
6232       chclas (897) = ' 4-08'
6233 c Code des aretes coupees : 1, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0
6234       charde (897)(1:12) = '  1  8  9 10'
6235       chnp1 (897) = 1
6236       chnar (897) = 13
6237       chnpy (897) = 5
6238       chnte (897) = 12
6239       chnhe (897) = 0
6240       chperm (897) = 201
6241       chbirf (897) = 643
6242       chetat (897) = 417
6243       chtn2i (897) = 210
6244       chbiet (417) = 897
6245 c
6246 c Aretes coupees :   1  8 10 11
6247       chclas (1665) = ' 4-08'
6248 c Code des aretes coupees : 1, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0
6249       charde (1665)(1:12) = '  1  8 10 11'
6250       chnp1 (1665) = 1
6251       chnar (1665) = 13
6252       chnpy (1665) = 5
6253       chnte (1665) = 12
6254       chnhe (1665) = 0
6255       chperm (1665) = 210
6256       chbirf (1665) = 643
6257       chetat (1665) = 418
6258       chtn2i (1665) = 210
6259       chbiet (418) = 1665
6260 c
6261 c Aretes coupees :   2  3  6 12
6262       chclas (2086) = ' 4-08'
6263 c Code des aretes coupees : 0, 1, 1, 0, 0, 1, 0, 0, 0, 0, 0, 1
6264       charde (2086)(1:12) = '  2  3  6 12'
6265       chnp1 (2086) = 1
6266       chnar (2086) = 13
6267       chnpy (2086) = 5
6268       chnte (2086) = 12
6269       chnhe (2086) = 0
6270       chperm (2086) = 10
6271       chbirf (2086) = 643
6272       chetat (2086) = 419
6273       chtn2i (2086) = 210
6274       chbiet (419) = 2086
6275 c
6276 c Aretes coupees :   2  3  7  9
6277       chclas (326) = ' 4-08'
6278 c Code des aretes coupees : 0, 1, 1, 0, 0, 0, 1, 0, 1, 0, 0, 0
6279       charde (326)(1:12) = '  2  3  7  9'
6280       chnp1 (326) = 1
6281       chnar (326) = 13
6282       chnpy (326) = 5
6283       chnte (326) = 12
6284       chnhe (326) = 0
6285       chperm (326) = 230
6286       chbirf (326) = 643
6287       chetat (326) = 420
6288       chtn2i (326) = 210
6289       chbiet (420) = 326
6290 c
6291 c Aretes coupees :   2  4  6 12
6292       chclas (2090) = ' 4-08'
6293 c Code des aretes coupees : 0, 1, 0, 1, 0, 1, 0, 0, 0, 0, 0, 1
6294       charde (2090)(1:12) = '  2  4  6 12'
6295       chnp1 (2090) = 1
6296       chnar (2090) = 13
6297       chnpy (2090) = 5
6298       chnte (2090) = 12
6299       chnhe (2090) = 0
6300       chperm (2090) = 1
6301       chbirf (2090) = 643
6302       chetat (2090) = 421
6303       chtn2i (2090) = 210
6304       chbiet (421) = 2090
6305 c
6306 c Aretes coupees :   2  5  6 12
6307       chclas (2098) = ' 4-08'
6308 c Code des aretes coupees : 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 0, 1
6309       charde (2098)(1:12) = '  2  5  6 12'
6310       chnp1 (2098) = 1
6311       chnar (2098) = 13
6312       chnpy (2098) = 5
6313       chnte (2098) = 12
6314       chnhe (2098) = 0
6315       chperm (2098) = 330
6316       chbirf (2098) = 643
6317       chetat (2098) = 422
6318       chtn2i (2098) = 210
6319       chbiet (422) = 2098
6320 c
6321 c Aretes coupees :   2  6  8 12
6322       chclas (2210) = ' 4-08'
6323 c Code des aretes coupees : 0, 1, 0, 0, 0, 1, 0, 1, 0, 0, 0, 1
6324       charde (2210)(1:12) = '  2  6  8 12'
6325       chnp1 (2210) = 1
6326       chnar (2210) = 13
6327       chnpy (2210) = 5
6328       chnte (2210) = 12
6329       chnhe (2210) = 0
6330       chperm (2210) = 120
6331       chbirf (2210) = 643
6332       chetat (2210) = 423
6333       chtn2i (2210) = 210
6334       chbiet (423) = 2210
6335 c
6336 c Aretes coupees :   2  6  9 12
6337       chclas (2338) = ' 4-08'
6338 c Code des aretes coupees : 0, 1, 0, 0, 0, 1, 0, 0, 1, 0, 0, 1
6339       charde (2338)(1:12) = '  2  6  9 12'
6340       chnp1 (2338) = 1
6341       chnar (2338) = 13
6342       chnpy (2338) = 5
6343       chnte (2338) = 12
6344       chnhe (2338) = 0
6345       chperm (2338) = 321
6346       chbirf (2338) = 643
6347       chetat (2338) = 424
6348       chtn2i (2338) = 210
6349       chbiet (424) = 2338
6350 c
6351 c Aretes coupees :   2  6 10 12
6352       chclas (2594) = ' 4-08'
6353 c Code des aretes coupees : 0, 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1
6354       charde (2594)(1:12) = '  2  6 10 12'
6355       chnp1 (2594) = 1
6356       chnar (2594) = 13
6357       chnpy (2594) = 5
6358       chnte (2594) = 12
6359       chnhe (2594) = 0
6360       chperm (2594) = 200
6361       chbirf (2594) = 643
6362       chetat (2594) = 425
6363       chtn2i (2594) = 210
6364       chbiet (425) = 2594
6365 c
6366 c Aretes coupees :   3  4  5 11
6367       chclas (1052) = ' 4-08'
6368 c Code des aretes coupees : 0, 0, 1, 1, 1, 0, 0, 0, 0, 0, 1, 0
6369       charde (1052)(1:12) = '  3  4  5 11'
6370       chnp1 (1052) = 1
6371       chnar (1052) = 13
6372       chnpy (1052) = 5
6373       chnte (1052) = 12
6374       chnhe (1052) = 0
6375       chperm (1052) = 220
6376       chbirf (1052) = 643
6377       chetat (1052) = 426
6378       chtn2i (1052) = 210
6379       chbiet (426) = 1052
6380 c
6381 c Aretes coupees :   3  5  7  9
6382       chclas (340) = ' 4-08'
6383 c Code des aretes coupees : 0, 0, 1, 0, 1, 0, 1, 0, 1, 0, 0, 0
6384       charde (340)(1:12) = '  3  5  7  9'
6385       chnp1 (340) = 1
6386       chnar (340) = 13
6387       chnpy (340) = 5
6388       chnte (340) = 12
6389       chnhe (340) = 0
6390       chperm (340) = 100
6391       chbirf (340) = 643
6392       chetat (340) = 427
6393       chtn2i (340) = 210
6394       chbiet (427) = 340
6395 c
6396 c Aretes coupees :   3  7  8  9
6397       chclas (452) = ' 4-08'
6398 c Code des aretes coupees : 0, 0, 1, 0, 0, 0, 1, 1, 1, 0, 0, 0
6399       charde (452)(1:12) = '  3  7  8  9'
6400       chnp1 (452) = 1
6401       chnar (452) = 13
6402       chnpy (452) = 5
6403       chnte (452) = 12
6404       chnhe (452) = 0
6405       chperm (452) = 310
6406       chbirf (452) = 643
6407       chetat (452) = 428
6408       chtn2i (452) = 210
6409       chbiet (428) = 452
6410 c
6411 c Aretes coupees :   3  7  9 11
6412       chclas (1348) = ' 4-08'
6413 c Code des aretes coupees : 0, 0, 1, 0, 0, 0, 1, 0, 1, 0, 1, 0
6414       charde (1348)(1:12) = '  3  7  9 11'
6415       chnp1 (1348) = 1
6416       chnar (1348) = 13
6417       chnpy (1348) = 5
6418       chnte (1348) = 12
6419       chnhe (1348) = 0
6420       chperm (1348) = 20
6421       chbirf (1348) = 643
6422       chetat (1348) = 429
6423       chtn2i (1348) = 210
6424       chbiet (429) = 1348
6425 c
6426 c Aretes coupees :   3  7  9 12
6427       chclas (2372) = ' 4-08'
6428 c Code des aretes coupees : 0, 0, 1, 0, 0, 0, 1, 0, 1, 0, 0, 1
6429       charde (2372)(1:12) = '  3  7  9 12'
6430       chnp1 (2372) = 1
6431       chnar (2372) = 13
6432       chnpy (2372) = 5
6433       chnte (2372) = 12
6434       chnhe (2372) = 0
6435       chperm (2372) = 301
6436       chbirf (2372) = 643
6437       chetat (2372) = 430
6438       chtn2i (2372) = 210
6439       chbiet (430) = 2372
6440 c
6441 c Aretes coupees :   4  5  6 11
6442       chclas (1080) = ' 4-08'
6443 c Code des aretes coupees : 0, 0, 0, 1, 1, 1, 0, 0, 0, 0, 1, 0
6444       charde (1080)(1:12) = '  4  5  6 11'
6445       chnp1 (1080) = 1
6446       chnar (1080) = 13
6447       chnpy (1080) = 5
6448       chnte (1080) = 12
6449       chnhe (1080) = 0
6450       chperm (1080) = 110
6451       chbirf (1080) = 643
6452       chetat (1080) = 431
6453       chtn2i (1080) = 210
6454       chbiet (431) = 1080
6455 c
6456 c Aretes coupees :   4  5  7 11
6457       chclas (1112) = ' 4-08'
6458 c Code des aretes coupees : 0, 0, 0, 1, 1, 0, 1, 0, 0, 0, 1, 0
6459       charde (1112)(1:12) = '  4  5  7 11'
6460       chnp1 (1112) = 1
6461       chnar (1112) = 13
6462       chnpy (1112) = 5
6463       chnte (1112) = 12
6464       chnhe (1112) = 0
6465       chperm (1112) = 300
6466       chbirf (1112) = 643
6467       chetat (1112) = 432
6468       chtn2i (1112) = 210
6469       chbiet (432) = 1112
6470 c
6471 c Aretes coupees :   4  5 10 11
6472       chclas (1560) = ' 4-08'
6473 c Code des aretes coupees : 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0
6474       charde (1560)(1:12) = '  4  5 10 11'
6475       chnp1 (1560) = 1
6476       chnar (1560) = 13
6477       chnpy (1560) = 5
6478       chnte (1560) = 12
6479       chnhe (1560) = 0
6480       chperm (1560) = 30
6481       chbirf (1560) = 643
6482       chetat (1560) = 433
6483       chtn2i (1560) = 210
6484       chbiet (433) = 1560
6485 c
6486 c Aretes coupees :   4  5 11 12
6487       chclas (3096) = ' 4-08'
6488 c Code des aretes coupees : 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 1, 1
6489       charde (3096)(1:12) = '  4  5 11 12'
6490       chnp1 (3096) = 1
6491       chnar (3096) = 13
6492       chnpy (3096) = 5
6493       chnte (3096) = 12
6494       chnhe (3096) = 0
6495       chperm (3096) = 21
6496       chbirf (3096) = 643
6497       chetat (3096) = 434
6498       chtn2i (3096) = 210
6499       chbiet (434) = 3096
6500 c
6501 c ===========================================
6502 c Classe d'equivalence  4-09
6503 c
6504 c Aretes coupees :   1  2  6 12
6505       chclas (2083) = ' 4-09'
6506 c Code des aretes coupees : 1, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1
6507       charde (2083)(1:12) = '  1  2  6 12'
6508       chnp1 (2083) = 1
6509       chnar (2083) = 14
6510       chnpy (2083) = 6
6511       chnte (2083) = 12
6512       chnhe (2083) = 0
6513       chperm (2083) = 0
6514       chbirf (2083) = 2083
6515       chetat (2083) = 435
6516       chtn2i (2083) = 210
6517       chbiet (435) = 2083
6518 c
6519 c Aretes coupees :   1  3  8 10
6520       chclas (645) = ' 4-09'
6521 c Code des aretes coupees : 1, 0, 1, 0, 0, 0, 0, 1, 0, 1, 0, 0
6522       charde (645)(1:12) = '  1  3  8 10'
6523       chnp1 (645) = 1
6524       chnar (645) = 14
6525       chnpy (645) = 6
6526       chnte (645) = 12
6527       chnhe (645) = 0
6528       chperm (645) = 310
6529       chbirf (645) = 2083
6530       chetat (645) = 436
6531       chtn2i (645) = 210
6532       chbiet (436) = 645
6533 c
6534 c Aretes coupees :   1  5  8 10
6535       chclas (657) = ' 4-09'
6536 c Code des aretes coupees : 1, 0, 0, 0, 1, 0, 0, 1, 0, 1, 0, 0
6537       charde (657)(1:12) = '  1  5  8 10'
6538       chnp1 (657) = 1
6539       chnar (657) = 14
6540       chnpy (657) = 6
6541       chnte (657) = 12
6542       chnhe (657) = 0
6543       chperm (657) = 30
6544       chbirf (657) = 2083
6545       chetat (657) = 437
6546       chtn2i (657) = 210
6547       chbiet (437) = 657
6548 c
6549 c Aretes coupees :   1  8 10 12
6550       chclas (2689) = ' 4-09'
6551 c Code des aretes coupees : 1, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 1
6552       charde (2689)(1:12) = '  1  8 10 12'
6553       chnp1 (2689) = 1
6554       chnar (2689) = 14
6555       chnpy (2689) = 6
6556       chnte (2689) = 12
6557       chnhe (2689) = 0
6558       chperm (2689) = 200
6559       chbirf (2689) = 2083
6560       chetat (2689) = 438
6561       chtn2i (2689) = 210
6562       chbiet (438) = 2689
6563 c
6564 c Aretes coupees :   2  4  5 11
6565       chclas (1050) = ' 4-09'
6566 c Code des aretes coupees : 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 1, 0
6567       charde (1050)(1:12) = '  2  4  5 11'
6568       chnp1 (1050) = 1
6569       chnar (1050) = 14
6570       chnpy (1050) = 6
6571       chnte (1050) = 12
6572       chnhe (1050) = 0
6573       chperm (1050) = 330
6574       chbirf (1050) = 2083
6575       chetat (1050) = 439
6576       chtn2i (1050) = 210
6577       chbiet (439) = 1050
6578 c
6579 c Aretes coupees :   2  6  7 12
6580       chclas (2146) = ' 4-09'
6581 c Code des aretes coupees : 0, 1, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1
6582       charde (2146)(1:12) = '  2  6  7 12'
6583       chnp1 (2146) = 1
6584       chnar (2146) = 14
6585       chnpy (2146) = 6
6586       chnte (2146) = 12
6587       chnhe (2146) = 0
6588       chperm (2146) = 230
6589       chbirf (2146) = 2083
6590       chetat (2146) = 440
6591       chtn2i (2146) = 210
6592       chbiet (440) = 2146
6593 c
6594 c Aretes coupees :   2  6 11 12
6595       chclas (3106) = ' 4-09'
6596 c Code des aretes coupees : 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1
6597       charde (3106)(1:12) = '  2  6 11 12'
6598       chnp1 (3106) = 1
6599       chnar (3106) = 14
6600       chnpy (3106) = 6
6601       chnte (3106) = 12
6602       chnhe (3106) = 0
6603       chperm (3106) = 110
6604       chbirf (3106) = 2083
6605       chetat (3106) = 441
6606       chtn2i (3106) = 210
6607       chbiet (441) = 3106
6608 c
6609 c Aretes coupees :   3  4  7  9
6610       chclas (332) = ' 4-09'
6611 c Code des aretes coupees : 0, 0, 1, 1, 0, 0, 1, 0, 1, 0, 0, 0
6612       charde (332)(1:12) = '  3  4  7  9'
6613       chnp1 (332) = 1
6614       chnar (332) = 14
6615       chnpy (332) = 6
6616       chnte (332) = 12
6617       chnhe (332) = 0
6618       chperm (332) = 300
6619       chbirf (332) = 2083
6620       chetat (332) = 442
6621       chtn2i (332) = 210
6622       chbiet (442) = 332
6623 c
6624 c Aretes coupees :   3  6  7  9
6625       chclas (356) = ' 4-09'
6626 c Code des aretes coupees : 0, 0, 1, 0, 0, 1, 1, 0, 1, 0, 0, 0
6627       charde (356)(1:12) = '  3  6  7  9'
6628       chnp1 (356) = 1
6629       chnar (356) = 14
6630       chnpy (356) = 6
6631       chnte (356) = 12
6632       chnhe (356) = 0
6633       chperm (356) = 10
6634       chbirf (356) = 2083
6635       chetat (356) = 443
6636       chtn2i (356) = 210
6637       chbiet (443) = 356
6638 c
6639 c Aretes coupees :   3  7  9 10
6640       chclas (836) = ' 4-09'
6641 c Code des aretes coupees : 0, 0, 1, 0, 0, 0, 1, 0, 1, 1, 0, 0
6642       charde (836)(1:12) = '  3  7  9 10'
6643       chnp1 (836) = 1
6644       chnar (836) = 14
6645       chnpy (836) = 6
6646       chnte (836) = 12
6647       chnhe (836) = 0
6648       chperm (836) = 130
6649       chbirf (836) = 2083
6650       chetat (836) = 444
6651       chtn2i (836) = 210
6652       chbiet (444) = 836
6653 c
6654 c Aretes coupees :   4  5  8 11
6655       chclas (1176) = ' 4-09'
6656 c Code des aretes coupees : 0, 0, 0, 1, 1, 0, 0, 1, 0, 0, 1, 0
6657       charde (1176)(1:12) = '  4  5  8 11'
6658       chnp1 (1176) = 1
6659       chnar (1176) = 14
6660       chnpy (1176) = 6
6661       chnte (1176) = 12
6662       chnhe (1176) = 0
6663       chperm (1176) = 210
6664       chbirf (1176) = 2083
6665       chetat (1176) = 445
6666       chtn2i (1176) = 210
6667       chbiet (445) = 1176
6668 c
6669 c Aretes coupees :   4  5  9 11
6670       chclas (1304) = ' 4-09'
6671 c Code des aretes coupees : 0, 0, 0, 1, 1, 0, 0, 0, 1, 0, 1, 0
6672       charde (1304)(1:12) = '  4  5  9 11'
6673       chnp1 (1304) = 1
6674       chnar (1304) = 14
6675       chnpy (1304) = 6
6676       chnte (1304) = 12
6677       chnhe (1304) = 0
6678       chperm (1304) = 100
6679       chbirf (1304) = 2083
6680       chetat (1304) = 446
6681       chtn2i (1304) = 210
6682       chbiet (446) = 1304
6683 c
6684 c ===========================================
6685 c Classe d'equivalence  4-10
6686 c
6687 c Aretes coupees :   1  2  7 11
6688       chclas (1091) = ' 4-10'
6689 c Code des aretes coupees : 1, 1, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0
6690       charde (1091)(1:12) = '  1  2  7 11'
6691       chnp1 (1091) = 1
6692       chnar (1091) = 14
6693       chnpy (1091) = 6
6694       chnte (1091) = 12
6695       chnhe (1091) = 0
6696       chperm (1091) = 0
6697       chbirf (1091) = 1091
6698       chetat (1091) = 447
6699       chtn2i (1091) = 210
6700       chbiet (447) = 1091
6701 c
6702 c Aretes coupees :   1  3  5 12
6703       chclas (2069) = ' 4-10'
6704 c Code des aretes coupees : 1, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 1
6705       charde (2069)(1:12) = '  1  3  5 12'
6706       chnp1 (2069) = 1
6707       chnar (2069) = 14
6708       chnpy (2069) = 6
6709       chnte (2069) = 12
6710       chnhe (2069) = 0
6711       chperm (2069) = 101
6712       chbirf (2069) = 1091
6713       chetat (2069) = 448
6714       chtn2i (2069) = 210
6715       chbiet (448) = 2069
6716 c
6717 c Aretes coupees :   1  6  7 11
6718       chclas (1121) = ' 4-10'
6719 c Code des aretes coupees : 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 1, 0
6720       charde (1121)(1:12) = '  1  6  7 11'
6721       chnp1 (1121) = 1
6722       chnar (1121) = 14
6723       chnpy (1121) = 6
6724       chnte (1121) = 12
6725       chnhe (1121) = 0
6726       chperm (1121) = 110
6727       chbirf (1121) = 1091
6728       chetat (1121) = 449
6729       chtn2i (1121) = 210
6730       chbiet (449) = 1121
6731 c
6732 c Aretes coupees :   1  7 11 12
6733       chclas (3137) = ' 4-10'
6734 c Code des aretes coupees : 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 1
6735       charde (3137)(1:12) = '  1  7 11 12'
6736       chnp1 (3137) = 1
6737       chnar (3137) = 14
6738       chnpy (3137) = 6
6739       chnte (3137) = 12
6740       chnhe (3137) = 0
6741       chperm (3137) = 301
6742       chbirf (3137) = 1091
6743       chetat (3137) = 450
6744       chtn2i (3137) = 210
6745       chbiet (450) = 3137
6746 c
6747 c Aretes coupees :   2  4  8  9
6748       chclas (394) = ' 4-10'
6749 c Code des aretes coupees : 0, 1, 0, 1, 0, 0, 0, 1, 1, 0, 0, 0
6750       charde (394)(1:12) = '  2  4  8  9'
6751       chnp1 (394) = 1
6752       chnar (394) = 14
6753       chnpy (394) = 6
6754       chnte (394) = 12
6755       chnhe (394) = 0
6756       chperm (394) = 1
6757       chbirf (394) = 1091
6758       chetat (394) = 451
6759       chtn2i (394) = 210
6760       chbiet (451) = 394
6761 c
6762 c Aretes coupees :   2  5  8  9
6763       chclas (402) = ' 4-10'
6764 c Code des aretes coupees : 0, 1, 0, 0, 1, 0, 0, 1, 1, 0, 0, 0
6765       charde (402)(1:12) = '  2  5  8  9'
6766       chnp1 (402) = 1
6767       chnar (402) = 14
6768       chnpy (402) = 6
6769       chnte (402) = 12
6770       chnhe (402) = 0
6771       chperm (402) = 100
6772       chbirf (402) = 1091
6773       chetat (402) = 452
6774       chtn2i (402) = 210
6775       chbiet (452) = 402
6776 c
6777 c Aretes coupees :   2  8  9 11
6778       chclas (1410) = ' 4-10'
6779 c Code des aretes coupees : 0, 1, 0, 0, 0, 0, 0, 1, 1, 0, 1, 0
6780       charde (1410)(1:12) = '  2  8  9 11'
6781       chnp1 (1410) = 1
6782       chnar (1410) = 14
6783       chnpy (1410) = 6
6784       chnte (1410) = 12
6785       chnhe (1410) = 0
6786       chperm (1410) = 210
6787       chbirf (1410) = 1091
6788       chetat (1410) = 453
6789       chtn2i (1410) = 210
6790       chbiet (453) = 1410
6791 c
6792 c Aretes coupees :   3  4  6 10
6793       chclas (556) = ' 4-10'
6794 c Code des aretes coupees : 0, 0, 1, 1, 0, 1, 0, 0, 0, 1, 0, 0
6795       charde (556)(1:12) = '  3  4  6 10'
6796       chnp1 (556) = 1
6797       chnar (556) = 14
6798       chnpy (556) = 6
6799       chnte (556) = 12
6800       chnhe (556) = 0
6801       chperm (556) = 10
6802       chbirf (556) = 1091
6803       chetat (556) = 454
6804       chtn2i (556) = 210
6805       chbiet (454) = 556
6806 c
6807 c Aretes coupees :   3  5  8 12
6808       chclas (2196) = ' 4-10'
6809 c Code des aretes coupees : 0, 0, 1, 0, 1, 0, 0, 1, 0, 0, 0, 1
6810       charde (2196)(1:12) = '  3  5  8 12'
6811       chnp1 (2196) = 1
6812       chnar (2196) = 14
6813       chnpy (2196) = 6
6814       chnte (2196) = 12
6815       chnhe (2196) = 0
6816       chperm (2196) = 310
6817       chbirf (2196) = 1091
6818       chetat (2196) = 455
6819       chtn2i (2196) = 210
6820       chbiet (455) = 2196
6821 c
6822 c Aretes coupees :   3  5 10 12
6823       chclas (2580) = ' 4-10'
6824 c Code des aretes coupees : 0, 0, 1, 0, 1, 0, 0, 0, 0, 1, 0, 1
6825       charde (2580)(1:12) = '  3  5 10 12'
6826       chnp1 (2580) = 1
6827       chnar (2580) = 14
6828       chnpy (2580) = 6
6829       chnte (2580) = 12
6830       chnhe (2580) = 0
6831       chperm (2580) = 200
6832       chbirf (2580) = 1091
6833       chetat (2580) = 456
6834       chtn2i (2580) = 210
6835       chbiet (456) = 2580
6836 c
6837 c Aretes coupees :   4  6  7 10
6838       chclas (616) = ' 4-10'
6839 c Code des aretes coupees : 0, 0, 0, 1, 0, 1, 1, 0, 0, 1, 0, 0
6840       charde (616)(1:12) = '  4  6  7 10'
6841       chnp1 (616) = 1
6842       chnar (616) = 14
6843       chnpy (616) = 6
6844       chnte (616) = 12
6845       chnhe (616) = 0
6846       chperm (616) = 300
6847       chbirf (616) = 1091
6848       chetat (616) = 457
6849       chtn2i (616) = 210
6850       chbiet (457) = 616
6851 c
6852 c Aretes coupees :   4  6  9 10
6853       chclas (808) = ' 4-10'
6854 c Code des aretes coupees : 0, 0, 0, 1, 0, 1, 0, 0, 1, 1, 0, 0
6855       charde (808)(1:12) = '  4  6  9 10'
6856       chnp1 (808) = 1
6857       chnar (808) = 14
6858       chnpy (808) = 6
6859       chnte (808) = 12
6860       chnhe (808) = 0
6861       chperm (808) = 201
6862       chbirf (808) = 1091
6863       chetat (808) = 458
6864       chtn2i (808) = 210
6865       chbiet (458) = 808
6866 c
6867 c ===========================================
6868 c Classe d'equivalence  4-11
6869 c
6870 c Aretes coupees :   1  2  6  7
6871       chclas (99) = ' 4-11'
6872 c Code des aretes coupees : 1, 1, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0
6873       charde (99)(1:12) = '  1  2  6  7'
6874       chnp1 (99) = 1
6875       chnar (99) = 15
6876       chnpy (99) = 10
6877       chnte (99) = 6
6878       chnhe (99) = 0
6879       chperm (99) = 0
6880       chbirf (99) = 99
6881       chetat (99) = 459
6882       chtn2i (99) = 210
6883       chbiet (459) = 99
6884 c
6885 c Aretes coupees :   1  2  6 11
6886       chclas (1059) = ' 4-11'
6887 c Code des aretes coupees : 1, 1, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0
6888       charde (1059)(1:12) = '  1  2  6 11'
6889       chnp1 (1059) = 1
6890       chnar (1059) = 15
6891       chnpy (1059) = 10
6892       chnte (1059) = 6
6893       chnhe (1059) = 0
6894       chperm (1059) = 320
6895       chbirf (1059) = 99
6896       chetat (1059) = 460
6897       chtn2i (1059) = 210
6898       chbiet (460) = 1059
6899 c
6900 c Aretes coupees :   1  2  7 12
6901       chclas (2115) = ' 4-11'
6902 c Code des aretes coupees : 1, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1
6903       charde (2115)(1:12) = '  1  2  7 12'
6904       chnp1 (2115) = 1
6905       chnar (2115) = 15
6906       chnpy (2115) = 10
6907       chnte (2115) = 6
6908       chnhe (2115) = 0
6909       chperm (2115) = 230
6910       chbirf (2115) = 99
6911       chetat (2115) = 461
6912       chtn2i (2115) = 210
6913       chbiet (461) = 2115
6914 c
6915 c Aretes coupees :   1  3  5  8
6916       chclas (149) = ' 4-11'
6917 c Code des aretes coupees : 1, 0, 1, 0, 1, 0, 0, 1, 0, 0, 0, 0
6918       charde (149)(1:12) = '  1  3  5  8'
6919       chnp1 (149) = 1
6920       chnar (149) = 15
6921       chnpy (149) = 10
6922       chnte (149) = 6
6923       chnhe (149) = 0
6924       chperm (149) = 221
6925       chbirf (149) = 99
6926       chetat (149) = 462
6927       chtn2i (149) = 210
6928       chbiet (462) = 149
6929 c
6930 c Aretes coupees :   1  3  5 10
6931       chclas (533) = ' 4-11'
6932 c Code des aretes coupees : 1, 0, 1, 0, 1, 0, 0, 0, 0, 1, 0, 0
6933       charde (533)(1:12) = '  1  3  5 10'
6934       chnp1 (533) = 1
6935       chnar (533) = 15
6936       chnpy (533) = 10
6937       chnte (533) = 6
6938       chnhe (533) = 0
6939       chperm (533) = 101
6940       chbirf (533) = 99
6941       chetat (533) = 463
6942       chtn2i (533) = 210
6943       chbiet (463) = 533
6944 c
6945 c Aretes coupees :   1  3  8 12
6946       chclas (2181) = ' 4-11'
6947 c Code des aretes coupees : 1, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 1
6948       charde (2181)(1:12) = '  1  3  8 12'
6949       chnp1 (2181) = 1
6950       chnar (2181) = 15
6951       chnpy (2181) = 10
6952       chnte (2181) = 6
6953       chnhe (2181) = 0
6954       chperm (2181) = 310
6955       chbirf (2181) = 99
6956       chetat (2181) = 464
6957       chtn2i (2181) = 210
6958       chbiet (464) = 2181
6959 c
6960 c Aretes coupees :   1  5 10 12
6961       chclas (2577) = ' 4-11'
6962 c Code des aretes coupees : 1, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 1
6963       charde (2577)(1:12) = '  1  5 10 12'
6964       chnp1 (2577) = 1
6965       chnar (2577) = 15
6966       chnpy (2577) = 10
6967       chnte (2577) = 6
6968       chnhe (2577) = 0
6969       chperm (2577) = 30
6970       chbirf (2577) = 99
6971       chetat (2577) = 465
6972       chtn2i (2577) = 210
6973       chbiet (465) = 2577
6974 c
6975 c Aretes coupees :   1  6 11 12
6976       chclas (3105) = ' 4-11'
6977 c Code des aretes coupees : 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1
6978       charde (3105)(1:12) = '  1  6 11 12'
6979       chnp1 (3105) = 1
6980       chnar (3105) = 15
6981       chnpy (3105) = 10
6982       chnte (3105) = 6
6983       chnhe (3105) = 0
6984       chperm (3105) = 110
6985       chbirf (3105) = 99
6986       chetat (3105) = 466
6987       chtn2i (3105) = 210
6988       chbiet (466) = 3105
6989 c
6990 c Aretes coupees :   2  4  5  8
6991       chclas (154) = ' 4-11'
6992 c Code des aretes coupees : 0, 1, 0, 1, 1, 0, 0, 1, 0, 0, 0, 0
6993       charde (154)(1:12) = '  2  4  5  8'
6994       chnp1 (154) = 1
6995       chnar (154) = 15
6996       chnpy (154) = 10
6997       chnte (154) = 6
6998       chnhe (154) = 0
6999       chperm (154) = 1
7000       chbirf (154) = 99
7001       chetat (154) = 467
7002       chtn2i (154) = 210
7003       chbiet (467) = 154
7004 c
7005 c Aretes coupees :   2  4  5  9
7006       chclas (282) = ' 4-11'
7007 c Code des aretes coupees : 0, 1, 0, 1, 1, 0, 0, 0, 1, 0, 0, 0
7008       charde (282)(1:12) = '  2  4  5  9'
7009       chnp1 (282) = 1
7010       chnar (282) = 15
7011       chnpy (282) = 10
7012       chnte (282) = 6
7013       chnhe (282) = 0
7014       chperm (282) = 330
7015       chbirf (282) = 99
7016       chetat (282) = 468
7017       chtn2i (282) = 210
7018       chbiet (468) = 282
7019 c
7020 c Aretes coupees :   2  4  8 11
7021       chclas (1162) = ' 4-11'
7022 c Code des aretes coupees : 0, 1, 0, 1, 0, 0, 0, 1, 0, 0, 1, 0
7023       charde (1162)(1:12) = '  2  4  8 11'
7024       chnp1 (1162) = 1
7025       chnar (1162) = 15
7026       chnpy (1162) = 10
7027       chnte (1162) = 6
7028       chnhe (1162) = 0
7029       chperm (1162) = 121
7030       chbirf (1162) = 99
7031       chetat (1162) = 469
7032       chtn2i (1162) = 210
7033       chbiet (469) = 1162
7034 c
7035 c Aretes coupees :   2  5  9 11
7036       chclas (1298) = ' 4-11'
7037 c Code des aretes coupees : 0, 1, 0, 0, 1, 0, 0, 0, 1, 0, 1, 0
7038       charde (1298)(1:12) = '  2  5  9 11'
7039       chnp1 (1298) = 1
7040       chnar (1298) = 15
7041       chnpy (1298) = 10
7042       chnte (1298) = 6
7043       chnhe (1298) = 0
7044       chperm (1298) = 100
7045       chbirf (1298) = 99
7046       chetat (1298) = 470
7047       chtn2i (1298) = 210
7048       chbiet (470) = 1298
7049 c
7050 c Aretes coupees :   2  7 11 12
7051       chclas (3138) = ' 4-11'
7052 c Code des aretes coupees : 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 1, 1
7053       charde (3138)(1:12) = '  2  7 11 12'
7054       chnp1 (3138) = 1
7055       chnar (3138) = 15
7056       chnpy (3138) = 10
7057       chnte (3138) = 6
7058       chnhe (3138) = 0
7059       chperm (3138) = 301
7060       chbirf (3138) = 99
7061       chetat (3138) = 471
7062       chtn2i (3138) = 210
7063       chbiet (471) = 3138
7064 c
7065 c Aretes coupees :   3  4  6  7
7066       chclas (108) = ' 4-11'
7067 c Code des aretes coupees : 0, 0, 1, 1, 0, 1, 1, 0, 0, 0, 0, 0
7068       charde (108)(1:12) = '  3  4  6  7'
7069       chnp1 (108) = 1
7070       chnar (108) = 15
7071       chnpy (108) = 10
7072       chnte (108) = 6
7073       chnhe (108) = 0
7074       chperm (108) = 220
7075       chbirf (108) = 99
7076       chetat (108) = 472
7077       chtn2i (108) = 210
7078       chbiet (472) = 108
7079 c
7080 c Aretes coupees :   3  4  6  9
7081       chclas (300) = ' 4-11'
7082 c Code des aretes coupees : 0, 0, 1, 1, 0, 1, 0, 0, 1, 0, 0, 0
7083       charde (300)(1:12) = '  3  4  6  9'
7084       chnp1 (300) = 1
7085       chnar (300) = 15
7086       chnpy (300) = 10
7087       chnte (300) = 6
7088       chnhe (300) = 0
7089       chperm (300) = 10
7090       chbirf (300) = 99
7091       chetat (300) = 473
7092       chtn2i (300) = 210
7093       chbiet (473) = 300
7094 c
7095 c Aretes coupees :   3  4  7 10
7096       chclas (588) = ' 4-11'
7097 c Code des aretes coupees : 0, 0, 1, 1, 0, 0, 1, 0, 0, 1, 0, 0
7098       charde (588)(1:12) = '  3  4  7 10'
7099       chnp1 (588) = 1
7100       chnar (588) = 15
7101       chnpy (588) = 10
7102       chnte (588) = 6
7103       chnhe (588) = 0
7104       chperm (588) = 300
7105       chbirf (588) = 99
7106       chetat (588) = 474
7107       chtn2i (588) = 210
7108       chbiet (474) = 588
7109 c
7110 c Aretes coupees :   3  6  9 10
7111       chclas (804) = ' 4-11'
7112 c Code des aretes coupees : 0, 0, 1, 0, 0, 1, 0, 0, 1, 1, 0, 0
7113       charde (804)(1:12) = '  3  6  9 10'
7114       chnp1 (804) = 1
7115       chnar (804) = 15
7116       chnpy (804) = 10
7117       chnte (804) = 6
7118       chnhe (804) = 0
7119       chperm (804) = 321
7120       chbirf (804) = 99
7121       chetat (804) = 475
7122       chtn2i (804) = 210
7123       chbiet (475) = 804
7124 c
7125 c Aretes coupees :   3  8 10 12
7126       chclas (2692) = ' 4-11'
7127 c Code des aretes coupees : 0, 0, 1, 0, 0, 0, 0, 1, 0, 1, 0, 1
7128       charde (2692)(1:12) = '  3  8 10 12'
7129       chnp1 (2692) = 1
7130       chnar (2692) = 15
7131       chnpy (2692) = 10
7132       chnte (2692) = 6
7133       chnhe (2692) = 0
7134       chperm (2692) = 120
7135       chbirf (2692) = 99
7136       chetat (2692) = 476
7137       chtn2i (2692) = 210
7138       chbiet (476) = 2692
7139 c
7140 c Aretes coupees :   4  7  9 10
7141       chclas (840) = ' 4-11'
7142 c Code des aretes coupees : 0, 0, 0, 1, 0, 0, 1, 0, 1, 1, 0, 0
7143       charde (840)(1:12) = '  4  7  9 10'
7144       chnp1 (840) = 1
7145       chnar (840) = 15
7146       chnpy (840) = 10
7147       chnte (840) = 6
7148       chnhe (840) = 0
7149       chperm (840) = 130
7150       chbirf (840) = 99
7151       chetat (840) = 477
7152       chtn2i (840) = 210
7153       chbiet (477) = 840
7154 c
7155 c Aretes coupees :   4  8  9 11
7156       chclas (1416) = ' 4-11'
7157 c Code des aretes coupees : 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 1, 0
7158       charde (1416)(1:12) = '  4  8  9 11'
7159       chnp1 (1416) = 1
7160       chnar (1416) = 15
7161       chnpy (1416) = 10
7162       chnte (1416) = 6
7163       chnhe (1416) = 0
7164       chperm (1416) = 210
7165       chbirf (1416) = 99
7166       chetat (1416) = 478
7167       chtn2i (1416) = 210
7168       chbiet (478) = 1416
7169 c
7170 c Aretes coupees :   5  8  9 11
7171       chclas (1424) = ' 4-11'
7172 c Code des aretes coupees : 0, 0, 0, 0, 1, 0, 0, 1, 1, 0, 1, 0
7173       charde (1424)(1:12) = '  5  8  9 11'
7174       chnp1 (1424) = 1
7175       chnar (1424) = 15
7176       chnpy (1424) = 10
7177       chnte (1424) = 6
7178       chnhe (1424) = 0
7179       chperm (1424) = 20
7180       chbirf (1424) = 99
7181       chetat (1424) = 479
7182       chtn2i (1424) = 210
7183       chbiet (479) = 1424
7184 c
7185 c Aretes coupees :   5  8 10 12
7186       chclas (2704) = ' 4-11'
7187 c Code des aretes coupees : 0, 0, 0, 0, 1, 0, 0, 1, 0, 1, 0, 1
7188       charde (2704)(1:12) = '  5  8 10 12'
7189       chnp1 (2704) = 1
7190       chnar (2704) = 15
7191       chnpy (2704) = 10
7192       chnte (2704) = 6
7193       chnhe (2704) = 0
7194       chperm (2704) = 200
7195       chbirf (2704) = 99
7196       chetat (2704) = 480
7197       chtn2i (2704) = 210
7198       chbiet (480) = 2704
7199 c
7200 c Aretes coupees :   6  7  9 10
7201       chclas (864) = ' 4-11'
7202 c Code des aretes coupees : 0, 0, 0, 0, 0, 1, 1, 0, 1, 1, 0, 0
7203       charde (864)(1:12) = '  6  7  9 10'
7204       chnp1 (864) = 1
7205       chnar (864) = 15
7206       chnpy (864) = 10
7207       chnte (864) = 6
7208       chnhe (864) = 0
7209       chperm (864) = 201
7210       chbirf (864) = 99
7211       chetat (864) = 481
7212       chtn2i (864) = 210
7213       chbiet (481) = 864
7214 c
7215 c Aretes coupees :   6  7 11 12
7216       chclas (3168) = ' 4-11'
7217 c Code des aretes coupees : 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 1, 1
7218       charde (3168)(1:12) = '  6  7 11 12'
7219       chnp1 (3168) = 1
7220       chnar (3168) = 15
7221       chnpy (3168) = 10
7222       chnte (3168) = 6
7223       chnhe (3168) = 0
7224       chperm (3168) = 21
7225       chbirf (3168) = 99
7226       chetat (3168) = 482
7227       chtn2i (3168) = 210
7228       chbiet (482) = 3168
7229 c
7230 c ===========================================
7231 c Classe d'equivalence  4-12
7232 c
7233 c Aretes coupees :   1  2  9 12
7234       chclas (2307) = ' 4-12'
7235 c Code des aretes coupees : 1, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1
7236       charde (2307)(1:12) = '  1  2  9 12'
7237       chnp1 (2307) = 1
7238       chnar (2307) = 13
7239       chnpy (2307) = 8
7240       chnte (2307) = 6
7241       chnhe (2307) = 0
7242       chperm (2307) = 0
7243       chbirf (2307) = 2307
7244       chetat (2307) = 483
7245       chtn2i (2307) = 210
7246       chbiet (483) = 2307
7247 c
7248 c Aretes coupees :   1  3 10 11
7249       chclas (1541) = ' 4-12'
7250 c Code des aretes coupees : 1, 0, 1, 0, 0, 0, 0, 0, 0, 1, 1, 0
7251       charde (1541)(1:12) = '  1  3 10 11'
7252       chnp1 (1541) = 1
7253       chnar (1541) = 13
7254       chnpy (1541) = 8
7255       chnte (1541) = 6
7256       chnhe (1541) = 0
7257       chperm (1541) = 221
7258       chbirf (1541) = 2307
7259       chetat (1541) = 484
7260       chtn2i (1541) = 210
7261       chbiet (484) = 1541
7262 c
7263 c Aretes coupees :   1  4  6 12
7264       chclas (2089) = ' 4-12'
7265 c Code des aretes coupees : 1, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 1
7266       charde (2089)(1:12) = '  1  4  6 12'
7267       chnp1 (2089) = 1
7268       chnar (2089) = 13
7269       chnpy (2089) = 8
7270       chnte (2089) = 6
7271       chnhe (2089) = 0
7272       chperm (2089) = 320
7273       chbirf (2089) = 2307
7274       chetat (2089) = 485
7275       chtn2i (2089) = 210
7276       chbiet (485) = 2089
7277 c
7278 c Aretes coupees :   1  4  7  9
7279       chclas (329) = ' 4-12'
7280 c Code des aretes coupees : 1, 0, 0, 1, 0, 0, 1, 0, 1, 0, 0, 0
7281       charde (329)(1:12) = '  1  4  7  9'
7282       chnp1 (329) = 1
7283       chnar (329) = 13
7284       chnpy (329) = 8
7285       chnte (329) = 6
7286       chnhe (329) = 0
7287       chperm (329) = 300
7288       chbirf (329) = 2307
7289       chetat (329) = 486
7290       chtn2i (329) = 210
7291       chbiet (486) = 329
7292 c
7293 c Aretes coupees :   1  4  9 11
7294       chclas (1289) = ' 4-12'
7295 c Code des aretes coupees : 1, 0, 0, 1, 0, 0, 0, 0, 1, 0, 1, 0
7296       charde (1289)(1:12) = '  1  4  9 11'
7297       chnp1 (1289) = 1
7298       chnar (1289) = 13
7299       chnpy (1289) = 8
7300       chnte (1289) = 6
7301       chnhe (1289) = 0
7302       chperm (1289) = 20
7303       chbirf (1289) = 2307
7304       chetat (1289) = 487
7305       chtn2i (1289) = 210
7306       chbiet (487) = 1289
7307 c
7308 c Aretes coupees :   1  4 10 12
7309       chclas (2569) = ' 4-12'
7310 c Code des aretes coupees : 1, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 1
7311       charde (2569)(1:12) = '  1  4 10 12'
7312       chnp1 (2569) = 1
7313       chnar (2569) = 13
7314       chnpy (2569) = 8
7315       chnte (2569) = 6
7316       chnhe (2569) = 0
7317       chperm (2569) = 200
7318       chbirf (2569) = 2307
7319       chetat (2569) = 488
7320       chtn2i (2569) = 210
7321       chbiet (488) = 2569
7322 c
7323 c Aretes coupees :   1  5  7  8
7324       chclas (209) = ' 4-12'
7325 c Code des aretes coupees : 1, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0
7326       charde (209)(1:12) = '  1  5  7  8'
7327       chnp1 (209) = 1
7328       chnar (209) = 13
7329       chnpy (209) = 8
7330       chnte (209) = 6
7331       chnhe (209) = 0
7332       chperm (209) = 101
7333       chbirf (209) = 2307
7334       chetat (209) = 489
7335       chtn2i (209) = 210
7336       chbiet (489) = 209
7337 c
7338 c Aretes coupees :   1  8  9 12
7339       chclas (2433) = ' 4-12'
7340 c Code des aretes coupees : 1, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 1
7341       charde (2433)(1:12) = '  1  8  9 12'
7342       chnp1 (2433) = 1
7343       chnar (2433) = 13
7344       chnpy (2433) = 8
7345       chnte (2433) = 6
7346       chnhe (2433) = 0
7347       chperm (2433) = 120
7348       chbirf (2433) = 2307
7349       chetat (2433) = 490
7350       chtn2i (2433) = 210
7351       chbiet (490) = 2433
7352 c
7353 c Aretes coupees :   2  3  5 11
7354       chclas (1046) = ' 4-12'
7355 c Code des aretes coupees : 0, 1, 1, 0, 1, 0, 0, 0, 0, 0, 1, 0
7356       charde (1046)(1:12) = '  2  3  5 11'
7357       chnp1 (1046) = 1
7358       chnar (1046) = 13
7359       chnpy (1046) = 8
7360       chnte (1046) = 6
7361       chnhe (1046) = 0
7362       chperm (1046) = 330
7363       chbirf (1046) = 2307
7364       chetat (1046) = 491
7365       chtn2i (1046) = 210
7366       chbiet (491) = 1046
7367 c
7368 c Aretes coupees :   2  3  8 10
7369       chclas (646) = ' 4-12'
7370 c Code des aretes coupees : 0, 1, 1, 0, 0, 0, 0, 1, 0, 1, 0, 0
7371       charde (646)(1:12) = '  2  3  8 10'
7372       chnp1 (646) = 1
7373       chnar (646) = 13
7374       chnpy (646) = 8
7375       chnte (646) = 6
7376       chnhe (646) = 0
7377       chperm (646) = 310
7378       chbirf (646) = 2307
7379       chetat (646) = 492
7380       chtn2i (646) = 210
7381       chbiet (492) = 646
7382 c
7383 c Aretes coupees :   2  3  9 10
7384       chclas (774) = ' 4-12'
7385 c Code des aretes coupees : 0, 1, 1, 0, 0, 0, 0, 0, 1, 1, 0, 0
7386       charde (774)(1:12) = '  2  3  9 10'
7387       chnp1 (774) = 1
7388       chnar (774) = 13
7389       chnpy (774) = 8
7390       chnte (774) = 6
7391       chnhe (774) = 0
7392       chperm (774) = 201
7393       chbirf (774) = 2307
7394       chetat (774) = 493
7395       chtn2i (774) = 210
7396       chbiet (493) = 774
7397 c
7398 c Aretes coupees :   2  3 11 12
7399       chclas (3078) = ' 4-12'
7400 c Code des aretes coupees : 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 1, 1
7401       charde (3078)(1:12) = '  2  3 11 12'
7402       chnp1 (3078) = 1
7403       chnar (3078) = 13
7404       chnpy (3078) = 8
7405       chnte (3078) = 6
7406       chnhe (3078) = 0
7407       chperm (3078) = 21
7408       chbirf (3078) = 2307
7409       chetat (3078) = 494
7410       chtn2i (3078) = 210
7411       chbiet (494) = 3078
7412 c
7413 c Aretes coupees :   2  4 10 11
7414       chclas (1546) = ' 4-12'
7415 c Code des aretes coupees : 0, 1, 0, 1, 0, 0, 0, 0, 0, 1, 1, 0
7416       charde (1546)(1:12) = '  2  4 10 11'
7417       chnp1 (1546) = 1
7418       chnar (1546) = 13
7419       chnpy (1546) = 8
7420       chnte (1546) = 6
7421       chnhe (1546) = 0
7422       chperm (1546) = 1
7423       chbirf (1546) = 2307
7424       chetat (1546) = 495
7425       chtn2i (1546) = 210
7426       chbiet (495) = 1546
7427 c
7428 c Aretes coupees :   2  6  7  8
7429       chclas (226) = ' 4-12'
7430 c Code des aretes coupees : 0, 1, 0, 0, 0, 1, 1, 1, 0, 0, 0, 0
7431       charde (226)(1:12) = '  2  6  7  8'
7432       chnp1 (226) = 1
7433       chnar (226) = 13
7434       chnpy (226) = 8
7435       chnte (226) = 6
7436       chnhe (226) = 0
7437       chperm (226) = 230
7438       chbirf (226) = 2307
7439       chetat (226) = 496
7440       chtn2i (226) = 210
7441       chbiet (496) = 226
7442 c
7443 c Aretes coupees :   2  6 10 11
7444       chclas (1570) = ' 4-12'
7445 c Code des aretes coupees : 0, 1, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0
7446       charde (1570)(1:12) = '  2  6 10 11'
7447       chnp1 (1570) = 1
7448       chnar (1570) = 13
7449       chnpy (1570) = 8
7450       chnte (1570) = 6
7451       chnhe (1570) = 0
7452       chperm (1570) = 110
7453       chbirf (1570) = 2307
7454       chetat (1570) = 497
7455       chtn2i (1570) = 210
7456       chbiet (497) = 1570
7457 c
7458 c Aretes coupees :   3  4  9 12
7459       chclas (2316) = ' 4-12'
7460 c Code des aretes coupees : 0, 0, 1, 1, 0, 0, 0, 0, 1, 0, 0, 1
7461       charde (2316)(1:12) = '  3  4  9 12'
7462       chnp1 (2316) = 1
7463       chnar (2316) = 13
7464       chnpy (2316) = 8
7465       chnte (2316) = 6
7466       chnhe (2316) = 0
7467       chperm (2316) = 220
7468       chbirf (2316) = 2307
7469       chetat (2316) = 498
7470       chtn2i (2316) = 210
7471       chbiet (498) = 2316
7472 c
7473 c Aretes coupees :   3  5  6  7
7474       chclas (116) = ' 4-12'
7475 c Code des aretes coupees : 0, 0, 1, 0, 1, 1, 1, 0, 0, 0, 0, 0
7476       charde (116)(1:12) = '  3  5  6  7'
7477       chnp1 (116) = 1
7478       chnar (116) = 13
7479       chnpy (116) = 8
7480       chnte (116) = 6
7481       chnhe (116) = 0
7482       chperm (116) = 10
7483       chbirf (116) = 2307
7484       chetat (116) = 499
7485       chtn2i (116) = 210
7486       chbiet (499) = 116
7487 c
7488 c Aretes coupees :   3  7 10 11
7489       chclas (1604) = ' 4-12'
7490 c Code des aretes coupees : 0, 0, 1, 0, 0, 0, 1, 0, 0, 1, 1, 0
7491       charde (1604)(1:12) = '  3  7 10 11'
7492       chnp1 (1604) = 1
7493       chnar (1604) = 13
7494       chnpy (1604) = 8
7495       chnte (1604) = 6
7496       chnhe (1604) = 0
7497       chperm (1604) = 130
7498       chbirf (1604) = 2307
7499       chetat (1604) = 500
7500       chtn2i (1604) = 210
7501       chbiet (500) = 1604
7502 c
7503 c Aretes coupees :   4  5  6  8
7504       chclas (184) = ' 4-12'
7505 c Code des aretes coupees : 0, 0, 0, 1, 1, 1, 0, 1, 0, 0, 0, 0
7506       charde (184)(1:12) = '  4  5  6  8'
7507       chnp1 (184) = 1
7508       chnar (184) = 13
7509       chnpy (184) = 8
7510       chnte (184) = 6
7511       chnhe (184) = 0
7512       chperm (184) = 121
7513       chbirf (184) = 2307
7514       chetat (184) = 501
7515       chtn2i (184) = 210
7516       chbiet (501) = 184
7517 c
7518 c Aretes coupees :   4  5  9 12
7519       chclas (2328) = ' 4-12'
7520 c Code des aretes coupees : 0, 0, 0, 1, 1, 0, 0, 0, 1, 0, 0, 1
7521       charde (2328)(1:12) = '  4  5  9 12'
7522       chnp1 (2328) = 1
7523       chnar (2328) = 13
7524       chnpy (2328) = 8
7525       chnte (2328) = 6
7526       chnhe (2328) = 0
7527       chperm (2328) = 100
7528       chbirf (2328) = 2307
7529       chetat (2328) = 502
7530       chtn2i (2328) = 210
7531       chbiet (502) = 2328
7532 c
7533 c Aretes coupees :   5  6  7 12
7534       chclas (2160) = ' 4-12'
7535 c Code des aretes coupees : 0, 0, 0, 0, 1, 1, 1, 0, 0, 0, 0, 1
7536       charde (2160)(1:12) = '  5  6  7 12'
7537       chnp1 (2160) = 1
7538       chnar (2160) = 13
7539       chnpy (2160) = 8
7540       chnte (2160) = 6
7541       chnhe (2160) = 0
7542       chperm (2160) = 301
7543       chbirf (2160) = 2307
7544       chetat (2160) = 503
7545       chtn2i (2160) = 210
7546       chbiet (503) = 2160
7547 c
7548 c Aretes coupees :   5  6  8 10
7549       chclas (688) = ' 4-12'
7550 c Code des aretes coupees : 0, 0, 0, 0, 1, 1, 0, 1, 0, 1, 0, 0
7551       charde (688)(1:12) = '  5  6  8 10'
7552       chnp1 (688) = 1
7553       chnar (688) = 13
7554       chnpy (688) = 8
7555       chnte (688) = 6
7556       chnhe (688) = 0
7557       chperm (688) = 30
7558       chbirf (688) = 2307
7559       chetat (688) = 504
7560       chtn2i (688) = 210
7561       chbiet (504) = 688
7562 c
7563 c Aretes coupees :   5  7  8 11
7564       chclas (1232) = ' 4-12'
7565 c Code des aretes coupees : 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 1, 0
7566       charde (1232)(1:12) = '  5  7  8 11'
7567       chnp1 (1232) = 1
7568       chnar (1232) = 13
7569       chnpy (1232) = 8
7570       chnte (1232) = 6
7571       chnhe (1232) = 0
7572       chperm (1232) = 210
7573       chbirf (1232) = 2307
7574       chetat (1232) = 505
7575       chtn2i (1232) = 210
7576       chbiet (505) = 1232
7577 c
7578 c Aretes coupees :   6  7  8  9
7579       chclas (480) = ' 4-12'
7580 c Code des aretes coupees : 0, 0, 0, 0, 0, 1, 1, 1, 1, 0, 0, 0
7581       charde (480)(1:12) = '  6  7  8  9'
7582       chnp1 (480) = 1
7583       chnar (480) = 13
7584       chnpy (480) = 8
7585       chnte (480) = 6
7586       chnhe (480) = 0
7587       chperm (480) = 321
7588       chbirf (480) = 2307
7589       chetat (480) = 506
7590       chtn2i (480) = 210
7591       chbiet (506) = 480
7592 c
7593 c ===========================================
7594 c Classe d'equivalence  4-13
7595 c
7596 c Aretes coupees :   1  2 10 11
7597       chclas (1539) = ' 4-13'
7598 c Code des aretes coupees : 1, 1, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0
7599       charde (1539)(1:12) = '  1  2 10 11'
7600       chnp1 (1539) = 1
7601       chnar (1539) = 13
7602       chnpy (1539) = 8
7603       chnte (1539) = 6
7604       chnhe (1539) = 0
7605       chperm (1539) = 0
7606       chbirf (1539) = 1539
7607       chetat (1539) = 507
7608       chtn2i (1539) = 210
7609       chbiet (507) = 1539
7610 c
7611 c Aretes coupees :   1  3  9 12
7612       chclas (2309) = ' 4-13'
7613 c Code des aretes coupees : 1, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 1
7614       charde (2309)(1:12) = '  1  3  9 12'
7615       chnp1 (2309) = 1
7616       chnar (2309) = 13
7617       chnpy (2309) = 8
7618       chnte (2309) = 6
7619       chnhe (2309) = 0
7620       chperm (2309) = 221
7621       chbirf (2309) = 1539
7622       chetat (2309) = 508
7623       chtn2i (2309) = 210
7624       chbiet (508) = 2309
7625 c
7626 c Aretes coupees :   1  4  5 12
7627       chclas (2073) = ' 4-13'
7628 c Code des aretes coupees : 1, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 1
7629       charde (2073)(1:12) = '  1  4  5 12'
7630       chnp1 (2073) = 1
7631       chnar (2073) = 13
7632       chnpy (2073) = 8
7633       chnte (2073) = 6
7634       chnhe (2073) = 0
7635       chperm (2073) = 101
7636       chbirf (2073) = 1539
7637       chetat (2073) = 509
7638       chtn2i (2073) = 210
7639       chbiet (509) = 2073
7640 c
7641 c Aretes coupees :   1  4  8  9
7642       chclas (393) = ' 4-13'
7643 c Code des aretes coupees : 1, 0, 0, 1, 0, 0, 0, 1, 1, 0, 0, 0
7644       charde (393)(1:12) = '  1  4  8  9'
7645       chnp1 (393) = 1
7646       chnar (393) = 13
7647       chnpy (393) = 8
7648       chnte (393) = 6
7649       chnhe (393) = 0
7650       chperm (393) = 121
7651       chbirf (393) = 1539
7652       chetat (393) = 510
7653       chtn2i (393) = 210
7654       chbiet (510) = 393
7655 c
7656 c Aretes coupees :   1  4  9 10
7657       chclas (777) = ' 4-13'
7658 c Code des aretes coupees : 1, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, 0
7659       charde (777)(1:12) = '  1  4  9 10'
7660       chnp1 (777) = 1
7661       chnar (777) = 13
7662       chnpy (777) = 8
7663       chnte (777) = 6
7664       chnhe (777) = 0
7665       chperm (777) = 201
7666       chbirf (777) = 1539
7667       chetat (777) = 511
7668       chtn2i (777) = 210
7669       chbiet (511) = 777
7670 c
7671 c Aretes coupees :   1  4 11 12
7672       chclas (3081) = ' 4-13'
7673 c Code des aretes coupees : 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 1
7674       charde (3081)(1:12) = '  1  4 11 12'
7675       chnp1 (3081) = 1
7676       chnar (3081) = 13
7677       chnpy (3081) = 8
7678       chnte (3081) = 6
7679       chnhe (3081) = 0
7680       chperm (3081) = 21
7681       chbirf (3081) = 1539
7682       chetat (3081) = 512
7683       chtn2i (3081) = 210
7684       chbiet (512) = 3081
7685 c
7686 c Aretes coupees :   1  6  7  8
7687       chclas (225) = ' 4-13'
7688 c Code des aretes coupees : 1, 0, 0, 0, 0, 1, 1, 1, 0, 0, 0, 0
7689       charde (225)(1:12) = '  1  6  7  8'
7690       chnp1 (225) = 1
7691       chnar (225) = 13
7692       chnpy (225) = 8
7693       chnte (225) = 6
7694       chnhe (225) = 0
7695       chperm (225) = 320
7696       chbirf (225) = 1539
7697       chetat (225) = 513
7698       chtn2i (225) = 210
7699       chbiet (513) = 225
7700 c
7701 c Aretes coupees :   1  7  9 12
7702       chclas (2369) = ' 4-13'
7703 c Code des aretes coupees : 1, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 1
7704       charde (2369)(1:12) = '  1  7  9 12'
7705       chnp1 (2369) = 1
7706       chnar (2369) = 13
7707       chnpy (2369) = 8
7708       chnte (2369) = 6
7709       chnhe (2369) = 0
7710       chperm (2369) = 301
7711       chbirf (2369) = 1539
7712       chetat (2369) = 514
7713       chtn2i (2369) = 210
7714       chbiet (514) = 2369
7715 c
7716 c Aretes coupees :   2  3  6 10
7717       chclas (550) = ' 4-13'
7718 c Code des aretes coupees : 0, 1, 1, 0, 0, 1, 0, 0, 0, 1, 0, 0
7719       charde (550)(1:12) = '  2  3  6 10'
7720       chnp1 (550) = 1
7721       chnar (550) = 13
7722       chnpy (550) = 8
7723       chnte (550) = 6
7724       chnhe (550) = 0
7725       chperm (550) = 10
7726       chbirf (550) = 1539
7727       chetat (550) = 515
7728       chtn2i (550) = 210
7729       chbiet (515) = 550
7730 c
7731 c Aretes coupees :   2  3  7 11
7732       chclas (1094) = ' 4-13'
7733 c Code des aretes coupees : 0, 1, 1, 0, 0, 0, 1, 0, 0, 0, 1, 0
7734       charde (1094)(1:12) = '  2  3  7 11'
7735       chnp1 (1094) = 1
7736       chnar (1094) = 13
7737       chnpy (1094) = 8
7738       chnte (1094) = 6
7739       chnhe (1094) = 0
7740       chperm (1094) = 230
7741       chbirf (1094) = 1539
7742       chetat (1094) = 516
7743       chtn2i (1094) = 210
7744       chbiet (516) = 1094
7745 c
7746 c Aretes coupees :   2  3  9 11
7747       chclas (1286) = ' 4-13'
7748 c Code des aretes coupees : 0, 1, 1, 0, 0, 0, 0, 0, 1, 0, 1, 0
7749       charde (1286)(1:12) = '  2  3  9 11'
7750       chnp1 (1286) = 1
7751       chnar (1286) = 13
7752       chnpy (1286) = 8
7753       chnte (1286) = 6
7754       chnhe (1286) = 0
7755       chperm (1286) = 20
7756       chbirf (1286) = 1539
7757       chetat (1286) = 517
7758       chtn2i (1286) = 210
7759       chbiet (517) = 1286
7760 c
7761 c Aretes coupees :   2  3 10 12
7762       chclas (2566) = ' 4-13'
7763 c Code des aretes coupees : 0, 1, 1, 0, 0, 0, 0, 0, 0, 1, 0, 1
7764       charde (2566)(1:12) = '  2  3 10 12'
7765       chnp1 (2566) = 1
7766       chnar (2566) = 13
7767       chnpy (2566) = 8
7768       chnte (2566) = 6
7769       chnhe (2566) = 0
7770       chperm (2566) = 200
7771       chbirf (2566) = 1539
7772       chetat (2566) = 518
7773       chtn2i (2566) = 210
7774       chbiet (518) = 2566
7775 c
7776 c Aretes coupees :   2  4  9 12
7777       chclas (2314) = ' 4-13'
7778 c Code des aretes coupees : 0, 1, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1
7779       charde (2314)(1:12) = '  2  4  9 12'
7780       chnp1 (2314) = 1
7781       chnar (2314) = 13
7782       chnpy (2314) = 8
7783       chnte (2314) = 6
7784       chnhe (2314) = 0
7785       chperm (2314) = 1
7786       chbirf (2314) = 1539
7787       chetat (2314) = 519
7788       chtn2i (2314) = 210
7789       chbiet (519) = 2314
7790 c
7791 c Aretes coupees :   2  5  6  8
7792       chclas (178) = ' 4-13'
7793 c Code des aretes coupees : 0, 1, 0, 0, 1, 1, 0, 1, 0, 0, 0, 0
7794       charde (178)(1:12) = '  2  5  6  8'
7795       chnp1 (178) = 1
7796       chnar (178) = 13
7797       chnpy (178) = 8
7798       chnte (178) = 6
7799       chnhe (178) = 0
7800       chperm (178) = 330
7801       chbirf (178) = 1539
7802       chetat (178) = 520
7803       chtn2i (178) = 210
7804       chbiet (520) = 178
7805 c
7806 c Aretes coupees :   2  8 10 11
7807       chclas (1666) = ' 4-13'
7808 c Code des aretes coupees : 0, 1, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0
7809       charde (1666)(1:12) = '  2  8 10 11'
7810       chnp1 (1666) = 1
7811       chnar (1666) = 13
7812       chnpy (1666) = 8
7813       chnte (1666) = 6
7814       chnhe (1666) = 0
7815       chperm (1666) = 210
7816       chbirf (1666) = 1539
7817       chetat (1666) = 521
7818       chtn2i (1666) = 210
7819       chbiet (521) = 1666
7820 c
7821 c Aretes coupees :   3  4 10 11
7822       chclas (1548) = ' 4-13'
7823 c Code des aretes coupees : 0, 0, 1, 1, 0, 0, 0, 0, 0, 1, 1, 0
7824       charde (1548)(1:12) = '  3  4 10 11'
7825       chnp1 (1548) = 1
7826       chnar (1548) = 13
7827       chnpy (1548) = 8
7828       chnte (1548) = 6
7829       chnhe (1548) = 0
7830       chperm (1548) = 220
7831       chbirf (1548) = 1539
7832       chetat (1548) = 522
7833       chtn2i (1548) = 210
7834       chbiet (522) = 1548
7835 c
7836 c Aretes coupees :   3  5  7  8
7837       chclas (212) = ' 4-13'
7838 c Code des aretes coupees : 0, 0, 1, 0, 1, 0, 1, 1, 0, 0, 0, 0
7839       charde (212)(1:12) = '  3  5  7  8'
7840       chnp1 (212) = 1
7841       chnar (212) = 13
7842       chnpy (212) = 8
7843       chnte (212) = 6
7844       chnhe (212) = 0
7845       chperm (212) = 310
7846       chbirf (212) = 1539
7847       chetat (212) = 523
7848       chtn2i (212) = 210
7849       chbiet (523) = 212
7850 c
7851 c Aretes coupees :   3  5 10 11
7852       chclas (1556) = ' 4-13'
7853 c Code des aretes coupees : 0, 0, 1, 0, 1, 0, 0, 0, 0, 1, 1, 0
7854       charde (1556)(1:12) = '  3  5 10 11'
7855       chnp1 (1556) = 1
7856       chnar (1556) = 13
7857       chnpy (1556) = 8
7858       chnte (1556) = 6
7859       chnhe (1556) = 0
7860       chperm (1556) = 30
7861       chbirf (1556) = 1539
7862       chetat (1556) = 524
7863       chtn2i (1556) = 210
7864       chbiet (524) = 1556
7865 c
7866 c Aretes coupees :   4  5  6  7
7867       chclas (120) = ' 4-13'
7868 c Code des aretes coupees : 0, 0, 0, 1, 1, 1, 1, 0, 0, 0, 0, 0
7869       charde (120)(1:12) = '  4  5  6  7'
7870       chnp1 (120) = 1
7871       chnar (120) = 13
7872       chnpy (120) = 8
7873       chnte (120) = 6
7874       chnhe (120) = 0
7875       chperm (120) = 300
7876       chbirf (120) = 1539
7877       chetat (120) = 525
7878       chtn2i (120) = 210
7879       chbiet (525) = 120
7880 c
7881 c Aretes coupees :   4  6  9 12
7882       chclas (2344) = ' 4-13'
7883 c Code des aretes coupees : 0, 0, 0, 1, 0, 1, 0, 0, 1, 0, 0, 1
7884       charde (2344)(1:12) = '  4  6  9 12'
7885       chnp1 (2344) = 1
7886       chnar (2344) = 13
7887       chnpy (2344) = 8
7888       chnte (2344) = 6
7889       chnhe (2344) = 0
7890       chperm (2344) = 321
7891       chbirf (2344) = 1539
7892       chetat (2344) = 526
7893       chtn2i (2344) = 210
7894       chbiet (526) = 2344
7895 c
7896 c Aretes coupees :   5  6  7 11
7897       chclas (1136) = ' 4-13'
7898 c Code des aretes coupees : 0, 0, 0, 0, 1, 1, 1, 0, 0, 0, 1, 0
7899       charde (1136)(1:12) = '  5  6  7 11'
7900       chnp1 (1136) = 1
7901       chnar (1136) = 13
7902       chnpy (1136) = 8
7903       chnte (1136) = 6
7904       chnhe (1136) = 0
7905       chperm (1136) = 110
7906       chbirf (1136) = 1539
7907       chetat (1136) = 527
7908       chtn2i (1136) = 210
7909       chbiet (527) = 1136
7910 c
7911 c Aretes coupees :   5  6  8 12
7912       chclas (2224) = ' 4-13'
7913 c Code des aretes coupees : 0, 0, 0, 0, 1, 1, 0, 1, 0, 0, 0, 1
7914       charde (2224)(1:12) = '  5  6  8 12'
7915       chnp1 (2224) = 1
7916       chnar (2224) = 13
7917       chnpy (2224) = 8
7918       chnte (2224) = 6
7919       chnhe (2224) = 0
7920       chperm (2224) = 120
7921       chbirf (2224) = 1539
7922       chetat (2224) = 528
7923       chtn2i (2224) = 210
7924       chbiet (528) = 2224
7925 c
7926 c Aretes coupees :   5  7  8  9
7927       chclas (464) = ' 4-13'
7928 c Code des aretes coupees : 0, 0, 0, 0, 1, 0, 1, 1, 1, 0, 0, 0
7929       charde (464)(1:12) = '  5  7  8  9'
7930       chnp1 (464) = 1
7931       chnar (464) = 13
7932       chnpy (464) = 8
7933       chnte (464) = 6
7934       chnhe (464) = 0
7935       chperm (464) = 100
7936       chbirf (464) = 1539
7937       chetat (464) = 529
7938       chtn2i (464) = 210
7939       chbiet (529) = 464
7940 c
7941 c Aretes coupees :   6  7  8 10
7942       chclas (736) = ' 4-13'
7943 c Code des aretes coupees : 0, 0, 0, 0, 0, 1, 1, 1, 0, 1, 0, 0
7944       charde (736)(1:12) = '  6  7  8 10'
7945       chnp1 (736) = 1
7946       chnar (736) = 13
7947       chnpy (736) = 8
7948       chnte (736) = 6
7949       chnhe (736) = 0
7950       chperm (736) = 130
7951       chbirf (736) = 1539
7952       chetat (736) = 530
7953       chtn2i (736) = 210
7954       chbiet (530) = 736
7955 c
7956 c ===========================================
7957 c Classe d'equivalence  4-14
7958 c
7959 c Aretes coupees :   1  2  8 11
7960       chclas (1155) = ' 4-14'
7961 c Code des aretes coupees : 1, 1, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0
7962       charde (1155)(1:12) = '  1  2  8 11'
7963       chnp1 (1155) = 1
7964       chnar (1155) = 14
7965       chnpy (1155) = 6
7966       chnte (1155) = 12
7967       chnhe (1155) = 0
7968       chperm (1155) = 0
7969       chbirf (1155) = 1155
7970       chetat (1155) = 531
7971       chtn2i (1155) = 210
7972       chbiet (531) = 1155
7973 c
7974 c Aretes coupees :   1  3  7 12
7975       chclas (2117) = ' 4-14'
7976 c Code des aretes coupees : 1, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 1
7977       charde (2117)(1:12) = '  1  3  7 12'
7978       chnp1 (2117) = 1
7979       chnar (2117) = 14
7980       chnpy (2117) = 6
7981       chnte (2117) = 12
7982       chnhe (2117) = 0
7983       chperm (2117) = 301
7984       chbirf (2117) = 1155
7985       chetat (2117) = 532
7986       chtn2i (2117) = 210
7987       chbiet (532) = 2117
7988 c
7989 c Aretes coupees :   1  5 11 12
7990       chclas (3089) = ' 4-14'
7991 c Code des aretes coupees : 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 1
7992       charde (3089)(1:12) = '  1  5 11 12'
7993       chnp1 (3089) = 1
7994       chnar (3089) = 14
7995       chnpy (3089) = 6
7996       chnte (3089) = 12
7997       chnhe (3089) = 0
7998       chperm (3089) = 101
7999       chbirf (3089) = 1155
8000       chetat (3089) = 533
8001       chtn2i (3089) = 210
8002       chbiet (533) = 3089
8003 c
8004 c Aretes coupees :   1  6  7 10
8005       chclas (609) = ' 4-14'
8006 c Code des aretes coupees : 1, 0, 0, 0, 0, 1, 1, 0, 0, 1, 0, 0
8007       charde (609)(1:12) = '  1  6  7 10'
8008       chnp1 (609) = 1
8009       chnar (609) = 14
8010       chnpy (609) = 6
8011       chnte (609) = 12
8012       chnhe (609) = 0
8013       chperm (609) = 320
8014       chbirf (609) = 1155
8015       chetat (609) = 534
8016       chtn2i (609) = 210
8017       chbiet (534) = 609
8018 c
8019 c Aretes coupees :   2  4  6  9
8020       chclas (298) = ' 4-14'
8021 c Code des aretes coupees : 0, 1, 0, 1, 0, 1, 0, 0, 1, 0, 0, 0
8022       charde (298)(1:12) = '  2  4  6  9'
8023       chnp1 (298) = 1
8024       chnar (298) = 14
8025       chnpy (298) = 6
8026       chnte (298) = 12
8027       chnhe (298) = 0
8028       chperm (298) = 1
8029       chbirf (298) = 1155
8030       chetat (298) = 535
8031       chtn2i (298) = 210
8032       chbiet (535) = 298
8033 c
8034 c Aretes coupees :   2  5  8 12
8035       chclas (2194) = ' 4-14'
8036 c Code des aretes coupees : 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 0, 1
8037       charde (2194)(1:12) = '  2  5  8 12'
8038       chnp1 (2194) = 1
8039       chnar (2194) = 14
8040       chnpy (2194) = 6
8041       chnte (2194) = 12
8042       chnhe (2194) = 0
8043       chperm (2194) = 120
8044       chbirf (2194) = 1155
8045       chetat (2194) = 536
8046       chtn2i (2194) = 210
8047       chbiet (536) = 2194
8048 c
8049 c Aretes coupees :   2  7  9 11
8050       chclas (1346) = ' 4-14'
8051 c Code des aretes coupees : 0, 1, 0, 0, 0, 0, 1, 0, 1, 0, 1, 0
8052       charde (1346)(1:12) = '  2  7  9 11'
8053       chnp1 (1346) = 1
8054       chnar (1346) = 14
8055       chnpy (1346) = 6
8056       chnte (1346) = 12
8057       chnhe (1346) = 0
8058       chperm (1346) = 20
8059       chbirf (1346) = 1155
8060       chetat (1346) = 537
8061       chtn2i (1346) = 210
8062       chbiet (537) = 1346
8063 c
8064 c Aretes coupees :   3  4  5 10
8065       chclas (540) = ' 4-14'
8066 c Code des aretes coupees : 0, 0, 1, 1, 1, 0, 0, 0, 0, 1, 0, 0
8067       charde (540)(1:12) = '  3  4  5 10'
8068       chnp1 (540) = 1
8069       chnar (540) = 14
8070       chnpy (540) = 6
8071       chnte (540) = 12
8072       chnhe (540) = 0
8073       chperm (540) = 220
8074       chbirf (540) = 1155
8075       chetat (540) = 538
8076       chtn2i (540) = 210
8077       chbiet (538) = 540
8078 c
8079 c Aretes coupees :   3  5  8  9
8080       chclas (404) = ' 4-14'
8081 c Code des aretes coupees : 0, 0, 1, 0, 1, 0, 0, 1, 1, 0, 0, 0
8082       charde (404)(1:12) = '  3  5  8  9'
8083       chnp1 (404) = 1
8084       chnar (404) = 14
8085       chnpy (404) = 6
8086       chnte (404) = 12
8087       chnhe (404) = 0
8088       chperm (404) = 100
8089       chbirf (404) = 1155
8090       chetat (404) = 539
8091       chtn2i (404) = 210
8092       chbiet (539) = 404
8093 c
8094 c Aretes coupees :   3  6 10 12
8095       chclas (2596) = ' 4-14'
8096 c Code des aretes coupees : 0, 0, 1, 0, 0, 1, 0, 0, 0, 1, 0, 1
8097       charde (2596)(1:12) = '  3  6 10 12'
8098       chnp1 (2596) = 1
8099       chnar (2596) = 14
8100       chnpy (2596) = 6
8101       chnte (2596) = 12
8102       chnhe (2596) = 0
8103       chperm (2596) = 200
8104       chbirf (2596) = 1155
8105       chetat (2596) = 540
8106       chtn2i (2596) = 210
8107       chbiet (540) = 2596
8108 c
8109 c Aretes coupees :   4  6  7 11
8110       chclas (1128) = ' 4-14'
8111 c Code des aretes coupees : 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 1, 0
8112       charde (1128)(1:12) = '  4  6  7 11'
8113       chnp1 (1128) = 1
8114       chnar (1128) = 14
8115       chnpy (1128) = 6
8116       chnte (1128) = 12
8117       chnhe (1128) = 0
8118       chperm (1128) = 300
8119       chbirf (1128) = 1155
8120       chetat (1128) = 541
8121       chtn2i (1128) = 210
8122       chbiet (541) = 1128
8123 c
8124 c Aretes coupees :   4  8  9 10
8125       chclas (904) = ' 4-14'
8126 c Code des aretes coupees : 0, 0, 0, 1, 0, 0, 0, 1, 1, 1, 0, 0
8127       charde (904)(1:12) = '  4  8  9 10'
8128       chnp1 (904) = 1
8129       chnar (904) = 14
8130       chnpy (904) = 6
8131       chnte (904) = 12
8132       chnhe (904) = 0
8133       chperm (904) = 201
8134       chbirf (904) = 1155
8135       chetat (904) = 542
8136       chtn2i (904) = 210
8137       chbiet (542) = 904
8138 c
8139 c ===========================================
8140 c Classe d'equivalence  4-15
8141 c
8142 c Aretes coupees :   1  2  8 12
8143       chclas (2179) = ' 4-15'
8144 c Code des aretes coupees : 1, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1
8145       charde (2179)(1:12) = '  1  2  8 12'
8146       chnp1 (2179) = 1
8147       chnar (2179) = 14
8148       chnpy (2179) = 6
8149       chnte (2179) = 12
8150       chnhe (2179) = 0
8151       chperm (2179) = 0
8152       chbirf (2179) = 2179
8153       chetat (2179) = 543
8154       chtn2i (2179) = 210
8155       chbiet (543) = 2179
8156 c
8157 c Aretes coupees :   1  3  7 10
8158       chclas (581) = ' 4-15'
8159 c Code des aretes coupees : 1, 0, 1, 0, 0, 0, 1, 0, 0, 1, 0, 0
8160       charde (581)(1:12) = '  1  3  7 10'
8161       chnp1 (581) = 1
8162       chnar (581) = 14
8163       chnpy (581) = 6
8164       chnte (581) = 12
8165       chnhe (581) = 0
8166       chperm (581) = 130
8167       chbirf (581) = 2179
8168       chetat (581) = 544
8169       chtn2i (581) = 210
8170       chbiet (544) = 581
8171 c
8172 c Aretes coupees :   1  5  8 11
8173       chclas (1169) = ' 4-15'
8174 c Code des aretes coupees : 1, 0, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0
8175       charde (1169)(1:12) = '  1  5  8 11'
8176       chnp1 (1169) = 1
8177       chnar (1169) = 14
8178       chnpy (1169) = 6
8179       chnte (1169) = 12
8180       chnhe (1169) = 0
8181       chperm (1169) = 210
8182       chbirf (1169) = 2179
8183       chetat (1169) = 545
8184       chtn2i (1169) = 210
8185       chbiet (545) = 1169
8186 c
8187 c Aretes coupees :   1  6 10 12
8188       chclas (2593) = ' 4-15'
8189 c Code des aretes coupees : 1, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1
8190       charde (2593)(1:12) = '  1  6 10 12'
8191       chnp1 (2593) = 1
8192       chnar (2593) = 14
8193       chnpy (2593) = 6
8194       chnte (2593) = 12
8195       chnhe (2593) = 0
8196       chperm (2593) = 200
8197       chbirf (2593) = 2179
8198       chetat (2593) = 546
8199       chtn2i (2593) = 210
8200       chbiet (546) = 2593
8201 c
8202 c Aretes coupees :   2  4  6 11
8203       chclas (1066) = ' 4-15'
8204 c Code des aretes coupees : 0, 1, 0, 1, 0, 1, 0, 0, 0, 0, 1, 0
8205       charde (1066)(1:12) = '  2  4  6 11'
8206       chnp1 (1066) = 1
8207       chnar (1066) = 14
8208       chnpy (1066) = 6
8209       chnte (1066) = 12
8210       chnhe (1066) = 0
8211       chperm (1066) = 110
8212       chbirf (1066) = 2179
8213       chetat (1066) = 547
8214       chtn2i (1066) = 210
8215       chbiet (547) = 1066
8216 c
8217 c Aretes coupees :   2  5 11 12
8218       chclas (3090) = ' 4-15'
8219 c Code des aretes coupees : 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 1, 1
8220       charde (3090)(1:12) = '  2  5 11 12'
8221       chnp1 (3090) = 1
8222       chnar (3090) = 14
8223       chnpy (3090) = 6
8224       chnte (3090) = 12
8225       chnhe (3090) = 0
8226       chperm (3090) = 330
8227       chbirf (3090) = 2179
8228       chetat (3090) = 548
8229       chtn2i (3090) = 210
8230       chbiet (548) = 3090
8231 c
8232 c Aretes coupees :   2  6  7  9
8233       chclas (354) = ' 4-15'
8234 c Code des aretes coupees : 0, 1, 0, 0, 0, 1, 1, 0, 1, 0, 0, 0
8235       charde (354)(1:12) = '  2  6  7  9'
8236       chnp1 (354) = 1
8237       chnar (354) = 14
8238       chnpy (354) = 6
8239       chnte (354) = 12
8240       chnhe (354) = 0
8241       chperm (354) = 230
8242       chbirf (354) = 2179
8243       chetat (354) = 549
8244       chtn2i (354) = 210
8245       chbiet (549) = 354
8246 c
8247 c Aretes coupees :   3  4  5  9
8248       chclas (284) = ' 4-15'
8249 c Code des aretes coupees : 0, 0, 1, 1, 1, 0, 0, 0, 1, 0, 0, 0
8250       charde (284)(1:12) = '  3  4  5  9'
8251       chnp1 (284) = 1
8252       chnar (284) = 14
8253       chnpy (284) = 6
8254       chnte (284) = 12
8255       chnhe (284) = 0
8256       chperm (284) = 100
8257       chbirf (284) = 2179
8258       chetat (284) = 550
8259       chtn2i (284) = 210
8260       chbiet (550) = 284
8261 c
8262 c Aretes coupees :   3  6  7 12
8263       chclas (2148) = ' 4-15'
8264 c Code des aretes coupees : 0, 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1
8265       charde (2148)(1:12) = '  3  6  7 12'
8266       chnp1 (2148) = 1
8267       chnar (2148) = 14
8268       chnpy (2148) = 6
8269       chnte (2148) = 12
8270       chnhe (2148) = 0
8271       chperm (2148) = 10
8272       chbirf (2148) = 2179
8273       chetat (2148) = 551
8274       chtn2i (2148) = 210
8275       chbiet (551) = 2148
8276 c
8277 c Aretes coupees :   3  8  9 10
8278       chclas (900) = ' 4-15'
8279 c Code des aretes coupees : 0, 0, 1, 0, 0, 0, 0, 1, 1, 1, 0, 0
8280       charde (900)(1:12) = '  3  8  9 10'
8281       chnp1 (900) = 1
8282       chnar (900) = 14
8283       chnpy (900) = 6
8284       chnte (900) = 12
8285       chnhe (900) = 0
8286       chperm (900) = 310
8287       chbirf (900) = 2179
8288       chetat (900) = 552
8289       chtn2i (900) = 210
8290       chbiet (552) = 900
8291 c
8292 c Aretes coupees :   4  5  8 10
8293       chclas (664) = ' 4-15'
8294 c Code des aretes coupees : 0, 0, 0, 1, 1, 0, 0, 1, 0, 1, 0, 0
8295       charde (664)(1:12) = '  4  5  8 10'
8296       chnp1 (664) = 1
8297       chnar (664) = 14
8298       chnpy (664) = 6
8299       chnte (664) = 12
8300       chnhe (664) = 0
8301       chperm (664) = 30
8302       chbirf (664) = 2179
8303       chetat (664) = 553
8304       chtn2i (664) = 210
8305       chbiet (553) = 664
8306 c
8307 c Aretes coupees :   4  7  9 11
8308       chclas (1352) = ' 4-15'
8309 c Code des aretes coupees : 0, 0, 0, 1, 0, 0, 1, 0, 1, 0, 1, 0
8310       charde (1352)(1:12) = '  4  7  9 11'
8311       chnp1 (1352) = 1
8312       chnar (1352) = 14
8313       chnpy (1352) = 6
8314       chnte (1352) = 12
8315       chnhe (1352) = 0
8316       chperm (1352) = 300
8317       chbirf (1352) = 2179
8318       chetat (1352) = 554
8319       chtn2i (1352) = 210
8320       chbiet (554) = 1352
8321 c
8322 c ===========================================
8323 c Classe d'equivalence  4-16
8324 c
8325 c Aretes coupees :   1  2  5  8
8326       chclas (147) = ' 4-16'
8327 c Code des aretes coupees : 1, 1, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0
8328       charde (147)(1:12) = '  1  2  5  8'
8329       chnp1 (147) = 1
8330       chnar (147) = 15
8331       chnpy (147) = 10
8332       chnte (147) = 6
8333       chnhe (147) = 0
8334       chperm (147) = 0
8335       chbirf (147) = 147
8336       chetat (147) = 555
8337       chtn2i (147) = 210
8338       chbiet (555) = 147
8339 c
8340 c Aretes coupees :   1  2  5 11
8341       chclas (1043) = ' 4-16'
8342 c Code des aretes coupees : 1, 1, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0
8343       charde (1043)(1:12) = '  1  2  5 11'
8344       chnp1 (1043) = 1
8345       chnar (1043) = 15
8346       chnpy (1043) = 10
8347       chnte (1043) = 6
8348       chnhe (1043) = 0
8349       chperm (1043) = 101
8350       chbirf (1043) = 147
8351       chetat (1043) = 556
8352       chtn2i (1043) = 210
8353       chbiet (556) = 1043
8354 c
8355 c Aretes coupees :   1  2  5 12
8356       chclas (2067) = ' 4-16'
8357 c Code des aretes coupees : 1, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1
8358       charde (2067)(1:12) = '  1  2  5 12'
8359       chnp1 (2067) = 1
8360       chnar (2067) = 15
8361       chnpy (2067) = 10
8362       chnte (2067) = 6
8363       chnhe (2067) = 0
8364       chperm (2067) = 330
8365       chbirf (2067) = 147
8366       chetat (2067) = 557
8367       chtn2i (2067) = 210
8368       chbiet (557) = 2067
8369 c
8370 c Aretes coupees :   1  3  6  7
8371       chclas (101) = ' 4-16'
8372 c Code des aretes coupees : 1, 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 0
8373       charde (101)(1:12) = '  1  3  6  7'
8374       chnp1 (101) = 1
8375       chnar (101) = 15
8376       chnpy (101) = 10
8377       chnte (101) = 6
8378       chnhe (101) = 0
8379       chperm (101) = 221
8380       chbirf (101) = 147
8381       chetat (101) = 558
8382       chtn2i (101) = 210
8383       chbiet (558) = 101
8384 c
8385 c Aretes coupees :   1  3  6 10
8386       chclas (549) = ' 4-16'
8387 c Code des aretes coupees : 1, 0, 1, 0, 0, 1, 0, 0, 0, 1, 0, 0
8388       charde (549)(1:12) = '  1  3  6 10'
8389       chnp1 (549) = 1
8390       chnar (549) = 15
8391       chnpy (549) = 10
8392       chnte (549) = 6
8393       chnhe (549) = 0
8394       chperm (549) = 320
8395       chbirf (549) = 147
8396       chetat (549) = 559
8397       chtn2i (549) = 210
8398       chbiet (559) = 549
8399 c
8400 c Aretes coupees :   1  3  6 12
8401       chclas (2085) = ' 4-16'
8402 c Code des aretes coupees : 1, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 1
8403       charde (2085)(1:12) = '  1  3  6 12'
8404       chnp1 (2085) = 1
8405       chnar (2085) = 15
8406       chnpy (2085) = 10
8407       chnte (2085) = 6
8408       chnhe (2085) = 0
8409       chperm (2085) = 10
8410       chbirf (2085) = 147
8411       chetat (2085) = 560
8412       chtn2i (2085) = 210
8413       chbiet (560) = 2085
8414 c
8415 c Aretes coupees :   1  7 10 12
8416       chclas (2625) = ' 4-16'
8417 c Code des aretes coupees : 1, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 1
8418       charde (2625)(1:12) = '  1  7 10 12'
8419       chnp1 (2625) = 1
8420       chnar (2625) = 15
8421       chnpy (2625) = 10
8422       chnte (2625) = 6
8423       chnhe (2625) = 0
8424       chperm (2625) = 130
8425       chbirf (2625) = 147
8426       chetat (2625) = 561
8427       chtn2i (2625) = 210
8428       chbiet (561) = 2625
8429 c
8430 c Aretes coupees :   1  8 11 12
8431       chclas (3201) = ' 4-16'
8432 c Code des aretes coupees : 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 1
8433       charde (3201)(1:12) = '  1  8 11 12'
8434       chnp1 (3201) = 1
8435       chnar (3201) = 15
8436       chnpy (3201) = 10
8437       chnte (3201) = 6
8438       chnhe (3201) = 0
8439       chperm (3201) = 210
8440       chbirf (3201) = 147
8441       chetat (3201) = 562
8442       chtn2i (3201) = 210
8443       chbiet (562) = 3201
8444 c
8445 c Aretes coupees :   2  4  6  7
8446       chclas (106) = ' 4-16'
8447 c Code des aretes coupees : 0, 1, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0
8448       charde (106)(1:12) = '  2  4  6  7'
8449       chnp1 (106) = 1
8450       chnar (106) = 15
8451       chnpy (106) = 10
8452       chnte (106) = 6
8453       chnhe (106) = 0
8454       chperm (106) = 1
8455       chbirf (106) = 147
8456       chetat (106) = 563
8457       chtn2i (106) = 210
8458       chbiet (563) = 106
8459 c
8460 c Aretes coupees :   2  4  7  9
8461       chclas (330) = ' 4-16'
8462 c Code des aretes coupees : 0, 1, 0, 1, 0, 0, 1, 0, 1, 0, 0, 0
8463       charde (330)(1:12) = '  2  4  7  9'
8464       chnp1 (330) = 1
8465       chnar (330) = 15
8466       chnpy (330) = 10
8467       chnte (330) = 6
8468       chnhe (330) = 0
8469       chperm (330) = 230
8470       chbirf (330) = 147
8471       chetat (330) = 564
8472       chtn2i (330) = 210
8473       chbiet (564) = 330
8474 c
8475 c Aretes coupees :   2  4  7 11
8476       chclas (1098) = ' 4-16'
8477 c Code des aretes coupees : 0, 1, 0, 1, 0, 0, 1, 0, 0, 0, 1, 0
8478       charde (1098)(1:12) = '  2  4  7 11'
8479       chnp1 (1098) = 1
8480       chnar (1098) = 15
8481       chnpy (1098) = 10
8482       chnte (1098) = 6
8483       chnhe (1098) = 0
8484       chperm (1098) = 300
8485       chbirf (1098) = 147
8486       chetat (1098) = 565
8487       chtn2i (1098) = 210
8488       chbiet (565) = 1098
8489 c
8490 c Aretes coupees :   2  6  9 11
8491       chclas (1314) = ' 4-16'
8492 c Code des aretes coupees : 0, 1, 0, 0, 0, 1, 0, 0, 1, 0, 1, 0
8493       charde (1314)(1:12) = '  2  6  9 11'
8494       chnp1 (1314) = 1
8495       chnar (1314) = 15
8496       chnpy (1314) = 10
8497       chnte (1314) = 6
8498       chnhe (1314) = 0
8499       chperm (1314) = 321
8500       chbirf (1314) = 147
8501       chetat (1314) = 566
8502       chtn2i (1314) = 210
8503       chbiet (566) = 1314
8504 c
8505 c Aretes coupees :   2  8 11 12
8506       chclas (3202) = ' 4-16'
8507 c Code des aretes coupees : 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 1, 1
8508       charde (3202)(1:12) = '  2  8 11 12'
8509       chnp1 (3202) = 1
8510       chnar (3202) = 15
8511       chnpy (3202) = 10
8512       chnte (3202) = 6
8513       chnhe (3202) = 0
8514       chperm (3202) = 120
8515       chbirf (3202) = 147
8516       chetat (3202) = 567
8517       chtn2i (3202) = 210
8518       chbiet (567) = 3202
8519 c
8520 c Aretes coupees :   3  4  5  8
8521       chclas (156) = ' 4-16'
8522 c Code des aretes coupees : 0, 0, 1, 1, 1, 0, 0, 1, 0, 0, 0, 0
8523       charde (156)(1:12) = '  3  4  5  8'
8524       chnp1 (156) = 1
8525       chnar (156) = 15
8526       chnpy (156) = 10
8527       chnte (156) = 6
8528       chnhe (156) = 0
8529       chperm (156) = 220
8530       chbirf (156) = 147
8531       chetat (156) = 568
8532       chtn2i (156) = 210
8533       chbiet (568) = 156
8534 c
8535 c Aretes coupees :   3  4  8  9
8536       chclas (396) = ' 4-16'
8537 c Code des aretes coupees : 0, 0, 1, 1, 0, 0, 0, 1, 1, 0, 0, 0
8538       charde (396)(1:12) = '  3  4  8  9'
8539       chnp1 (396) = 1
8540       chnar (396) = 15
8541       chnpy (396) = 10
8542       chnte (396) = 6
8543       chnhe (396) = 0
8544       chperm (396) = 310
8545       chbirf (396) = 147
8546       chetat (396) = 569
8547       chtn2i (396) = 210
8548       chbiet (569) = 396
8549 c
8550 c Aretes coupees :   3  4  8 10
8551       chclas (652) = ' 4-16'
8552 c Code des aretes coupees : 0, 0, 1, 1, 0, 0, 0, 1, 0, 1, 0, 0
8553       charde (652)(1:12) = '  3  4  8 10'
8554       chnp1 (652) = 1
8555       chnar (652) = 15
8556       chnpy (652) = 10
8557       chnte (652) = 6
8558       chnhe (652) = 0
8559       chperm (652) = 121
8560       chbirf (652) = 147
8561       chetat (652) = 570
8562       chtn2i (652) = 210
8563       chbiet (570) = 652
8564 c
8565 c Aretes coupees :   3  5  9 10
8566       chclas (788) = ' 4-16'
8567 c Code des aretes coupees : 0, 0, 1, 0, 1, 0, 0, 0, 1, 1, 0, 0
8568       charde (788)(1:12) = '  3  5  9 10'
8569       chnp1 (788) = 1
8570       chnar (788) = 15
8571       chnpy (788) = 10
8572       chnte (788) = 6
8573       chnhe (788) = 0
8574       chperm (788) = 100
8575       chbirf (788) = 147
8576       chetat (788) = 571
8577       chtn2i (788) = 210
8578       chbiet (571) = 788
8579 c
8580 c Aretes coupees :   3  7 10 12
8581       chclas (2628) = ' 4-16'
8582 c Code des aretes coupees : 0, 0, 1, 0, 0, 0, 1, 0, 0, 1, 0, 1
8583       charde (2628)(1:12) = '  3  7 10 12'
8584       chnp1 (2628) = 1
8585       chnar (2628) = 15
8586       chnpy (2628) = 10
8587       chnte (2628) = 6
8588       chnhe (2628) = 0
8589       chperm (2628) = 301
8590       chbirf (2628) = 147
8591       chetat (2628) = 572
8592       chtn2i (2628) = 210
8593       chbiet (572) = 2628
8594 c
8595 c Aretes coupees :   4  5  9 10
8596       chclas (792) = ' 4-16'
8597 c Code des aretes coupees : 0, 0, 0, 1, 1, 0, 0, 0, 1, 1, 0, 0
8598       charde (792)(1:12) = '  4  5  9 10'
8599       chnp1 (792) = 1
8600       chnar (792) = 15
8601       chnpy (792) = 10
8602       chnte (792) = 6
8603       chnhe (792) = 0
8604       chperm (792) = 30
8605       chbirf (792) = 147
8606       chetat (792) = 573
8607       chtn2i (792) = 210
8608       chbiet (573) = 792
8609 c
8610 c Aretes coupees :   4  6  9 11
8611       chclas (1320) = ' 4-16'
8612 c Code des aretes coupees : 0, 0, 0, 1, 0, 1, 0, 0, 1, 0, 1, 0
8613       charde (1320)(1:12) = '  4  6  9 11'
8614       chnp1 (1320) = 1
8615       chnar (1320) = 15
8616       chnpy (1320) = 10
8617       chnte (1320) = 6
8618       chnhe (1320) = 0
8619       chperm (1320) = 110
8620       chbirf (1320) = 147
8621       chetat (1320) = 574
8622       chtn2i (1320) = 210
8623       chbiet (574) = 1320
8624 c
8625 c Aretes coupees :   5  8  9 10
8626       chclas (912) = ' 4-16'
8627 c Code des aretes coupees : 0, 0, 0, 0, 1, 0, 0, 1, 1, 1, 0, 0
8628       charde (912)(1:12) = '  5  8  9 10'
8629       chnp1 (912) = 1
8630       chnar (912) = 15
8631       chnpy (912) = 10
8632       chnte (912) = 6
8633       chnhe (912) = 0
8634       chperm (912) = 201
8635       chbirf (912) = 147
8636       chetat (912) = 575
8637       chtn2i (912) = 210
8638       chbiet (575) = 912
8639 c
8640 c Aretes coupees :   5  8 11 12
8641       chclas (3216) = ' 4-16'
8642 c Code des aretes coupees : 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 1, 1
8643       charde (3216)(1:12) = '  5  8 11 12'
8644       chnp1 (3216) = 1
8645       chnar (3216) = 15
8646       chnpy (3216) = 10
8647       chnte (3216) = 6
8648       chnhe (3216) = 0
8649       chperm (3216) = 21
8650       chbirf (3216) = 147
8651       chetat (3216) = 576
8652       chtn2i (3216) = 210
8653       chbiet (576) = 3216
8654 c
8655 c Aretes coupees :   6  7  9 11
8656       chclas (1376) = ' 4-16'
8657 c Code des aretes coupees : 0, 0, 0, 0, 0, 1, 1, 0, 1, 0, 1, 0
8658       charde (1376)(1:12) = '  6  7  9 11'
8659       chnp1 (1376) = 1
8660       chnar (1376) = 15
8661       chnpy (1376) = 10
8662       chnte (1376) = 6
8663       chnhe (1376) = 0
8664       chperm (1376) = 20
8665       chbirf (1376) = 147
8666       chetat (1376) = 577
8667       chtn2i (1376) = 210
8668       chbiet (577) = 1376
8669 c
8670 c Aretes coupees :   6  7 10 12
8671       chclas (2656) = ' 4-16'
8672 c Code des aretes coupees : 0, 0, 0, 0, 0, 1, 1, 0, 0, 1, 0, 1
8673       charde (2656)(1:12) = '  6  7 10 12'
8674       chnp1 (2656) = 1
8675       chnar (2656) = 15
8676       chnpy (2656) = 10
8677       chnte (2656) = 6
8678       chnhe (2656) = 0
8679       chperm (2656) = 200
8680       chbirf (2656) = 147
8681       chetat (2656) = 578
8682       chtn2i (2656) = 210
8683       chbiet (578) = 2656
8684 c
8685 c ===========================================
8686 c Classe d'equivalence  4-17
8687 c
8688 c Aretes coupees :   1  4 10 11
8689       chclas (1545) = ' 4-17'
8690 c Code des aretes coupees : 1, 0, 0, 1, 0, 0, 0, 0, 0, 1, 1, 0
8691       charde (1545)(1:12) = '  1  4 10 11'
8692       chnp1 (1545) = 1
8693       chnar (1545) = 12
8694       chnpy (1545) = 4
8695       chnte (1545) = 12
8696       chnhe (1545) = 0
8697       chperm (1545) = 0
8698       chbirf (1545) = 1545
8699       chetat (1545) = 579
8700       chtn2i (1545) = 70
8701       chbiet (579) = 1545
8702 c
8703 c Aretes coupees :   1  7  8  9
8704       chclas (449) = ' 4-17'
8705 c Code des aretes coupees : 1, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 0
8706       charde (449)(1:12) = '  1  7  8  9'
8707       chnp1 (449) = 1
8708       chnar (449) = 12
8709       chnpy (449) = 4
8710       chnte (449) = 12
8711       chnhe (449) = 0
8712       chperm (449) = 100
8713       chbirf (449) = 1545
8714       chetat (449) = 580
8715       chtn2i (449) = 70
8716       chbiet (580) = 449
8717 c
8718 c Aretes coupees :   2  3  9 12
8719       chclas (2310) = ' 4-17'
8720 c Code des aretes coupees : 0, 1, 1, 0, 0, 0, 0, 0, 1, 0, 0, 1
8721       charde (2310)(1:12) = '  2  3  9 12'
8722       chnp1 (2310) = 1
8723       chnar (2310) = 12
8724       chnpy (2310) = 4
8725       chnte (2310) = 12
8726       chnhe (2310) = 0
8727       chperm (2310) = 200
8728       chbirf (2310) = 1545
8729       chetat (2310) = 581
8730       chtn2i (2310) = 70
8731       chbiet (581) = 2310
8732 c
8733 c Aretes coupees :   2  6  8 10
8734       chclas (674) = ' 4-17'
8735 c Code des aretes coupees : 0, 1, 0, 0, 0, 1, 0, 1, 0, 1, 0, 0
8736       charde (674)(1:12) = '  2  6  8 10'
8737       chnp1 (674) = 1
8738       chnar (674) = 12
8739       chnpy (674) = 4
8740       chnte (674) = 12
8741       chnhe (674) = 0
8742       chperm (674) = 10
8743       chbirf (674) = 1545
8744       chetat (674) = 582
8745       chtn2i (674) = 70
8746       chbiet (582) = 674
8747 c
8748 c Aretes coupees :   3  5  7 11
8749       chclas (1108) = ' 4-17'
8750 c Code des aretes coupees : 0, 0, 1, 0, 1, 0, 1, 0, 0, 0, 1, 0
8751       charde (1108)(1:12) = '  3  5  7 11'
8752       chnp1 (1108) = 1
8753       chnar (1108) = 12
8754       chnpy (1108) = 4
8755       chnte (1108) = 12
8756       chnhe (1108) = 0
8757       chperm (1108) = 110
8758       chbirf (1108) = 1545
8759       chetat (1108) = 583
8760       chtn2i (1108) = 70
8761       chbiet (583) = 1108
8762 c
8763 c Aretes coupees :   4  5  6 12
8764       chclas (2104) = ' 4-17'
8765 c Code des aretes coupees : 0, 0, 0, 1, 1, 1, 0, 0, 0, 0, 0, 1
8766       charde (2104)(1:12) = '  4  5  6 12'
8767       chnp1 (2104) = 1
8768       chnar (2104) = 12
8769       chnpy (2104) = 4
8770       chnte (2104) = 12
8771       chnhe (2104) = 0
8772       chperm (2104) = 300
8773       chbirf (2104) = 1545
8774       chetat (2104) = 584
8775       chtn2i (2104) = 70
8776       chbiet (584) = 2104
8777 c
8778 c ===========================================
8779 c Classe d'equivalence  4-18
8780 c
8781 c Aretes coupees :   1  4  9 12
8782       chclas (2313) = ' 4-18'
8783 c Code des aretes coupees : 1, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1
8784       charde (2313)(1:12) = '  1  4  9 12'
8785       chnp1 (2313) = 0
8786       chnar (2313) = 0
8787       chnpy (2313) = 0
8788       chnte (2313) = 0
8789       chnhe (2313) = 2
8790       chperm (2313) = 0
8791       chbirf (2313) = 2313
8792       chetat (2313) = 585
8793       chtn2i (2313) = 1
8794       chbiet (585) = 2313
8795 c
8796 c Aretes coupees :   2  3 10 11
8797       chclas (1542) = ' 4-18'
8798 c Code des aretes coupees : 0, 1, 1, 0, 0, 0, 0, 0, 0, 1, 1, 0
8799       charde (1542)(1:12) = '  2  3 10 11'
8800       chnp1 (1542) = 0
8801       chnar (1542) = 0
8802       chnpy (1542) = 0
8803       chnte (1542) = 0
8804       chnhe (1542) = 2
8805       chperm (1542) = 110
8806       chbirf (1542) = 2313
8807       chetat (1542) = 586
8808       chtn2i (1542) = 1
8809       chbiet (586) = 1542
8810 c
8811 c Aretes coupees :   5  6  7  8
8812       chclas (240) = ' 4-18'
8813 c Code des aretes coupees : 0, 0, 0, 0, 1, 1, 1, 1, 0, 0, 0, 0
8814       charde (240)(1:12) = '  5  6  7  8'
8815       chnp1 (240) = 0
8816       chnar (240) = 0
8817       chnpy (240) = 0
8818       chnte (240) = 0
8819       chnhe (240) = 2
8820       chperm (240) = 10
8821       chbirf (240) = 2313
8822       chetat (240) = 587
8823       chtn2i (240) = 1
8824       chbiet (587) = 240
8825 c
8826 c ===========================================
8827 c Classe d'equivalence  5-00
8828 c
8829 c Aretes coupees :   1  2  6  8 12
8830       chclas (2211) = ' 5-00'
8831 c Code des aretes coupees : 1, 1, 0, 0, 0, 1, 0, 1, 0, 0, 0, 1
8832       charde (2211)(1:15) = '  1  2  6  8 12'
8833       chnp1 (2211) = 1
8834       chnar (2211) = 16
8835       chnpy (2211) = 11
8836       chnte (2211) = 6
8837       chnhe (2211) = 0
8838       chperm (2211) = 0
8839       chbirf (2211) = 2211
8840       chetat (2211) = 588
8841       chtn2i (2211) = 210
8842       chbiet (588) = 2211
8843 c
8844 c Aretes coupees :   1  2  6 10 12
8845       chclas (2595) = ' 5-00'
8846 c Code des aretes coupees : 1, 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1
8847       charde (2595)(1:15) = '  1  2  6 10 12'
8848       chnp1 (2595) = 1
8849       chnar (2595) = 16
8850       chnpy (2595) = 11
8851       chnte (2595) = 6
8852       chnhe (2595) = 0
8853       chperm (2595) = 320
8854       chbirf (2595) = 2211
8855       chetat (2595) = 589
8856       chtn2i (2595) = 210
8857       chbiet (589) = 2595
8858 c
8859 c Aretes coupees :   1  2  8 10 12
8860       chclas (2691) = ' 5-00'
8861 c Code des aretes coupees : 1, 1, 0, 0, 0, 0, 0, 1, 0, 1, 0, 1
8862       charde (2691)(1:15) = '  1  2  8 10 12'
8863       chnp1 (2691) = 1
8864       chnar (2691) = 16
8865       chnpy (2691) = 11
8866       chnte (2691) = 6
8867       chnhe (2691) = 0
8868       chperm (2691) = 120
8869       chbirf (2691) = 2211
8870       chetat (2691) = 590
8871       chtn2i (2691) = 210
8872       chbiet (590) = 2691
8873 c
8874 c Aretes coupees :   1  3  7  8 10
8875       chclas (709) = ' 5-00'
8876 c Code des aretes coupees : 1, 0, 1, 0, 0, 0, 1, 1, 0, 1, 0, 0
8877       charde (709)(1:15) = '  1  3  7  8 10'
8878       chnp1 (709) = 1
8879       chnar (709) = 16
8880       chnpy (709) = 11
8881       chnte (709) = 6
8882       chnhe (709) = 0
8883       chperm (709) = 221
8884       chbirf (709) = 2211
8885       chetat (709) = 591
8886       chtn2i (709) = 210
8887       chbiet (591) = 709
8888 c
8889 c Aretes coupees :   1  3  7  9 10
8890       chclas (837) = ' 5-00'
8891 c Code des aretes coupees : 1, 0, 1, 0, 0, 0, 1, 0, 1, 1, 0, 0
8892       charde (837)(1:15) = '  1  3  7  9 10'
8893       chnp1 (837) = 1
8894       chnar (837) = 16
8895       chnpy (837) = 11
8896       chnte (837) = 6
8897       chnhe (837) = 0
8898       chperm (837) = 130
8899       chbirf (837) = 2211
8900       chetat (837) = 592
8901       chtn2i (837) = 210
8902       chbiet (592) = 837
8903 c
8904 c Aretes coupees :   1  3  8  9 10
8905       chclas (901) = ' 5-00'
8906 c Code des aretes coupees : 1, 0, 1, 0, 0, 0, 0, 1, 1, 1, 0, 0
8907       charde (901)(1:15) = '  1  3  8  9 10'
8908       chnp1 (901) = 1
8909       chnar (901) = 16
8910       chnpy (901) = 11
8911       chnte (901) = 6
8912       chnhe (901) = 0
8913       chperm (901) = 310
8914       chbirf (901) = 2211
8915       chetat (901) = 593
8916       chtn2i (901) = 210
8917       chbiet (593) = 901
8918 c
8919 c Aretes coupees :   1  4  5  8 10
8920       chclas (665) = ' 5-00'
8921 c Code des aretes coupees : 1, 0, 0, 1, 1, 0, 0, 1, 0, 1, 0, 0
8922       charde (665)(1:15) = '  1  4  5  8 10'
8923       chnp1 (665) = 1
8924       chnar (665) = 16
8925       chnpy (665) = 11
8926       chnte (665) = 6
8927       chnhe (665) = 0
8928       chperm (665) = 30
8929       chbirf (665) = 2211
8930       chetat (665) = 594
8931       chtn2i (665) = 210
8932       chbiet (594) = 665
8933 c
8934 c Aretes coupees :   1  4  5  8 11
8935       chclas (1177) = ' 5-00'
8936 c Code des aretes coupees : 1, 0, 0, 1, 1, 0, 0, 1, 0, 0, 1, 0
8937       charde (1177)(1:15) = '  1  4  5  8 11'
8938       chnp1 (1177) = 1
8939       chnar (1177) = 16
8940       chnpy (1177) = 11
8941       chnte (1177) = 6
8942       chnhe (1177) = 0
8943       chperm (1177) = 210
8944       chbirf (1177) = 2211
8945       chetat (1177) = 595
8946       chtn2i (1177) = 210
8947       chbiet (595) = 1177
8948 c
8949 c Aretes coupees :   1  5  8 10 11
8950       chclas (1681) = ' 5-00'
8951 c Code des aretes coupees : 1, 0, 0, 0, 1, 0, 0, 1, 0, 1, 1, 0
8952       charde (1681)(1:15) = '  1  5  8 10 11'
8953       chnp1 (1681) = 1
8954       chnar (1681) = 16
8955       chnpy (1681) = 11
8956       chnte (1681) = 6
8957       chnhe (1681) = 0
8958       chperm (1681) = 101
8959       chbirf (1681) = 2211
8960       chetat (1681) = 596
8961       chtn2i (1681) = 210
8962       chbiet (596) = 1681
8963 c
8964 c Aretes coupees :   1  6  8 10 12
8965       chclas (2721) = ' 5-00'
8966 c Code des aretes coupees : 1, 0, 0, 0, 0, 1, 0, 1, 0, 1, 0, 1
8967       charde (2721)(1:15) = '  1  6  8 10 12'
8968       chnp1 (2721) = 1
8969       chnar (2721) = 16
8970       chnpy (2721) = 11
8971       chnte (2721) = 6
8972       chnhe (2721) = 0
8973       chperm (2721) = 200
8974       chbirf (2721) = 2211
8975       chetat (2721) = 597
8976       chtn2i (2721) = 210
8977       chbiet (597) = 2721
8978 c
8979 c Aretes coupees :   2  3  6  7  9
8980       chclas (358) = ' 5-00'
8981 c Code des aretes coupees : 0, 1, 1, 0, 0, 1, 1, 0, 1, 0, 0, 0
8982       charde (358)(1:15) = '  2  3  6  7  9'
8983       chnp1 (358) = 1
8984       chnar (358) = 16
8985       chnpy (358) = 11
8986       chnte (358) = 6
8987       chnhe (358) = 0
8988       chperm (358) = 321
8989       chbirf (358) = 2211
8990       chetat (358) = 598
8991       chtn2i (358) = 210
8992       chbiet (598) = 358
8993 c
8994 c Aretes coupees :   2  3  6  7 12
8995       chclas (2150) = ' 5-00'
8996 c Code des aretes coupees : 0, 1, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1
8997       charde (2150)(1:15) = '  2  3  6  7 12'
8998       chnp1 (2150) = 1
8999       chnar (2150) = 16
9000       chnpy (2150) = 11
9001       chnte (2150) = 6
9002       chnhe (2150) = 0
9003       chperm (2150) = 301
9004       chbirf (2150) = 2211
9005       chetat (2150) = 599
9006       chtn2i (2150) = 210
9007       chbiet (599) = 2150
9008 c
9009 c Aretes coupees :   2  4  5  6 11
9010       chclas (1082) = ' 5-00'
9011 c Code des aretes coupees : 0, 1, 0, 1, 1, 1, 0, 0, 0, 0, 1, 0
9012       charde (1082)(1:15) = '  2  4  5  6 11'
9013       chnp1 (1082) = 1
9014       chnar (1082) = 16
9015       chnpy (1082) = 11
9016       chnte (1082) = 6
9017       chnhe (1082) = 0
9018       chperm (1082) = 1
9019       chbirf (1082) = 2211
9020       chetat (1082) = 600
9021       chtn2i (1082) = 210
9022       chbiet (600) = 1082
9023 c
9024 c Aretes coupees :   2  4  5 11 12
9025       chclas (3098) = ' 5-00'
9026 c Code des aretes coupees : 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 1, 1
9027       charde (3098)(1:15) = '  2  4  5 11 12'
9028       chnp1 (3098) = 1
9029       chnar (3098) = 16
9030       chnpy (3098) = 11
9031       chnte (3098) = 6
9032       chnhe (3098) = 0
9033       chperm (3098) = 330
9034       chbirf (3098) = 2211
9035       chetat (3098) = 601
9036       chtn2i (3098) = 210
9037       chbiet (601) = 3098
9038 c
9039 c Aretes coupees :   2  4  6 11 12
9040       chclas (3114) = ' 5-00'
9041 c Code des aretes coupees : 0, 1, 0, 1, 0, 1, 0, 0, 0, 0, 1, 1
9042       charde (3114)(1:15) = '  2  4  6 11 12'
9043       chnp1 (3114) = 1
9044       chnar (3114) = 16
9045       chnpy (3114) = 11
9046       chnte (3114) = 6
9047       chnhe (3114) = 0
9048       chperm (3114) = 110
9049       chbirf (3114) = 2211
9050       chetat (3114) = 602
9051       chtn2i (3114) = 210
9052       chbiet (602) = 3114
9053 c
9054 c Aretes coupees :   2  5  6 11 12
9055       chclas (3122) = ' 5-00'
9056 c Code des aretes coupees : 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1
9057       charde (3122)(1:15) = '  2  5  6 11 12'
9058       chnp1 (3122) = 1
9059       chnar (3122) = 16
9060       chnpy (3122) = 11
9061       chnte (3122) = 6
9062       chnhe (3122) = 0
9063       chperm (3122) = 21
9064       chbirf (3122) = 2211
9065       chetat (3122) = 603
9066       chtn2i (3122) = 210
9067       chbiet (603) = 3122
9068 c
9069 c Aretes coupees :   2  6  7  9 12
9070       chclas (2402) = ' 5-00'
9071 c Code des aretes coupees : 0, 1, 0, 0, 0, 1, 1, 0, 1, 0, 0, 1
9072       charde (2402)(1:15) = '  2  6  7  9 12'
9073       chnp1 (2402) = 1
9074       chnar (2402) = 16
9075       chnpy (2402) = 11
9076       chnte (2402) = 6
9077       chnhe (2402) = 0
9078       chperm (2402) = 230
9079       chbirf (2402) = 2211
9080       chetat (2402) = 604
9081       chtn2i (2402) = 210
9082       chbiet (604) = 2402
9083 c
9084 c Aretes coupees :   3  4  5  7  9
9085       chclas (348) = ' 5-00'
9086 c Code des aretes coupees : 0, 0, 1, 1, 1, 0, 1, 0, 1, 0, 0, 0
9087       charde (348)(1:15) = '  3  4  5  7  9'
9088       chnp1 (348) = 1
9089       chnar (348) = 16
9090       chnpy (348) = 11
9091       chnte (348) = 6
9092       chnhe (348) = 0
9093       chperm (348) = 220
9094       chbirf (348) = 2211
9095       chetat (348) = 605
9096       chtn2i (348) = 210
9097       chbiet (605) = 348
9098 c
9099 c Aretes coupees :   3  4  5  9 11
9100       chclas (1308) = ' 5-00'
9101 c Code des aretes coupees : 0, 0, 1, 1, 1, 0, 0, 0, 1, 0, 1, 0
9102       charde (1308)(1:15) = '  3  4  5  9 11'
9103       chnp1 (1308) = 1
9104       chnar (1308) = 16
9105       chnpy (1308) = 11
9106       chnte (1308) = 6
9107       chnhe (1308) = 0
9108       chperm (1308) = 100
9109       chbirf (1308) = 2211
9110       chetat (1308) = 606
9111       chtn2i (1308) = 210
9112       chbiet (606) = 1308
9113 c
9114 c Aretes coupees :   3  4  7  9 11
9115       chclas (1356) = ' 5-00'
9116 c Code des aretes coupees : 0, 0, 1, 1, 0, 0, 1, 0, 1, 0, 1, 0
9117       charde (1356)(1:15) = '  3  4  7  9 11'
9118       chnp1 (1356) = 1
9119       chnar (1356) = 16
9120       chnpy (1356) = 11
9121       chnte (1356) = 6
9122       chnhe (1356) = 0
9123       chperm (1356) = 300
9124       chbirf (1356) = 2211
9125       chetat (1356) = 607
9126       chtn2i (1356) = 210
9127       chbiet (607) = 1356
9128 c
9129 c Aretes coupees :   3  6  7  9 12
9130       chclas (2404) = ' 5-00'
9131 c Code des aretes coupees : 0, 0, 1, 0, 0, 1, 1, 0, 1, 0, 0, 1
9132       charde (2404)(1:15) = '  3  6  7  9 12'
9133       chnp1 (2404) = 1
9134       chnar (2404) = 16
9135       chnpy (2404) = 11
9136       chnte (2404) = 6
9137       chnhe (2404) = 0
9138       chperm (2404) = 10
9139       chbirf (2404) = 2211
9140       chetat (2404) = 608
9141       chtn2i (2404) = 210
9142       chbiet (608) = 2404
9143 c
9144 c Aretes coupees :   3  7  8  9 10
9145       chclas (964) = ' 5-00'
9146 c Code des aretes coupees : 0, 0, 1, 0, 0, 0, 1, 1, 1, 1, 0, 0
9147       charde (964)(1:15) = '  3  7  8  9 10'
9148       chnp1 (964) = 1
9149       chnar (964) = 16
9150       chnpy (964) = 11
9151       chnte (964) = 6
9152       chnhe (964) = 0
9153       chperm (964) = 201
9154       chbirf (964) = 2211
9155       chetat (964) = 609
9156       chtn2i (964) = 210
9157       chbiet (609) = 964
9158 c
9159 c Aretes coupees :   4  5  7  9 11
9160       chclas (1368) = ' 5-00'
9161 c Code des aretes coupees : 0, 0, 0, 1, 1, 0, 1, 0, 1, 0, 1, 0
9162       charde (1368)(1:15) = '  4  5  7  9 11'
9163       chnp1 (1368) = 1
9164       chnar (1368) = 16
9165       chnpy (1368) = 11
9166       chnte (1368) = 6
9167       chnhe (1368) = 0
9168       chperm (1368) = 20
9169       chbirf (1368) = 2211
9170       chetat (1368) = 610
9171       chtn2i (1368) = 210
9172       chbiet (610) = 1368
9173 c
9174 c Aretes coupees :   4  5  8 10 11
9175       chclas (1688) = ' 5-00'
9176 c Code des aretes coupees : 0, 0, 0, 1, 1, 0, 0, 1, 0, 1, 1, 0
9177       charde (1688)(1:15) = '  4  5  8 10 11'
9178       chnp1 (1688) = 1
9179       chnar (1688) = 16
9180       chnpy (1688) = 11
9181       chnte (1688) = 6
9182       chnhe (1688) = 0
9183       chperm (1688) = 121
9184       chbirf (1688) = 2211
9185       chetat (1688) = 611
9186       chtn2i (1688) = 210
9187       chbiet (611) = 1688
9188 c
9189 c ===========================================
9190 c Classe d'equivalence  5-01
9191 c
9192 c Aretes coupees :   1  2  7  8 11
9193       chclas (1219) = ' 5-01'
9194 c Code des aretes coupees : 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 1, 0
9195       charde (1219)(1:15) = '  1  2  7  8 11'
9196       chnp1 (1219) = 1
9197       chnar (1219) = 16
9198       chnpy (1219) = 11
9199       chnte (1219) = 6
9200       chnhe (1219) = 0
9201       chperm (1219) = 0
9202       chbirf (1219) = 1219
9203       chetat (1219) = 612
9204       chtn2i (1219) = 210
9205       chbiet (612) = 1219
9206 c
9207 c Aretes coupees :   1  2  7  9 11
9208       chclas (1347) = ' 5-01'
9209 c Code des aretes coupees : 1, 1, 0, 0, 0, 0, 1, 0, 1, 0, 1, 0
9210       charde (1347)(1:15) = '  1  2  7  9 11'
9211       chnp1 (1347) = 1
9212       chnar (1347) = 16
9213       chnpy (1347) = 11
9214       chnte (1347) = 6
9215       chnhe (1347) = 0
9216       chperm (1347) = 230
9217       chbirf (1347) = 1219
9218       chetat (1347) = 613
9219       chtn2i (1347) = 210
9220       chbiet (613) = 1347
9221 c
9222 c Aretes coupees :   1  2  8  9 11
9223       chclas (1411) = ' 5-01'
9224 c Code des aretes coupees : 1, 1, 0, 0, 0, 0, 0, 1, 1, 0, 1, 0
9225       charde (1411)(1:15) = '  1  2  8  9 11'
9226       chnp1 (1411) = 1
9227       chnar (1411) = 16
9228       chnpy (1411) = 11
9229       chnte (1411) = 6
9230       chnhe (1411) = 0
9231       chperm (1411) = 210
9232       chbirf (1411) = 1219
9233       chetat (1411) = 614
9234       chtn2i (1411) = 210
9235       chbiet (614) = 1411
9236 c
9237 c Aretes coupees :   1  3  5  7 12
9238       chclas (2133) = ' 5-01'
9239 c Code des aretes coupees : 1, 0, 1, 0, 1, 0, 1, 0, 0, 0, 0, 1
9240       charde (2133)(1:15) = '  1  3  5  7 12'
9241       chnp1 (2133) = 1
9242       chnar (2133) = 16
9243       chnpy (2133) = 11
9244       chnte (2133) = 6
9245       chnhe (2133) = 0
9246       chperm (2133) = 221
9247       chbirf (2133) = 1219
9248       chetat (2133) = 615
9249       chtn2i (2133) = 210
9250       chbiet (615) = 2133
9251 c
9252 c Aretes coupees :   1  3  5 11 12
9253       chclas (3093) = ' 5-01'
9254 c Code des aretes coupees : 1, 0, 1, 0, 1, 0, 0, 0, 0, 0, 1, 1
9255       charde (3093)(1:15) = '  1  3  5 11 12'
9256       chnp1 (3093) = 1
9257       chnar (3093) = 16
9258       chnpy (3093) = 11
9259       chnte (3093) = 6
9260       chnhe (3093) = 0
9261       chperm (3093) = 101
9262       chbirf (3093) = 1219
9263       chetat (3093) = 616
9264       chtn2i (3093) = 210
9265       chbiet (616) = 3093
9266 c
9267 c Aretes coupees :   1  3  7 11 12
9268       chclas (3141) = ' 5-01'
9269 c Code des aretes coupees : 1, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1, 1
9270       charde (3141)(1:15) = '  1  3  7 11 12'
9271       chnp1 (3141) = 1
9272       chnar (3141) = 16
9273       chnpy (3141) = 11
9274       chnte (3141) = 6
9275       chnhe (3141) = 0
9276       chperm (3141) = 301
9277       chbirf (3141) = 1219
9278       chetat (3141) = 617
9279       chtn2i (3141) = 210
9280       chbiet (617) = 3141
9281 c
9282 c Aretes coupees :   1  4  6  7 10
9283       chclas (617) = ' 5-01'
9284 c Code des aretes coupees : 1, 0, 0, 1, 0, 1, 1, 0, 0, 1, 0, 0
9285       charde (617)(1:15) = '  1  4  6  7 10'
9286       chnp1 (617) = 1
9287       chnar (617) = 16
9288       chnpy (617) = 11
9289       chnte (617) = 6
9290       chnhe (617) = 0
9291       chperm (617) = 130
9292       chbirf (617) = 1219
9293       chetat (617) = 618
9294       chtn2i (617) = 210
9295       chbiet (618) = 617
9296 c
9297 c Aretes coupees :   1  4  6  7 11
9298       chclas (1129) = ' 5-01'
9299 c Code des aretes coupees : 1, 0, 0, 1, 0, 1, 1, 0, 0, 0, 1, 0
9300       charde (1129)(1:15) = '  1  4  6  7 11'
9301       chnp1 (1129) = 1
9302       chnar (1129) = 16
9303       chnpy (1129) = 11
9304       chnte (1129) = 6
9305       chnhe (1129) = 0
9306       chperm (1129) = 110
9307       chbirf (1129) = 1219
9308       chetat (1129) = 619
9309       chtn2i (1129) = 210
9310       chbiet (619) = 1129
9311 c
9312 c Aretes coupees :   1  5  7 11 12
9313       chclas (3153) = ' 5-01'
9314 c Code des aretes coupees : 1, 0, 0, 0, 1, 0, 1, 0, 0, 0, 1, 1
9315       charde (3153)(1:15) = '  1  5  7 11 12'
9316       chnp1 (3153) = 1
9317       chnar (3153) = 16
9318       chnpy (3153) = 11
9319       chnte (3153) = 6
9320       chnhe (3153) = 0
9321       chperm (3153) = 21
9322       chbirf (3153) = 1219
9323       chetat (3153) = 620
9324       chtn2i (3153) = 210
9325       chbiet (620) = 3153
9326 c
9327 c Aretes coupees :   1  6  7 10 11
9328       chclas (1633) = ' 5-01'
9329 c Code des aretes coupees : 1, 0, 0, 0, 0, 1, 1, 0, 0, 1, 1, 0
9330       charde (1633)(1:15) = '  1  6  7 10 11'
9331       chnp1 (1633) = 1
9332       chnar (1633) = 16
9333       chnpy (1633) = 11
9334       chnte (1633) = 6
9335       chnhe (1633) = 0
9336       chperm (1633) = 320
9337       chbirf (1633) = 1219
9338       chetat (1633) = 621
9339       chtn2i (1633) = 210
9340       chbiet (621) = 1633
9341 c
9342 c Aretes coupees :   2  3  5  8  9
9343       chclas (406) = ' 5-01'
9344 c Code des aretes coupees : 0, 1, 1, 0, 1, 0, 0, 1, 1, 0, 0, 0
9345       charde (406)(1:15) = '  2  3  5  8  9'
9346       chnp1 (406) = 1
9347       chnar (406) = 16
9348       chnpy (406) = 11
9349       chnte (406) = 6
9350       chnhe (406) = 0
9351       chperm (406) = 100
9352       chbirf (406) = 1219
9353       chetat (406) = 622
9354       chtn2i (406) = 210
9355       chbiet (622) = 406
9356 c
9357 c Aretes coupees :   2  3  5  8 12
9358       chclas (2198) = ' 5-01'
9359 c Code des aretes coupees : 0, 1, 1, 0, 1, 0, 0, 1, 0, 0, 0, 1
9360       charde (2198)(1:15) = '  2  3  5  8 12'
9361       chnp1 (2198) = 1
9362       chnar (2198) = 16
9363       chnpy (2198) = 11
9364       chnte (2198) = 6
9365       chnhe (2198) = 0
9366       chperm (2198) = 120
9367       chbirf (2198) = 1219
9368       chetat (2198) = 623
9369       chtn2i (2198) = 210
9370       chbiet (623) = 2198
9371 c
9372 c Aretes coupees :   2  4  6  8  9
9373       chclas (426) = ' 5-01'
9374 c Code des aretes coupees : 0, 1, 0, 1, 0, 1, 0, 1, 1, 0, 0, 0
9375       charde (426)(1:15) = '  2  4  6  8  9'
9376       chnp1 (426) = 1
9377       chnar (426) = 16
9378       chnpy (426) = 11
9379       chnte (426) = 6
9380       chnhe (426) = 0
9381       chperm (426) = 1
9382       chbirf (426) = 1219
9383       chetat (426) = 624
9384       chtn2i (426) = 210
9385       chbiet (624) = 426
9386 c
9387 c Aretes coupees :   2  4  6  9 10
9388       chclas (810) = ' 5-01'
9389 c Code des aretes coupees : 0, 1, 0, 1, 0, 1, 0, 0, 1, 1, 0, 0
9390       charde (810)(1:15) = '  2  4  6  9 10'
9391       chnp1 (810) = 1
9392       chnar (810) = 16
9393       chnpy (810) = 11
9394       chnte (810) = 6
9395       chnhe (810) = 0
9396       chperm (810) = 321
9397       chbirf (810) = 1219
9398       chetat (810) = 625
9399       chtn2i (810) = 210
9400       chbiet (625) = 810
9401 c
9402 c Aretes coupees :   2  4  8  9 10
9403       chclas (906) = ' 5-01'
9404 c Code des aretes coupees : 0, 1, 0, 1, 0, 0, 0, 1, 1, 1, 0, 0
9405       charde (906)(1:15) = '  2  4  8  9 10'
9406       chnp1 (906) = 1
9407       chnar (906) = 16
9408       chnpy (906) = 11
9409       chnte (906) = 6
9410       chnhe (906) = 0
9411       chperm (906) = 121
9412       chbirf (906) = 1219
9413       chetat (906) = 626
9414       chtn2i (906) = 210
9415       chbiet (626) = 906
9416 c
9417 c Aretes coupees :   2  5  8  9 12
9418       chclas (2450) = ' 5-01'
9419 c Code des aretes coupees : 0, 1, 0, 0, 1, 0, 0, 1, 1, 0, 0, 1
9420       charde (2450)(1:15) = '  2  5  8  9 12'
9421       chnp1 (2450) = 1
9422       chnar (2450) = 16
9423       chnpy (2450) = 11
9424       chnte (2450) = 6
9425       chnhe (2450) = 0
9426       chperm (2450) = 330
9427       chbirf (2450) = 1219
9428       chetat (2450) = 627
9429       chtn2i (2450) = 210
9430       chbiet (627) = 2450
9431 c
9432 c Aretes coupees :   2  7  8  9 11
9433       chclas (1474) = ' 5-01'
9434 c Code des aretes coupees : 0, 1, 0, 0, 0, 0, 1, 1, 1, 0, 1, 0
9435       charde (1474)(1:15) = '  2  7  8  9 11'
9436       chnp1 (1474) = 1
9437       chnar (1474) = 16
9438       chnpy (1474) = 11
9439       chnte (1474) = 6
9440       chnhe (1474) = 0
9441       chperm (1474) = 20
9442       chbirf (1474) = 1219
9443       chetat (1474) = 628
9444       chtn2i (1474) = 210
9445       chbiet (628) = 1474
9446 c
9447 c Aretes coupees :   3  4  5  6 10
9448       chclas (572) = ' 5-01'
9449 c Code des aretes coupees : 0, 0, 1, 1, 1, 1, 0, 0, 0, 1, 0, 0
9450       charde (572)(1:15) = '  3  4  5  6 10'
9451       chnp1 (572) = 1
9452       chnar (572) = 16
9453       chnpy (572) = 11
9454       chnte (572) = 6
9455       chnhe (572) = 0
9456       chperm (572) = 220
9457       chbirf (572) = 1219
9458       chetat (572) = 629
9459       chtn2i (572) = 210
9460       chbiet (629) = 572
9461 c
9462 c Aretes coupees :   3  4  5 10 12
9463       chclas (2588) = ' 5-01'
9464 c Code des aretes coupees : 0, 0, 1, 1, 1, 0, 0, 0, 0, 1, 0, 1
9465       charde (2588)(1:15) = '  3  4  5 10 12'
9466       chnp1 (2588) = 1
9467       chnar (2588) = 16
9468       chnpy (2588) = 11
9469       chnte (2588) = 6
9470       chnhe (2588) = 0
9471       chperm (2588) = 30
9472       chbirf (2588) = 1219
9473       chetat (2588) = 630
9474       chtn2i (2588) = 210
9475       chbiet (630) = 2588
9476 c
9477 c Aretes coupees :   3  4  6 10 12
9478       chclas (2604) = ' 5-01'
9479 c Code des aretes coupees : 0, 0, 1, 1, 0, 1, 0, 0, 0, 1, 0, 1
9480       charde (2604)(1:15) = '  3  4  6 10 12'
9481       chnp1 (2604) = 1
9482       chnar (2604) = 16
9483       chnpy (2604) = 11
9484       chnte (2604) = 6
9485       chnhe (2604) = 0
9486       chperm (2604) = 10
9487       chbirf (2604) = 1219
9488       chetat (2604) = 631
9489       chtn2i (2604) = 210
9490       chbiet (631) = 2604
9491 c
9492 c Aretes coupees :   3  5  6 10 12
9493       chclas (2612) = ' 5-01'
9494 c Code des aretes coupees : 0, 0, 1, 0, 1, 1, 0, 0, 0, 1, 0, 1
9495       charde (2612)(1:15) = '  3  5  6 10 12'
9496       chnp1 (2612) = 1
9497       chnar (2612) = 16
9498       chnpy (2612) = 11
9499       chnte (2612) = 6
9500       chnhe (2612) = 0
9501       chperm (2612) = 200
9502       chbirf (2612) = 1219
9503       chetat (2612) = 632
9504       chtn2i (2612) = 210
9505       chbiet (632) = 2612
9506 c
9507 c Aretes coupees :   3  5  8  9 12
9508       chclas (2452) = ' 5-01'
9509 c Code des aretes coupees : 0, 0, 1, 0, 1, 0, 0, 1, 1, 0, 0, 1
9510       charde (2452)(1:15) = '  3  5  8  9 12'
9511       chnp1 (2452) = 1
9512       chnar (2452) = 16
9513       chnpy (2452) = 11
9514       chnte (2452) = 6
9515       chnhe (2452) = 0
9516       chperm (2452) = 310
9517       chbirf (2452) = 1219
9518       chetat (2452) = 633
9519       chtn2i (2452) = 210
9520       chbiet (633) = 2452
9521 c
9522 c Aretes coupees :   4  6  7 10 11
9523       chclas (1640) = ' 5-01'
9524 c Code des aretes coupees : 0, 0, 0, 1, 0, 1, 1, 0, 0, 1, 1, 0
9525       charde (1640)(1:15) = '  4  6  7 10 11'
9526       chnp1 (1640) = 1
9527       chnar (1640) = 16
9528       chnpy (1640) = 11
9529       chnte (1640) = 6
9530       chnhe (1640) = 0
9531       chperm (1640) = 300
9532       chbirf (1640) = 1219
9533       chetat (1640) = 634
9534       chtn2i (1640) = 210
9535       chbiet (634) = 1640
9536 c
9537 c Aretes coupees :   4  6  8  9 10
9538       chclas (936) = ' 5-01'
9539 c Code des aretes coupees : 0, 0, 0, 1, 0, 1, 0, 1, 1, 1, 0, 0
9540       charde (936)(1:15) = '  4  6  8  9 10'
9541       chnp1 (936) = 1
9542       chnar (936) = 16
9543       chnpy (936) = 11
9544       chnte (936) = 6
9545       chnhe (936) = 0
9546       chperm (936) = 201
9547       chbirf (936) = 1219
9548       chetat (936) = 635
9549       chtn2i (936) = 210
9550       chbiet (635) = 936
9551 c
9552 c ===========================================
9553 c Classe d'equivalence  5-02
9554 c
9555 c Aretes coupees :   1  2  8  9 12
9556       chclas (2435) = ' 5-02'
9557 c Code des aretes coupees : 1, 1, 0, 0, 0, 0, 0, 1, 1, 0, 0, 1
9558       charde (2435)(1:15) = '  1  2  8  9 12'
9559       chnp1 (2435) = 1
9560       chnar (2435) = 15
9561       chnpy (2435) = 10
9562       chnte (2435) = 6
9563       chnhe (2435) = 0
9564       chperm (2435) = 0
9565       chbirf (2435) = 2435
9566       chetat (2435) = 636
9567       chtn2i (2435) = 210
9568       chbiet (636) = 2435
9569 c
9570 c Aretes coupees :   1  3  7 10 11
9571       chclas (1605) = ' 5-02'
9572 c Code des aretes coupees : 1, 0, 1, 0, 0, 0, 1, 0, 0, 1, 1, 0
9573       charde (1605)(1:15) = '  1  3  7 10 11'
9574       chnp1 (1605) = 1
9575       chnar (1605) = 15
9576       chnpy (1605) = 10
9577       chnte (1605) = 6
9578       chnhe (1605) = 0
9579       chperm (1605) = 130
9580       chbirf (1605) = 2435
9581       chetat (1605) = 637
9582       chtn2i (1605) = 210
9583       chbiet (637) = 1605
9584 c
9585 c Aretes coupees :   1  4  6 10 12
9586       chclas (2601) = ' 5-02'
9587 c Code des aretes coupees : 1, 0, 0, 1, 0, 1, 0, 0, 0, 1, 0, 1
9588       charde (2601)(1:15) = '  1  4  6 10 12'
9589       chnp1 (2601) = 1
9590       chnar (2601) = 15
9591       chnpy (2601) = 10
9592       chnte (2601) = 6
9593       chnhe (2601) = 0
9594       chperm (2601) = 200
9595       chbirf (2601) = 2435
9596       chetat (2601) = 638
9597       chtn2i (2601) = 210
9598       chbiet (638) = 2601
9599 c
9600 c Aretes coupees :   1  4  7  9 11
9601       chclas (1353) = ' 5-02'
9602 c Code des aretes coupees : 1, 0, 0, 1, 0, 0, 1, 0, 1, 0, 1, 0
9603       charde (1353)(1:15) = '  1  4  7  9 11'
9604       chnp1 (1353) = 1
9605       chnar (1353) = 15
9606       chnpy (1353) = 10
9607       chnte (1353) = 6
9608       chnhe (1353) = 0
9609       chperm (1353) = 300
9610       chbirf (1353) = 2435
9611       chetat (1353) = 639
9612       chtn2i (1353) = 210
9613       chbiet (639) = 1353
9614 c
9615 c Aretes coupees :   1  5  7  8 11
9616       chclas (1233) = ' 5-02'
9617 c Code des aretes coupees : 1, 0, 0, 0, 1, 0, 1, 1, 0, 0, 1, 0
9618       charde (1233)(1:15) = '  1  5  7  8 11'
9619       chnp1 (1233) = 1
9620       chnar (1233) = 15
9621       chnpy (1233) = 10
9622       chnte (1233) = 6
9623       chnhe (1233) = 0
9624       chperm (1233) = 210
9625       chbirf (1233) = 2435
9626       chetat (1233) = 640
9627       chtn2i (1233) = 210
9628       chbiet (640) = 1233
9629 c
9630 c Aretes coupees :   2  3  5 11 12
9631       chclas (3094) = ' 5-02'
9632 c Code des aretes coupees : 0, 1, 1, 0, 1, 0, 0, 0, 0, 0, 1, 1
9633       charde (3094)(1:15) = '  2  3  5 11 12'
9634       chnp1 (3094) = 1
9635       chnar (3094) = 15
9636       chnpy (3094) = 10
9637       chnte (3094) = 6
9638       chnhe (3094) = 0
9639       chperm (3094) = 330
9640       chbirf (3094) = 2435
9641       chetat (3094) = 641
9642       chtn2i (3094) = 210
9643       chbiet (641) = 3094
9644 c
9645 c Aretes coupees :   2  3  8  9 10
9646       chclas (902) = ' 5-02'
9647 c Code des aretes coupees : 0, 1, 1, 0, 0, 0, 0, 1, 1, 1, 0, 0
9648       charde (902)(1:15) = '  2  3  8  9 10'
9649       chnp1 (902) = 1
9650       chnar (902) = 15
9651       chnpy (902) = 10
9652       chnte (902) = 6
9653       chnhe (902) = 0
9654       chperm (902) = 310
9655       chbirf (902) = 2435
9656       chetat (902) = 642
9657       chtn2i (902) = 210
9658       chbiet (642) = 902
9659 c
9660 c Aretes coupees :   2  4  6 10 11
9661       chclas (1578) = ' 5-02'
9662 c Code des aretes coupees : 0, 1, 0, 1, 0, 1, 0, 0, 0, 1, 1, 0
9663       charde (1578)(1:15) = '  2  4  6 10 11'
9664       chnp1 (1578) = 1
9665       chnar (1578) = 15
9666       chnpy (1578) = 10
9667       chnte (1578) = 6
9668       chnhe (1578) = 0
9669       chperm (1578) = 110
9670       chbirf (1578) = 2435
9671       chetat (1578) = 643
9672       chtn2i (1578) = 210
9673       chbiet (643) = 1578
9674 c
9675 c Aretes coupees :   2  6  7  8  9
9676       chclas (482) = ' 5-02'
9677 c Code des aretes coupees : 0, 1, 0, 0, 0, 1, 1, 1, 1, 0, 0, 0
9678       charde (482)(1:15) = '  2  6  7  8  9'
9679       chnp1 (482) = 1
9680       chnar (482) = 15
9681       chnpy (482) = 10
9682       chnte (482) = 6
9683       chnhe (482) = 0
9684       chperm (482) = 230
9685       chbirf (482) = 2435
9686       chetat (482) = 644
9687       chtn2i (482) = 210
9688       chbiet (644) = 482
9689 c
9690 c Aretes coupees :   3  4  5  9 12
9691       chclas (2332) = ' 5-02'
9692 c Code des aretes coupees : 0, 0, 1, 1, 1, 0, 0, 0, 1, 0, 0, 1
9693       charde (2332)(1:15) = '  3  4  5  9 12'
9694       chnp1 (2332) = 1
9695       chnar (2332) = 15
9696       chnpy (2332) = 10
9697       chnte (2332) = 6
9698       chnhe (2332) = 0
9699       chperm (2332) = 100
9700       chbirf (2332) = 2435
9701       chetat (2332) = 645
9702       chtn2i (2332) = 210
9703       chbiet (645) = 2332
9704 c
9705 c Aretes coupees :   3  5  6  7 12
9706       chclas (2164) = ' 5-02'
9707 c Code des aretes coupees : 0, 0, 1, 0, 1, 1, 1, 0, 0, 0, 0, 1
9708       charde (2164)(1:15) = '  3  5  6  7 12'
9709       chnp1 (2164) = 1
9710       chnar (2164) = 15
9711       chnpy (2164) = 10
9712       chnte (2164) = 6
9713       chnhe (2164) = 0
9714       chperm (2164) = 10
9715       chbirf (2164) = 2435
9716       chetat (2164) = 646
9717       chtn2i (2164) = 210
9718       chbiet (646) = 2164
9719 c
9720 c Aretes coupees :   4  5  6  8 10
9721       chclas (696) = ' 5-02'
9722 c Code des aretes coupees : 0, 0, 0, 1, 1, 1, 0, 1, 0, 1, 0, 0
9723       charde (696)(1:15) = '  4  5  6  8 10'
9724       chnp1 (696) = 1
9725       chnar (696) = 15
9726       chnpy (696) = 10
9727       chnte (696) = 6
9728       chnhe (696) = 0
9729       chperm (696) = 30
9730       chbirf (696) = 2435
9731       chetat (696) = 647
9732       chtn2i (696) = 210
9733       chbiet (647) = 696
9734 c
9735 c ===========================================
9736 c Classe d'equivalence  5-03
9737 c
9738 c Aretes coupees :   1  2  8 10 11
9739       chclas (1667) = ' 5-03'
9740 c Code des aretes coupees : 1, 1, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0
9741       charde (1667)(1:15) = '  1  2  8 10 11'
9742       chnp1 (1667) = 1
9743       chnar (1667) = 15
9744       chnpy (1667) = 10
9745       chnte (1667) = 6
9746       chnhe (1667) = 0
9747       chperm (1667) = 0
9748       chbirf (1667) = 1667
9749       chetat (1667) = 648
9750       chtn2i (1667) = 210
9751       chbiet (648) = 1667
9752 c
9753 c Aretes coupees :   1  3  7  9 12
9754       chclas (2373) = ' 5-03'
9755 c Code des aretes coupees : 1, 0, 1, 0, 0, 0, 1, 0, 1, 0, 0, 1
9756       charde (2373)(1:15) = '  1  3  7  9 12'
9757       chnp1 (2373) = 1
9758       chnar (2373) = 15
9759       chnpy (2373) = 10
9760       chnte (2373) = 6
9761       chnhe (2373) = 0
9762       chperm (2373) = 301
9763       chbirf (2373) = 1667
9764       chetat (2373) = 649
9765       chtn2i (2373) = 210
9766       chbiet (649) = 2373
9767 c
9768 c Aretes coupees :   1  4  5 11 12
9769       chclas (3097) = ' 5-03'
9770 c Code des aretes coupees : 1, 0, 0, 1, 1, 0, 0, 0, 0, 0, 1, 1
9771       charde (3097)(1:15) = '  1  4  5 11 12'
9772       chnp1 (3097) = 1
9773       chnar (3097) = 15
9774       chnpy (3097) = 10
9775       chnte (3097) = 6
9776       chnhe (3097) = 0
9777       chperm (3097) = 101
9778       chbirf (3097) = 1667
9779       chetat (3097) = 650
9780       chtn2i (3097) = 210
9781       chbiet (650) = 3097
9782 c
9783 c Aretes coupees :   1  4  8  9 10
9784       chclas (905) = ' 5-03'
9785 c Code des aretes coupees : 1, 0, 0, 1, 0, 0, 0, 1, 1, 1, 0, 0
9786       charde (905)(1:15) = '  1  4  8  9 10'
9787       chnp1 (905) = 1
9788       chnar (905) = 15
9789       chnpy (905) = 10
9790       chnte (905) = 6
9791       chnhe (905) = 0
9792       chperm (905) = 201
9793       chbirf (905) = 1667
9794       chetat (905) = 651
9795       chtn2i (905) = 210
9796       chbiet (651) = 905
9797 c
9798 c Aretes coupees :   1  6  7  8 10
9799       chclas (737) = ' 5-03'
9800 c Code des aretes coupees : 1, 0, 0, 0, 0, 1, 1, 1, 0, 1, 0, 0
9801       charde (737)(1:15) = '  1  6  7  8 10'
9802       chnp1 (737) = 1
9803       chnar (737) = 15
9804       chnpy (737) = 10
9805       chnte (737) = 6
9806       chnhe (737) = 0
9807       chperm (737) = 320
9808       chbirf (737) = 1667
9809       chetat (737) = 652
9810       chtn2i (737) = 210
9811       chbiet (652) = 737
9812 c
9813 c Aretes coupees :   2  3  6 10 12
9814       chclas (2598) = ' 5-03'
9815 c Code des aretes coupees : 0, 1, 1, 0, 0, 1, 0, 0, 0, 1, 0, 1
9816       charde (2598)(1:15) = '  2  3  6 10 12'
9817       chnp1 (2598) = 1
9818       chnar (2598) = 15
9819       chnpy (2598) = 10
9820       chnte (2598) = 6
9821       chnhe (2598) = 0
9822       chperm (2598) = 200
9823       chbirf (2598) = 1667
9824       chetat (2598) = 653
9825       chtn2i (2598) = 210
9826       chbiet (653) = 2598
9827 c
9828 c Aretes coupees :   2  3  7  9 11
9829       chclas (1350) = ' 5-03'
9830 c Code des aretes coupees : 0, 1, 1, 0, 0, 0, 1, 0, 1, 0, 1, 0
9831       charde (1350)(1:15) = '  2  3  7  9 11'
9832       chnp1 (1350) = 1
9833       chnar (1350) = 15
9834       chnpy (1350) = 10
9835       chnte (1350) = 6
9836       chnhe (1350) = 0
9837       chperm (1350) = 20
9838       chbirf (1350) = 1667
9839       chetat (1350) = 654
9840       chtn2i (1350) = 210
9841       chbiet (654) = 1350
9842 c
9843 c Aretes coupees :   2  4  6  9 12
9844       chclas (2346) = ' 5-03'
9845 c Code des aretes coupees : 0, 1, 0, 1, 0, 1, 0, 0, 1, 0, 0, 1
9846       charde (2346)(1:15) = '  2  4  6  9 12'
9847       chnp1 (2346) = 1
9848       chnar (2346) = 15
9849       chnpy (2346) = 10
9850       chnte (2346) = 6
9851       chnhe (2346) = 0
9852       chperm (2346) = 1
9853       chbirf (2346) = 1667
9854       chetat (2346) = 655
9855       chtn2i (2346) = 210
9856       chbiet (655) = 2346
9857 c
9858 c Aretes coupees :   2  5  6  8 12
9859       chclas (2226) = ' 5-03'
9860 c Code des aretes coupees : 0, 1, 0, 0, 1, 1, 0, 1, 0, 0, 0, 1
9861       charde (2226)(1:15) = '  2  5  6  8 12'
9862       chnp1 (2226) = 1
9863       chnar (2226) = 15
9864       chnpy (2226) = 10
9865       chnte (2226) = 6
9866       chnhe (2226) = 0
9867       chperm (2226) = 120
9868       chbirf (2226) = 1667
9869       chetat (2226) = 656
9870       chtn2i (2226) = 210
9871       chbiet (656) = 2226
9872 c
9873 c Aretes coupees :   3  4  5 10 11
9874       chclas (1564) = ' 5-03'
9875 c Code des aretes coupees : 0, 0, 1, 1, 1, 0, 0, 0, 0, 1, 1, 0
9876       charde (1564)(1:15) = '  3  4  5 10 11'
9877       chnp1 (1564) = 1
9878       chnar (1564) = 15
9879       chnpy (1564) = 10
9880       chnte (1564) = 6
9881       chnhe (1564) = 0
9882       chperm (1564) = 220
9883       chbirf (1564) = 1667
9884       chetat (1564) = 657
9885       chtn2i (1564) = 210
9886       chbiet (657) = 1564
9887 c
9888 c Aretes coupees :   3  5  7  8  9
9889       chclas (468) = ' 5-03'
9890 c Code des aretes coupees : 0, 0, 1, 0, 1, 0, 1, 1, 1, 0, 0, 0
9891       charde (468)(1:15) = '  3  5  7  8  9'
9892       chnp1 (468) = 1
9893       chnar (468) = 15
9894       chnpy (468) = 10
9895       chnte (468) = 6
9896       chnhe (468) = 0
9897       chperm (468) = 100
9898       chbirf (468) = 1667
9899       chetat (468) = 658
9900       chtn2i (468) = 210
9901       chbiet (658) = 468
9902 c
9903 c Aretes coupees :   4  5  6  7 11
9904       chclas (1144) = ' 5-03'
9905 c Code des aretes coupees : 0, 0, 0, 1, 1, 1, 1, 0, 0, 0, 1, 0
9906       charde (1144)(1:15) = '  4  5  6  7 11'
9907       chnp1 (1144) = 1
9908       chnar (1144) = 15
9909       chnpy (1144) = 10
9910       chnte (1144) = 6
9911       chnhe (1144) = 0
9912       chperm (1144) = 300
9913       chbirf (1144) = 1667
9914       chetat (1144) = 659
9915       chtn2i (1144) = 210
9916       chbiet (659) = 1144
9917 c
9918 c ===========================================
9919 c Classe d'equivalence  5-04
9920 c
9921 c Aretes coupees :   1  2  6  7  8
9922       chclas (227) = ' 5-04'
9923 c Code des aretes coupees : 1, 1, 0, 0, 0, 1, 1, 1, 0, 0, 0, 0
9924       charde (227)(1:15) = '  1  2  6  7  8'
9925       chnp1 (227) = 1
9926       chnar (227) = 16
9927       chnpy (227) = 14
9928       chnte (227) = 0
9929       chnhe (227) = 0
9930       chperm (227) = 0
9931       chbirf (227) = 227
9932       chetat (227) = 660
9933       chtn2i (227) = 210
9934       chbiet (660) = 227
9935 c
9936 c Aretes coupees :   1  2  6 10 11
9937       chclas (1571) = ' 5-04'
9938 c Code des aretes coupees : 1, 1, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0
9939       charde (1571)(1:15) = '  1  2  6 10 11'
9940       chnp1 (1571) = 1
9941       chnar (1571) = 16
9942       chnpy (1571) = 14
9943       chnte (1571) = 0
9944       chnhe (1571) = 0
9945       chperm (1571) = 320
9946       chbirf (1571) = 227
9947       chetat (1571) = 661
9948       chtn2i (1571) = 210
9949       chbiet (661) = 1571
9950 c
9951 c Aretes coupees :   1  2  7  9 12
9952       chclas (2371) = ' 5-04'
9953 c Code des aretes coupees : 1, 1, 0, 0, 0, 0, 1, 0, 1, 0, 0, 1
9954       charde (2371)(1:15) = '  1  2  7  9 12'
9955       chnp1 (2371) = 1
9956       chnar (2371) = 16
9957       chnpy (2371) = 14
9958       chnte (2371) = 0
9959       chnhe (2371) = 0
9960       chperm (2371) = 230
9961       chbirf (2371) = 227
9962       chetat (2371) = 662
9963       chtn2i (2371) = 210
9964       chbiet (662) = 2371
9965 c
9966 c Aretes coupees :   1  3  5  7  8
9967       chclas (213) = ' 5-04'
9968 c Code des aretes coupees : 1, 0, 1, 0, 1, 0, 1, 1, 0, 0, 0, 0
9969       charde (213)(1:15) = '  1  3  5  7  8'
9970       chnp1 (213) = 1
9971       chnar (213) = 16
9972       chnpy (213) = 14
9973       chnte (213) = 0
9974       chnhe (213) = 0
9975       chperm (213) = 221
9976       chbirf (213) = 227
9977       chetat (213) = 663
9978       chtn2i (213) = 210
9979       chbiet (663) = 213
9980 c
9981 c Aretes coupees :   1  3  5 10 11
9982       chclas (1557) = ' 5-04'
9983 c Code des aretes coupees : 1, 0, 1, 0, 1, 0, 0, 0, 0, 1, 1, 0
9984       charde (1557)(1:15) = '  1  3  5 10 11'
9985       chnp1 (1557) = 1
9986       chnar (1557) = 16
9987       chnpy (1557) = 14
9988       chnte (1557) = 0
9989       chnhe (1557) = 0
9990       chperm (1557) = 101
9991       chbirf (1557) = 227
9992       chetat (1557) = 664
9993       chtn2i (1557) = 210
9994       chbiet (664) = 1557
9995 c
9996 c Aretes coupees :   1  3  8  9 12
9997       chclas (2437) = ' 5-04'
9998 c Code des aretes coupees : 1, 0, 1, 0, 0, 0, 0, 1, 1, 0, 0, 1
9999       charde (2437)(1:15) = '  1  3  8  9 12'
10000       chnp1 (2437) = 1
10001       chnar (2437) = 16
10002       chnpy (2437) = 14
10003       chnte (2437) = 0
10004       chnhe (2437) = 0
10005       chperm (2437) = 310
10006       chbirf (2437) = 227
10007       chetat (2437) = 665
10008       chtn2i (2437) = 210
10009       chbiet (665) = 2437
10010 c
10011 c Aretes coupees :   1  4  5 10 12
10012       chclas (2585) = ' 5-04'
10013 c Code des aretes coupees : 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 0, 1
10014       charde (2585)(1:15) = '  1  4  5 10 12'
10015       chnp1 (2585) = 1
10016       chnar (2585) = 16
10017       chnpy (2585) = 14
10018       chnte (2585) = 0
10019       chnhe (2585) = 0
10020       chperm (2585) = 30
10021       chbirf (2585) = 227
10022       chetat (2585) = 666
10023       chtn2i (2585) = 210
10024       chbiet (666) = 2585
10025 c
10026 c Aretes coupees :   1  4  6 11 12
10027       chclas (3113) = ' 5-04'
10028 c Code des aretes coupees : 1, 0, 0, 1, 0, 1, 0, 0, 0, 0, 1, 1
10029       charde (3113)(1:15) = '  1  4  6 11 12'
10030       chnp1 (3113) = 1
10031       chnar (3113) = 16
10032       chnpy (3113) = 14
10033       chnte (3113) = 0
10034       chnhe (3113) = 0
10035       chperm (3113) = 110
10036       chbirf (3113) = 227
10037       chetat (3113) = 667
10038       chtn2i (3113) = 210
10039       chbiet (667) = 3113
10040 c
10041 c Aretes coupees :   1  4  7  9 10
10042       chclas (841) = ' 5-04'
10043 c Code des aretes coupees : 1, 0, 0, 1, 0, 0, 1, 0, 1, 1, 0, 0
10044       charde (841)(1:15) = '  1  4  7  9 10'
10045       chnp1 (841) = 1
10046       chnar (841) = 16
10047       chnpy (841) = 14
10048       chnte (841) = 0
10049       chnhe (841) = 0
10050       chperm (841) = 130
10051       chbirf (841) = 227
10052       chetat (841) = 668
10053       chtn2i (841) = 210
10054       chbiet (668) = 841
10055 c
10056 c Aretes coupees :   1  4  8  9 11
10057       chclas (1417) = ' 5-04'
10058 c Code des aretes coupees : 1, 0, 0, 1, 0, 0, 0, 1, 1, 0, 1, 0
10059       charde (1417)(1:15) = '  1  4  8  9 11'
10060       chnp1 (1417) = 1
10061       chnar (1417) = 16
10062       chnpy (1417) = 14
10063       chnte (1417) = 0
10064       chnhe (1417) = 0
10065       chperm (1417) = 210
10066       chbirf (1417) = 227
10067       chetat (1417) = 669
10068       chtn2i (1417) = 210
10069       chbiet (669) = 1417
10070 c
10071 c Aretes coupees :   2  3  5  9 11
10072       chclas (1302) = ' 5-04'
10073 c Code des aretes coupees : 0, 1, 1, 0, 1, 0, 0, 0, 1, 0, 1, 0
10074       charde (1302)(1:15) = '  2  3  5  9 11'
10075       chnp1 (1302) = 1
10076       chnar (1302) = 16
10077       chnpy (1302) = 14
10078       chnte (1302) = 0
10079       chnhe (1302) = 0
10080       chperm (1302) = 100
10081       chbirf (1302) = 227
10082       chetat (1302) = 670
10083       chtn2i (1302) = 210
10084       chbiet (670) = 1302
10085 c
10086 c Aretes coupees :   2  3  6  9 10
10087       chclas (806) = ' 5-04'
10088 c Code des aretes coupees : 0, 1, 1, 0, 0, 1, 0, 0, 1, 1, 0, 0
10089       charde (806)(1:15) = '  2  3  6  9 10'
10090       chnp1 (806) = 1
10091       chnar (806) = 16
10092       chnpy (806) = 14
10093       chnte (806) = 0
10094       chnhe (806) = 0
10095       chperm (806) = 321
10096       chbirf (806) = 227
10097       chetat (806) = 671
10098       chtn2i (806) = 210
10099       chbiet (671) = 806
10100 c
10101 c Aretes coupees :   2  3  7 11 12
10102       chclas (3142) = ' 5-04'
10103 c Code des aretes coupees : 0, 1, 1, 0, 0, 0, 1, 0, 0, 0, 1, 1
10104       charde (3142)(1:15) = '  2  3  7 11 12'
10105       chnp1 (3142) = 1
10106       chnar (3142) = 16
10107       chnpy (3142) = 14
10108       chnte (3142) = 0
10109       chnhe (3142) = 0
10110       chperm (3142) = 301
10111       chbirf (3142) = 227
10112       chetat (3142) = 672
10113       chtn2i (3142) = 210
10114       chbiet (672) = 3142
10115 c
10116 c Aretes coupees :   2  3  8 10 12
10117       chclas (2694) = ' 5-04'
10118 c Code des aretes coupees : 0, 1, 1, 0, 0, 0, 0, 1, 0, 1, 0, 1
10119       charde (2694)(1:15) = '  2  3  8 10 12'
10120       chnp1 (2694) = 1
10121       chnar (2694) = 16
10122       chnpy (2694) = 14
10123       chnte (2694) = 0
10124       chnhe (2694) = 0
10125       chperm (2694) = 120
10126       chbirf (2694) = 227
10127       chetat (2694) = 673
10128       chtn2i (2694) = 210
10129       chbiet (673) = 2694
10130 c
10131 c Aretes coupees :   2  4  5  6  8
10132       chclas (186) = ' 5-04'
10133 c Code des aretes coupees : 0, 1, 0, 1, 1, 1, 0, 1, 0, 0, 0, 0
10134       charde (186)(1:15) = '  2  4  5  6  8'
10135       chnp1 (186) = 1
10136       chnar (186) = 16
10137       chnpy (186) = 14
10138       chnte (186) = 0
10139       chnhe (186) = 0
10140       chperm (186) = 1
10141       chbirf (186) = 227
10142       chetat (186) = 674
10143       chtn2i (186) = 210
10144       chbiet (674) = 186
10145 c
10146 c Aretes coupees :   2  4  5  9 12
10147       chclas (2330) = ' 5-04'
10148 c Code des aretes coupees : 0, 1, 0, 1, 1, 0, 0, 0, 1, 0, 0, 1
10149       charde (2330)(1:15) = '  2  4  5  9 12'
10150       chnp1 (2330) = 1
10151       chnar (2330) = 16
10152       chnpy (2330) = 14
10153       chnte (2330) = 0
10154       chnhe (2330) = 0
10155       chperm (2330) = 330
10156       chbirf (2330) = 227
10157       chetat (2330) = 675
10158       chtn2i (2330) = 210
10159       chbiet (675) = 2330
10160 c
10161 c Aretes coupees :   2  4  8 10 11
10162       chclas (1674) = ' 5-04'
10163 c Code des aretes coupees : 0, 1, 0, 1, 0, 0, 0, 1, 0, 1, 1, 0
10164       charde (1674)(1:15) = '  2  4  8 10 11'
10165       chnp1 (1674) = 1
10166       chnar (1674) = 16
10167       chnpy (1674) = 14
10168       chnte (1674) = 0
10169       chnhe (1674) = 0
10170       chperm (1674) = 121
10171       chbirf (1674) = 227
10172       chetat (1674) = 676
10173       chtn2i (1674) = 210
10174       chbiet (676) = 1674
10175 c
10176 c Aretes coupees :   3  4  5  6  7
10177       chclas (124) = ' 5-04'
10178 c Code des aretes coupees : 0, 0, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0
10179       charde (124)(1:15) = '  3  4  5  6  7'
10180       chnp1 (124) = 1
10181       chnar (124) = 16
10182       chnpy (124) = 14
10183       chnte (124) = 0
10184       chnhe (124) = 0
10185       chperm (124) = 220
10186       chbirf (124) = 227
10187       chetat (124) = 677
10188       chtn2i (124) = 210
10189       chbiet (677) = 124
10190 c
10191 c Aretes coupees :   3  4  6  9 12
10192       chclas (2348) = ' 5-04'
10193 c Code des aretes coupees : 0, 0, 1, 1, 0, 1, 0, 0, 1, 0, 0, 1
10194       charde (2348)(1:15) = '  3  4  6  9 12'
10195       chnp1 (2348) = 1
10196       chnar (2348) = 16
10197       chnpy (2348) = 14
10198       chnte (2348) = 0
10199       chnhe (2348) = 0
10200       chperm (2348) = 10
10201       chbirf (2348) = 227
10202       chetat (2348) = 678
10203       chtn2i (2348) = 210
10204       chbiet (678) = 2348
10205 c
10206 c Aretes coupees :   3  4  7 10 11
10207       chclas (1612) = ' 5-04'
10208 c Code des aretes coupees : 0, 0, 1, 1, 0, 0, 1, 0, 0, 1, 1, 0
10209       charde (1612)(1:15) = '  3  4  7 10 11'
10210       chnp1 (1612) = 1
10211       chnar (1612) = 16
10212       chnpy (1612) = 14
10213       chnte (1612) = 0
10214       chnhe (1612) = 0
10215       chperm (1612) = 300
10216       chbirf (1612) = 227
10217       chetat (1612) = 679
10218       chtn2i (1612) = 210
10219       chbiet (679) = 1612
10220 c
10221 c Aretes coupees :   5  6  7 11 12
10222       chclas (3184) = ' 5-04'
10223 c Code des aretes coupees : 0, 0, 0, 0, 1, 1, 1, 0, 0, 0, 1, 1
10224       charde (3184)(1:15) = '  5  6  7 11 12'
10225       chnp1 (3184) = 1
10226       chnar (3184) = 16
10227       chnpy (3184) = 14
10228       chnte (3184) = 0
10229       chnhe (3184) = 0
10230       chperm (3184) = 21
10231       chbirf (3184) = 227
10232       chetat (3184) = 680
10233       chtn2i (3184) = 210
10234       chbiet (680) = 3184
10235 c
10236 c Aretes coupees :   5  6  8 10 12
10237       chclas (2736) = ' 5-04'
10238 c Code des aretes coupees : 0, 0, 0, 0, 1, 1, 0, 1, 0, 1, 0, 1
10239       charde (2736)(1:15) = '  5  6  8 10 12'
10240       chnp1 (2736) = 1
10241       chnar (2736) = 16
10242       chnpy (2736) = 14
10243       chnte (2736) = 0
10244       chnhe (2736) = 0
10245       chperm (2736) = 200
10246       chbirf (2736) = 227
10247       chetat (2736) = 681
10248       chtn2i (2736) = 210
10249       chbiet (681) = 2736
10250 c
10251 c Aretes coupees :   5  7  8  9 11
10252       chclas (1488) = ' 5-04'
10253 c Code des aretes coupees : 0, 0, 0, 0, 1, 0, 1, 1, 1, 0, 1, 0
10254       charde (1488)(1:15) = '  5  7  8  9 11'
10255       chnp1 (1488) = 1
10256       chnar (1488) = 16
10257       chnpy (1488) = 14
10258       chnte (1488) = 0
10259       chnhe (1488) = 0
10260       chperm (1488) = 20
10261       chbirf (1488) = 227
10262       chetat (1488) = 682
10263       chtn2i (1488) = 210
10264       chbiet (682) = 1488
10265 c
10266 c Aretes coupees :   6  7  8  9 10
10267       chclas (992) = ' 5-04'
10268 c Code des aretes coupees : 0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 0, 0
10269       charde (992)(1:15) = '  6  7  8  9 10'
10270       chnp1 (992) = 1
10271       chnar (992) = 16
10272       chnpy (992) = 14
10273       chnte (992) = 0
10274       chnhe (992) = 0
10275       chperm (992) = 201
10276       chbirf (992) = 227
10277       chetat (992) = 683
10278       chtn2i (992) = 210
10279       chbiet (683) = 992
10280 c
10281 c ===========================================
10282 c Classe d'equivalence  5-05
10283 c
10284 c Aretes coupees :   1  2  8  9 10
10285       chclas (899) = ' 5-05'
10286 c Code des aretes coupees : 1, 1, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0
10287       charde (899)(1:15) = '  1  2  8  9 10'
10288       chnp1 (899) = 1
10289       chnar (899) = 15
10290       chnpy (899) = 10
10291       chnte (899) = 6
10292       chnhe (899) = 0
10293       chperm (899) = 0
10294       chbirf (899) = 899
10295       chetat (899) = 684
10296       chtn2i (899) = 210
10297       chbiet (684) = 899
10298 c
10299 c Aretes coupees :   1  3  7  9 11
10300       chclas (1349) = ' 5-05'
10301 c Code des aretes coupees : 1, 0, 1, 0, 0, 0, 1, 0, 1, 0, 1, 0
10302       charde (1349)(1:15) = '  1  3  7  9 11'
10303       chnp1 (1349) = 1
10304       chnar (1349) = 15
10305       chnpy (1349) = 10
10306       chnte (1349) = 6
10307       chnhe (1349) = 0
10308       chperm (1349) = 20
10309       chbirf (1349) = 899
10310       chetat (1349) = 685
10311       chtn2i (1349) = 210
10312       chbiet (685) = 1349
10313 c
10314 c Aretes coupees :   1  4  5  7 11
10315       chclas (1113) = ' 5-05'
10316 c Code des aretes coupees : 1, 0, 0, 1, 1, 0, 1, 0, 0, 0, 1, 0
10317       charde (1113)(1:15) = '  1  4  5  7 11'
10318       chnp1 (1113) = 1
10319       chnar (1113) = 15
10320       chnpy (1113) = 10
10321       chnte (1113) = 6
10322       chnhe (1113) = 0
10323       chperm (1113) = 300
10324       chbirf (1113) = 899
10325       chetat (1113) = 686
10326       chtn2i (1113) = 210
10327       chbiet (686) = 1113
10328 c
10329 c Aretes coupees :   1  4  6  8 10
10330       chclas (681) = ' 5-05'
10331 c Code des aretes coupees : 1, 0, 0, 1, 0, 1, 0, 1, 0, 1, 0, 0
10332       charde (681)(1:15) = '  1  4  6  8 10'
10333       chnp1 (681) = 1
10334       chnar (681) = 15
10335       chnpy (681) = 10
10336       chnte (681) = 6
10337       chnhe (681) = 0
10338       chperm (681) = 320
10339       chbirf (681) = 899
10340       chetat (681) = 687
10341       chtn2i (681) = 210
10342       chbiet (687) = 681
10343 c
10344 c Aretes coupees :   1  7  8 10 11
10345       chclas (1729) = ' 5-05'
10346 c Code des aretes coupees : 1, 0, 0, 0, 0, 0, 1, 1, 0, 1, 1, 0
10347       charde (1729)(1:15) = '  1  7  8 10 11'
10348       chnp1 (1729) = 1
10349       chnar (1729) = 15
10350       chnpy (1729) = 10
10351       chnte (1729) = 6
10352       chnhe (1729) = 0
10353       chperm (1729) = 210
10354       chbirf (1729) = 899
10355       chetat (1729) = 688
10356       chtn2i (1729) = 210
10357       chbiet (688) = 1729
10358 c
10359 c Aretes coupees :   2  3  5  6 12
10360       chclas (2102) = ' 5-05'
10361 c Code des aretes coupees : 0, 1, 1, 0, 1, 1, 0, 0, 0, 0, 0, 1
10362       charde (2102)(1:15) = '  2  3  5  6 12'
10363       chnp1 (2102) = 1
10364       chnar (2102) = 15
10365       chnpy (2102) = 10
10366       chnte (2102) = 6
10367       chnhe (2102) = 0
10368       chperm (2102) = 10
10369       chbirf (2102) = 899
10370       chetat (2102) = 689
10371       chtn2i (2102) = 210
10372       chbiet (689) = 2102
10373 c
10374 c Aretes coupees :   2  3  7  8  9
10375       chclas (454) = ' 5-05'
10376 c Code des aretes coupees : 0, 1, 1, 0, 0, 0, 1, 1, 1, 0, 0, 0
10377       charde (454)(1:15) = '  2  3  7  8  9'
10378       chnp1 (454) = 1
10379       chnar (454) = 15
10380       chnpy (454) = 10
10381       chnte (454) = 6
10382       chnhe (454) = 0
10383       chperm (454) = 310
10384       chbirf (454) = 899
10385       chetat (454) = 690
10386       chtn2i (454) = 210
10387       chbiet (690) = 454
10388 c
10389 c Aretes coupees :   2  4  6 10 12
10390       chclas (2602) = ' 5-05'
10391 c Code des aretes coupees : 0, 1, 0, 1, 0, 1, 0, 0, 0, 1, 0, 1
10392       charde (2602)(1:15) = '  2  4  6 10 12'
10393       chnp1 (2602) = 1
10394       chnar (2602) = 15
10395       chnpy (2602) = 10
10396       chnte (2602) = 6
10397       chnhe (2602) = 0
10398       chperm (2602) = 200
10399       chbirf (2602) = 899
10400       chetat (2602) = 691
10401       chtn2i (2602) = 210
10402       chbiet (691) = 2602
10403 c
10404 c Aretes coupees :   2  6  8  9 12
10405       chclas (2466) = ' 5-05'
10406 c Code des aretes coupees : 0, 1, 0, 0, 0, 1, 0, 1, 1, 0, 0, 1
10407       charde (2466)(1:15) = '  2  6  8  9 12'
10408       chnp1 (2466) = 1
10409       chnar (2466) = 15
10410       chnpy (2466) = 10
10411       chnte (2466) = 6
10412       chnhe (2466) = 0
10413       chperm (2466) = 120
10414       chbirf (2466) = 899
10415       chetat (2466) = 692
10416       chtn2i (2466) = 210
10417       chbiet (692) = 2466
10418 c
10419 c Aretes coupees :   3  4  5 11 12
10420       chclas (3100) = ' 5-05'
10421 c Code des aretes coupees : 0, 0, 1, 1, 1, 0, 0, 0, 0, 0, 1, 1
10422       charde (3100)(1:15) = '  3  4  5 11 12'
10423       chnp1 (3100) = 1
10424       chnar (3100) = 15
10425       chnpy (3100) = 10
10426       chnte (3100) = 6
10427       chnhe (3100) = 0
10428       chperm (3100) = 220
10429       chbirf (3100) = 899
10430       chetat (3100) = 693
10431       chtn2i (3100) = 210
10432       chbiet (693) = 3100
10433 c
10434 c Aretes coupees :   3  5  7  9 12
10435       chclas (2388) = ' 5-05'
10436 c Code des aretes coupees : 0, 0, 1, 0, 1, 0, 1, 0, 1, 0, 0, 1
10437       charde (2388)(1:15) = '  3  5  7  9 12'
10438       chnp1 (2388) = 1
10439       chnar (2388) = 15
10440       chnpy (2388) = 10
10441       chnte (2388) = 6
10442       chnhe (2388) = 0
10443       chperm (2388) = 100
10444       chbirf (2388) = 899
10445       chetat (2388) = 694
10446       chtn2i (2388) = 210
10447       chbiet (694) = 2388
10448 c
10449 c Aretes coupees :   4  5  6 10 11
10450       chclas (1592) = ' 5-05'
10451 c Code des aretes coupees : 0, 0, 0, 1, 1, 1, 0, 0, 0, 1, 1, 0
10452       charde (1592)(1:15) = '  4  5  6 10 11'
10453       chnp1 (1592) = 1
10454       chnar (1592) = 15
10455       chnpy (1592) = 10
10456       chnte (1592) = 6
10457       chnhe (1592) = 0
10458       chperm (1592) = 110
10459       chbirf (1592) = 899
10460       chetat (1592) = 695
10461       chtn2i (1592) = 210
10462       chbiet (695) = 1592
10463 c
10464 c ===========================================
10465 c Classe d'equivalence  5-06
10466 c
10467 c Aretes coupees :   1  2  6  8 10
10468       chclas (675) = ' 5-06'
10469 c Code des aretes coupees : 1, 1, 0, 0, 0, 1, 0, 1, 0, 1, 0, 0
10470       charde (675)(1:15) = '  1  2  6  8 10'
10471       chnp1 (675) = 1
10472       chnar (675) = 15
10473       chnpy (675) = 10
10474       chnte (675) = 6
10475       chnhe (675) = 0
10476       chperm (675) = 0
10477       chbirf (675) = 675
10478       chetat (675) = 696
10479       chtn2i (675) = 210
10480       chbiet (696) = 675
10481 c
10482 c Aretes coupees :   1  3  7  8  9
10483       chclas (453) = ' 5-06'
10484 c Code des aretes coupees : 1, 0, 1, 0, 0, 0, 1, 1, 1, 0, 0, 0
10485       charde (453)(1:15) = '  1  3  7  8  9'
10486       chnp1 (453) = 1
10487       chnar (453) = 15
10488       chnpy (453) = 10
10489       chnte (453) = 6
10490       chnhe (453) = 0
10491       chperm (453) = 310
10492       chbirf (453) = 675
10493       chetat (453) = 697
10494       chtn2i (453) = 210
10495       chbiet (697) = 453
10496 c
10497 c Aretes coupees :   1  4  5 10 11
10498       chclas (1561) = ' 5-06'
10499 c Code des aretes coupees : 1, 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 0
10500       charde (1561)(1:15) = '  1  4  5 10 11'
10501       chnp1 (1561) = 1
10502       chnar (1561) = 15
10503       chnpy (1561) = 10
10504       chnte (1561) = 6
10505       chnhe (1561) = 0
10506       chperm (1561) = 30
10507       chbirf (1561) = 675
10508       chetat (1561) = 698
10509       chtn2i (1561) = 210
10510       chbiet (698) = 1561
10511 c
10512 c Aretes coupees :   1  4  8 10 11
10513       chclas (1673) = ' 5-06'
10514 c Code des aretes coupees : 1, 0, 0, 1, 0, 0, 0, 1, 0, 1, 1, 0
10515       charde (1673)(1:15) = '  1  4  8 10 11'
10516       chnp1 (1673) = 1
10517       chnar (1673) = 15
10518       chnpy (1673) = 10
10519       chnte (1673) = 6
10520       chnhe (1673) = 0
10521       chperm (1673) = 210
10522       chbirf (1673) = 675
10523       chetat (1673) = 699
10524       chtn2i (1673) = 210
10525       chbiet (699) = 1673
10526 c
10527 c Aretes coupees :   1  7  8  9 10
10528       chclas (961) = ' 5-06'
10529 c Code des aretes coupees : 1, 0, 0, 0, 0, 0, 1, 1, 1, 1, 0, 0
10530       charde (961)(1:15) = '  1  7  8  9 10'
10531       chnp1 (961) = 1
10532       chnar (961) = 15
10533       chnpy (961) = 10
10534       chnte (961) = 6
10535       chnhe (961) = 0
10536       chperm (961) = 130
10537       chbirf (961) = 675
10538       chetat (961) = 700
10539       chtn2i (961) = 210
10540       chbiet (700) = 961
10541 c
10542 c Aretes coupees :   2  3  6  9 12
10543       chclas (2342) = ' 5-06'
10544 c Code des aretes coupees : 0, 1, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1
10545       charde (2342)(1:15) = '  2  3  6  9 12'
10546       chnp1 (2342) = 1
10547       chnar (2342) = 15
10548       chnpy (2342) = 10
10549       chnte (2342) = 6
10550       chnhe (2342) = 0
10551       chperm (2342) = 10
10552       chbirf (2342) = 675
10553       chetat (2342) = 701
10554       chtn2i (2342) = 210
10555       chbiet (701) = 2342
10556 c
10557 c Aretes coupees :   2  3  7  9 12
10558       chclas (2374) = ' 5-06'
10559 c Code des aretes coupees : 0, 1, 1, 0, 0, 0, 1, 0, 1, 0, 0, 1
10560       charde (2374)(1:15) = '  2  3  7  9 12'
10561       chnp1 (2374) = 1
10562       chnar (2374) = 15
10563       chnpy (2374) = 10
10564       chnte (2374) = 6
10565       chnhe (2374) = 0
10566       chperm (2374) = 230
10567       chbirf (2374) = 675
10568       chetat (2374) = 702
10569       chtn2i (2374) = 210
10570       chbiet (702) = 2374
10571 c
10572 c Aretes coupees :   2  4  5  6 12
10573       chclas (2106) = ' 5-06'
10574 c Code des aretes coupees : 0, 1, 0, 1, 1, 1, 0, 0, 0, 0, 0, 1
10575       charde (2106)(1:15) = '  2  4  5  6 12'
10576       chnp1 (2106) = 1
10577       chnar (2106) = 15
10578       chnpy (2106) = 10
10579       chnte (2106) = 6
10580       chnhe (2106) = 0
10581       chperm (2106) = 330
10582       chbirf (2106) = 675
10583       chetat (2106) = 703
10584       chtn2i (2106) = 210
10585       chbiet (703) = 2106
10586 c
10587 c Aretes coupees :   2  6  8 10 12
10588       chclas (2722) = ' 5-06'
10589 c Code des aretes coupees : 0, 1, 0, 0, 0, 1, 0, 1, 0, 1, 0, 1
10590       charde (2722)(1:15) = '  2  6  8 10 12'
10591       chnp1 (2722) = 1
10592       chnar (2722) = 15
10593       chnpy (2722) = 10
10594       chnte (2722) = 6
10595       chnhe (2722) = 0
10596       chperm (2722) = 200
10597       chbirf (2722) = 675
10598       chetat (2722) = 704
10599       chtn2i (2722) = 210
10600       chbiet (704) = 2722
10601 c
10602 c Aretes coupees :   3  4  5  7 11
10603       chclas (1116) = ' 5-06'
10604 c Code des aretes coupees : 0, 0, 1, 1, 1, 0, 1, 0, 0, 0, 1, 0
10605       charde (1116)(1:15) = '  3  4  5  7 11'
10606       chnp1 (1116) = 1
10607       chnar (1116) = 15
10608       chnpy (1116) = 10
10609       chnte (1116) = 6
10610       chnhe (1116) = 0
10611       chperm (1116) = 300
10612       chbirf (1116) = 675
10613       chetat (1116) = 705
10614       chtn2i (1116) = 210
10615       chbiet (705) = 1116
10616 c
10617 c Aretes coupees :   3  5  7  9 11
10618       chclas (1364) = ' 5-06'
10619 c Code des aretes coupees : 0, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0
10620       charde (1364)(1:15) = '  3  5  7  9 11'
10621       chnp1 (1364) = 1
10622       chnar (1364) = 15
10623       chnpy (1364) = 10
10624       chnte (1364) = 6
10625       chnhe (1364) = 0
10626       chperm (1364) = 100
10627       chbirf (1364) = 675
10628       chetat (1364) = 706
10629       chtn2i (1364) = 210
10630       chbiet (706) = 1364
10631 c
10632 c Aretes coupees :   4  5  6 11 12
10633       chclas (3128) = ' 5-06'
10634 c Code des aretes coupees : 0, 0, 0, 1, 1, 1, 0, 0, 0, 0, 1, 1
10635       charde (3128)(1:15) = '  4  5  6 11 12'
10636       chnp1 (3128) = 1
10637       chnar (3128) = 15
10638       chnpy (3128) = 10
10639       chnte (3128) = 6
10640       chnhe (3128) = 0
10641       chperm (3128) = 110
10642       chbirf (3128) = 675
10643       chetat (3128) = 707
10644       chtn2i (3128) = 210
10645       chbiet (707) = 3128
10646 c
10647 c ===========================================
10648 c Classe d'equivalence  5-07
10649 c
10650 c Aretes coupees :   1  2  7  8  9
10651       chclas (451) = ' 5-07'
10652 c Code des aretes coupees : 1, 1, 0, 0, 0, 0, 1, 1, 1, 0, 0, 0
10653       charde (451)(1:15) = '  1  2  7  8  9'
10654       chnp1 (451) = 1
10655       chnar (451) = 15
10656       chnpy (451) = 10
10657       chnte (451) = 6
10658       chnhe (451) = 0
10659       chperm (451) = 0
10660       chbirf (451) = 451
10661       chetat (451) = 708
10662       chtn2i (451) = 210
10663       chbiet (708) = 451
10664 c
10665 c Aretes coupees :   1  3  5  7 11
10666       chclas (1109) = ' 5-07'
10667 c Code des aretes coupees : 1, 0, 1, 0, 1, 0, 1, 0, 0, 0, 1, 0
10668       charde (1109)(1:15) = '  1  3  5  7 11'
10669       chnp1 (1109) = 1
10670       chnar (1109) = 15
10671       chnpy (1109) = 10
10672       chnte (1109) = 6
10673       chnhe (1109) = 0
10674       chperm (1109) = 101
10675       chbirf (1109) = 451
10676       chetat (1109) = 709
10677       chtn2i (1109) = 210
10678       chbiet (709) = 1109
10679 c
10680 c Aretes coupees :   1  4  6 10 11
10681       chclas (1577) = ' 5-07'
10682 c Code des aretes coupees : 1, 0, 0, 1, 0, 1, 0, 0, 0, 1, 1, 0
10683       charde (1577)(1:15) = '  1  4  6 10 11'
10684       chnp1 (1577) = 1
10685       chnar (1577) = 15
10686       chnpy (1577) = 10
10687       chnte (1577) = 6
10688       chnhe (1577) = 0
10689       chperm (1577) = 110
10690       chbirf (1577) = 451
10691       chetat (1577) = 710
10692       chtn2i (1577) = 210
10693       chbiet (710) = 1577
10694 c
10695 c Aretes coupees :   1  4  7 10 11
10696       chclas (1609) = ' 5-07'
10697 c Code des aretes coupees : 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 1, 0
10698       charde (1609)(1:15) = '  1  4  7 10 11'
10699       chnp1 (1609) = 1
10700       chnar (1609) = 15
10701       chnpy (1609) = 10
10702       chnte (1609) = 6
10703       chnhe (1609) = 0
10704       chperm (1609) = 300
10705       chbirf (1609) = 451
10706       chetat (1609) = 711
10707       chtn2i (1609) = 210
10708       chbiet (711) = 1609
10709 c
10710 c Aretes coupees :   1  7  8  9 11
10711       chclas (1473) = ' 5-07'
10712 c Code des aretes coupees : 1, 0, 0, 0, 0, 0, 1, 1, 1, 0, 1, 0
10713       charde (1473)(1:15) = '  1  7  8  9 11'
10714       chnp1 (1473) = 1
10715       chnar (1473) = 15
10716       chnpy (1473) = 10
10717       chnte (1473) = 6
10718       chnhe (1473) = 0
10719       chperm (1473) = 210
10720       chbirf (1473) = 451
10721       chetat (1473) = 712
10722       chtn2i (1473) = 210
10723       chbiet (712) = 1473
10724 c
10725 c Aretes coupees :   2  3  5  9 12
10726       chclas (2326) = ' 5-07'
10727 c Code des aretes coupees : 0, 1, 1, 0, 1, 0, 0, 0, 1, 0, 0, 1
10728       charde (2326)(1:15) = '  2  3  5  9 12'
10729       chnp1 (2326) = 1
10730       chnar (2326) = 15
10731       chnpy (2326) = 10
10732       chnte (2326) = 6
10733       chnhe (2326) = 0
10734       chperm (2326) = 100
10735       chbirf (2326) = 451
10736       chetat (2326) = 713
10737       chtn2i (2326) = 210
10738       chbiet (713) = 2326
10739 c
10740 c Aretes coupees :   2  3  8  9 12
10741       chclas (2438) = ' 5-07'
10742 c Code des aretes coupees : 0, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0, 1
10743       charde (2438)(1:15) = '  2  3  8  9 12'
10744       chnp1 (2438) = 1
10745       chnar (2438) = 15
10746       chnpy (2438) = 10
10747       chnte (2438) = 6
10748       chnhe (2438) = 0
10749       chperm (2438) = 310
10750       chbirf (2438) = 451
10751       chetat (2438) = 714
10752       chtn2i (2438) = 210
10753       chbiet (714) = 2438
10754 c
10755 c Aretes coupees :   2  4  6  8 10
10756       chclas (682) = ' 5-07'
10757 c Code des aretes coupees : 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 0
10758       charde (682)(1:15) = '  2  4  6  8 10'
10759       chnp1 (682) = 1
10760       chnar (682) = 15
10761       chnpy (682) = 10
10762       chnte (682) = 6
10763       chnhe (682) = 0
10764       chperm (682) = 1
10765       chbirf (682) = 451
10766       chetat (682) = 715
10767       chtn2i (682) = 210
10768       chbiet (715) = 682
10769 c
10770 c Aretes coupees :   2  6  8  9 10
10771       chclas (930) = ' 5-07'
10772 c Code des aretes coupees : 0, 1, 0, 0, 0, 1, 0, 1, 1, 1, 0, 0
10773       charde (930)(1:15) = '  2  6  8  9 10'
10774       chnp1 (930) = 1
10775       chnar (930) = 15
10776       chnpy (930) = 10
10777       chnte (930) = 6
10778       chnhe (930) = 0
10779       chperm (930) = 201
10780       chbirf (930) = 451
10781       chetat (930) = 716
10782       chtn2i (930) = 210
10783       chbiet (716) = 930
10784 c
10785 c Aretes coupees :   3  4  5  6 12
10786       chclas (2108) = ' 5-07'
10787 c Code des aretes coupees : 0, 0, 1, 1, 1, 1, 0, 0, 0, 0, 0, 1
10788       charde (2108)(1:15) = '  3  4  5  6 12'
10789       chnp1 (2108) = 1
10790       chnar (2108) = 15
10791       chnpy (2108) = 10
10792       chnte (2108) = 6
10793       chnhe (2108) = 0
10794       chperm (2108) = 10
10795       chbirf (2108) = 451
10796       chetat (2108) = 717
10797       chtn2i (2108) = 210
10798       chbiet (717) = 2108
10799 c
10800 c Aretes coupees :   3  5  7 11 12
10801       chclas (3156) = ' 5-07'
10802 c Code des aretes coupees : 0, 0, 1, 0, 1, 0, 1, 0, 0, 0, 1, 1
10803       charde (3156)(1:15) = '  3  5  7 11 12'
10804       chnp1 (3156) = 1
10805       chnar (3156) = 15
10806       chnpy (3156) = 10
10807       chnte (3156) = 6
10808       chnhe (3156) = 0
10809       chperm (3156) = 301
10810       chbirf (3156) = 451
10811       chetat (3156) = 718
10812       chtn2i (3156) = 210
10813       chbiet (718) = 3156
10814 c
10815 c Aretes coupees :   4  5  6 10 12
10816       chclas (2616) = ' 5-07'
10817 c Code des aretes coupees : 0, 0, 0, 1, 1, 1, 0, 0, 0, 1, 0, 1
10818       charde (2616)(1:15) = '  4  5  6 10 12'
10819       chnp1 (2616) = 1
10820       chnar (2616) = 15
10821       chnpy (2616) = 10
10822       chnte (2616) = 6
10823       chnhe (2616) = 0
10824       chperm (2616) = 200
10825       chbirf (2616) = 451
10826       chetat (2616) = 719
10827       chtn2i (2616) = 210
10828       chbiet (719) = 2616
10829 c
10830 c ===========================================
10831 c Classe d'equivalence  5-08
10832 c
10833 c Aretes coupees :   1  2  6  7 11
10834       chclas (1123) = ' 5-08'
10835 c Code des aretes coupees : 1, 1, 0, 0, 0, 1, 1, 0, 0, 0, 1, 0
10836       charde (1123)(1:15) = '  1  2  6  7 11'
10837       chnp1 (1123) = 1
10838       chnar (1123) = 17
10839       chnpy (1123) = 12
10840       chnte (1123) = 6
10841       chnhe (1123) = 0
10842       chperm (1123) = 0
10843       chbirf (1123) = 1123
10844       chetat (1123) = 720
10845       chtn2i (1123) = 210
10846       chbiet (720) = 1123
10847 c
10848 c Aretes coupees :   1  2  7 11 12
10849       chclas (3139) = ' 5-08'
10850 c Code des aretes coupees : 1, 1, 0, 0, 0, 0, 1, 0, 0, 0, 1, 1
10851       charde (3139)(1:15) = '  1  2  7 11 12'
10852       chnp1 (3139) = 1
10853       chnar (3139) = 17
10854       chnpy (3139) = 12
10855       chnte (3139) = 6
10856       chnhe (3139) = 0
10857       chperm (3139) = 230
10858       chbirf (3139) = 1123
10859       chetat (3139) = 721
10860       chtn2i (3139) = 210
10861       chbiet (721) = 3139
10862 c
10863 c Aretes coupees :   1  3  5  8 12
10864       chclas (2197) = ' 5-08'
10865 c Code des aretes coupees : 1, 0, 1, 0, 1, 0, 0, 1, 0, 0, 0, 1
10866       charde (2197)(1:15) = '  1  3  5  8 12'
10867       chnp1 (2197) = 1
10868       chnar (2197) = 17
10869       chnpy (2197) = 12
10870       chnte (2197) = 6
10871       chnhe (2197) = 0
10872       chperm (2197) = 310
10873       chbirf (2197) = 1123
10874       chetat (2197) = 722
10875       chtn2i (2197) = 210
10876       chbiet (722) = 2197
10877 c
10878 c Aretes coupees :   1  3  5 10 12
10879       chclas (2581) = ' 5-08'
10880 c Code des aretes coupees : 1, 0, 1, 0, 1, 0, 0, 0, 0, 1, 0, 1
10881       charde (2581)(1:15) = '  1  3  5 10 12'
10882       chnp1 (2581) = 1
10883       chnar (2581) = 17
10884       chnpy (2581) = 12
10885       chnte (2581) = 6
10886       chnhe (2581) = 0
10887       chperm (2581) = 30
10888       chbirf (2581) = 1123
10889       chetat (2581) = 723
10890       chtn2i (2581) = 210
10891       chbiet (723) = 2581
10892 c
10893 c Aretes coupees :   1  6  7 11 12
10894       chclas (3169) = ' 5-08'
10895 c Code des aretes coupees : 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 1, 1
10896       charde (3169)(1:15) = '  1  6  7 11 12'
10897       chnp1 (3169) = 1
10898       chnar (3169) = 17
10899       chnpy (3169) = 12
10900       chnte (3169) = 6
10901       chnhe (3169) = 0
10902       chperm (3169) = 110
10903       chbirf (3169) = 1123
10904       chetat (3169) = 724
10905       chtn2i (3169) = 210
10906       chbiet (724) = 3169
10907 c
10908 c Aretes coupees :   2  4  5  8  9
10909       chclas (410) = ' 5-08'
10910 c Code des aretes coupees : 0, 1, 0, 1, 1, 0, 0, 1, 1, 0, 0, 0
10911       charde (410)(1:15) = '  2  4  5  8  9'
10912       chnp1 (410) = 1
10913       chnar (410) = 17
10914       chnpy (410) = 12
10915       chnte (410) = 6
10916       chnhe (410) = 0
10917       chperm (410) = 330
10918       chbirf (410) = 1123
10919       chetat (410) = 725
10920       chtn2i (410) = 210
10921       chbiet (725) = 410
10922 c
10923 c Aretes coupees :   2  4  8  9 11
10924       chclas (1418) = ' 5-08'
10925 c Code des aretes coupees : 0, 1, 0, 1, 0, 0, 0, 1, 1, 0, 1, 0
10926       charde (1418)(1:15) = '  2  4  8  9 11'
10927       chnp1 (1418) = 1
10928       chnar (1418) = 17
10929       chnpy (1418) = 12
10930       chnte (1418) = 6
10931       chnhe (1418) = 0
10932       chperm (1418) = 210
10933       chbirf (1418) = 1123
10934       chetat (1418) = 726
10935       chtn2i (1418) = 210
10936       chbiet (726) = 1418
10937 c
10938 c Aretes coupees :   2  5  8  9 11
10939       chclas (1426) = ' 5-08'
10940 c Code des aretes coupees : 0, 1, 0, 0, 1, 0, 0, 1, 1, 0, 1, 0
10941       charde (1426)(1:15) = '  2  5  8  9 11'
10942       chnp1 (1426) = 1
10943       chnar (1426) = 17
10944       chnpy (1426) = 12
10945       chnte (1426) = 6
10946       chnhe (1426) = 0
10947       chperm (1426) = 100
10948       chbirf (1426) = 1123
10949       chetat (1426) = 727
10950       chtn2i (1426) = 210
10951       chbiet (727) = 1426
10952 c
10953 c Aretes coupees :   3  4  6  7 10
10954       chclas (620) = ' 5-08'
10955 c Code des aretes coupees : 0, 0, 1, 1, 0, 1, 1, 0, 0, 1, 0, 0
10956       charde (620)(1:15) = '  3  4  6  7 10'
10957       chnp1 (620) = 1
10958       chnar (620) = 17
10959       chnpy (620) = 12
10960       chnte (620) = 6
10961       chnhe (620) = 0
10962       chperm (620) = 300
10963       chbirf (620) = 1123
10964       chetat (620) = 728
10965       chtn2i (620) = 210
10966       chbiet (728) = 620
10967 c
10968 c Aretes coupees :   3  4  6  9 10
10969       chclas (812) = ' 5-08'
10970 c Code des aretes coupees : 0, 0, 1, 1, 0, 1, 0, 0, 1, 1, 0, 0
10971       charde (812)(1:15) = '  3  4  6  9 10'
10972       chnp1 (812) = 1
10973       chnar (812) = 17
10974       chnpy (812) = 12
10975       chnte (812) = 6
10976       chnhe (812) = 0
10977       chperm (812) = 10
10978       chbirf (812) = 1123
10979       chetat (812) = 729
10980       chtn2i (812) = 210
10981       chbiet (729) = 812
10982 c
10983 c Aretes coupees :   3  5  8 10 12
10984       chclas (2708) = ' 5-08'
10985 c Code des aretes coupees : 0, 0, 1, 0, 1, 0, 0, 1, 0, 1, 0, 1
10986       charde (2708)(1:15) = '  3  5  8 10 12'
10987       chnp1 (2708) = 1
10988       chnar (2708) = 17
10989       chnpy (2708) = 12
10990       chnte (2708) = 6
10991       chnhe (2708) = 0
10992       chperm (2708) = 200
10993       chbirf (2708) = 1123
10994       chetat (2708) = 730
10995       chtn2i (2708) = 210
10996       chbiet (730) = 2708
10997 c
10998 c Aretes coupees :   4  6  7  9 10
10999       chclas (872) = ' 5-08'
11000 c Code des aretes coupees : 0, 0, 0, 1, 0, 1, 1, 0, 1, 1, 0, 0
11001       charde (872)(1:15) = '  4  6  7  9 10'
11002       chnp1 (872) = 1
11003       chnar (872) = 17
11004       chnpy (872) = 12
11005       chnte (872) = 6
11006       chnhe (872) = 0
11007       chperm (872) = 130
11008       chbirf (872) = 1123
11009       chetat (872) = 731
11010       chtn2i (872) = 210
11011       chbiet (731) = 872
11012 c
11013 c ===========================================
11014 c Classe d'equivalence  5-09
11015 c
11016 c Aretes coupees :   1  2  6  7 12
11017       chclas (2147) = ' 5-09'
11018 c Code des aretes coupees : 1, 1, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1
11019       charde (2147)(1:15) = '  1  2  6  7 12'
11020       chnp1 (2147) = 1
11021       chnar (2147) = 17
11022       chnpy (2147) = 12
11023       chnte (2147) = 6
11024       chnhe (2147) = 0
11025       chperm (2147) = 0
11026       chbirf (2147) = 2147
11027       chetat (2147) = 732
11028       chtn2i (2147) = 210
11029       chbiet (732) = 2147
11030 c
11031 c Aretes coupees :   1  2  6 11 12
11032       chclas (3107) = ' 5-09'
11033 c Code des aretes coupees : 1, 1, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1
11034       charde (3107)(1:15) = '  1  2  6 11 12'
11035       chnp1 (3107) = 1
11036       chnar (3107) = 17
11037       chnpy (3107) = 12
11038       chnte (3107) = 6
11039       chnhe (3107) = 0
11040       chperm (3107) = 110
11041       chbirf (3107) = 2147
11042       chetat (3107) = 733
11043       chtn2i (3107) = 210
11044       chbiet (733) = 3107
11045 c
11046 c Aretes coupees :   1  3  5  8 10
11047       chclas (661) = ' 5-09'
11048 c Code des aretes coupees : 1, 0, 1, 0, 1, 0, 0, 1, 0, 1, 0, 0
11049       charde (661)(1:15) = '  1  3  5  8 10'
11050       chnp1 (661) = 1
11051       chnar (661) = 17
11052       chnpy (661) = 12
11053       chnte (661) = 6
11054       chnhe (661) = 0
11055       chperm (661) = 101
11056       chbirf (661) = 2147
11057       chetat (661) = 734
11058       chtn2i (661) = 210
11059       chbiet (734) = 661
11060 c
11061 c Aretes coupees :   1  3  8 10 12
11062       chclas (2693) = ' 5-09'
11063 c Code des aretes coupees : 1, 0, 1, 0, 0, 0, 0, 1, 0, 1, 0, 1
11064       charde (2693)(1:15) = '  1  3  8 10 12'
11065       chnp1 (2693) = 1
11066       chnar (2693) = 17
11067       chnpy (2693) = 12
11068       chnte (2693) = 6
11069       chnhe (2693) = 0
11070       chperm (2693) = 310
11071       chbirf (2693) = 2147
11072       chetat (2693) = 735
11073       chtn2i (2693) = 210
11074       chbiet (735) = 2693
11075 c
11076 c Aretes coupees :   1  5  8 10 12
11077       chclas (2705) = ' 5-09'
11078 c Code des aretes coupees : 1, 0, 0, 0, 1, 0, 0, 1, 0, 1, 0, 1
11079       charde (2705)(1:15) = '  1  5  8 10 12'
11080       chnp1 (2705) = 1
11081       chnar (2705) = 17
11082       chnpy (2705) = 12
11083       chnte (2705) = 6
11084       chnhe (2705) = 0
11085       chperm (2705) = 200
11086       chbirf (2705) = 2147
11087       chetat (2705) = 736
11088       chtn2i (2705) = 210
11089       chbiet (736) = 2705
11090 c
11091 c Aretes coupees :   2  4  5  8 11
11092       chclas (1178) = ' 5-09'
11093 c Code des aretes coupees : 0, 1, 0, 1, 1, 0, 0, 1, 0, 0, 1, 0
11094       charde (1178)(1:15) = '  2  4  5  8 11'
11095       chnp1 (1178) = 1
11096       chnar (1178) = 17
11097       chnpy (1178) = 12
11098       chnte (1178) = 6
11099       chnhe (1178) = 0
11100       chperm (1178) = 1
11101       chbirf (1178) = 2147
11102       chetat (1178) = 737
11103       chtn2i (1178) = 210
11104       chbiet (737) = 1178
11105 c
11106 c Aretes coupees :   2  4  5  9 11
11107       chclas (1306) = ' 5-09'
11108 c Code des aretes coupees : 0, 1, 0, 1, 1, 0, 0, 0, 1, 0, 1, 0
11109       charde (1306)(1:15) = '  2  4  5  9 11'
11110       chnp1 (1306) = 1
11111       chnar (1306) = 17
11112       chnpy (1306) = 12
11113       chnte (1306) = 6
11114       chnhe (1306) = 0
11115       chperm (1306) = 100
11116       chbirf (1306) = 2147
11117       chetat (1306) = 738
11118       chtn2i (1306) = 210
11119       chbiet (738) = 1306
11120 c
11121 c Aretes coupees :   2  6  7 11 12
11122       chclas (3170) = ' 5-09'
11123 c Code des aretes coupees : 0, 1, 0, 0, 0, 1, 1, 0, 0, 0, 1, 1
11124       charde (3170)(1:15) = '  2  6  7 11 12'
11125       chnp1 (3170) = 1
11126       chnar (3170) = 17
11127       chnpy (3170) = 12
11128       chnte (3170) = 6
11129       chnhe (3170) = 0
11130       chperm (3170) = 301
11131       chbirf (3170) = 2147
11132       chetat (3170) = 739
11133       chtn2i (3170) = 210
11134       chbiet (739) = 3170
11135 c
11136 c Aretes coupees :   3  4  6  7  9
11137       chclas (364) = ' 5-09'
11138 c Code des aretes coupees : 0, 0, 1, 1, 0, 1, 1, 0, 1, 0, 0, 0
11139       charde (364)(1:15) = '  3  4  6  7  9'
11140       chnp1 (364) = 1
11141       chnar (364) = 17
11142       chnpy (364) = 12
11143       chnte (364) = 6
11144       chnhe (364) = 0
11145       chperm (364) = 10
11146       chbirf (364) = 2147
11147       chetat (364) = 740
11148       chtn2i (364) = 210
11149       chbiet (740) = 364
11150 c
11151 c Aretes coupees :   3  4  7  9 10
11152       chclas (844) = ' 5-09'
11153 c Code des aretes coupees : 0, 0, 1, 1, 0, 0, 1, 0, 1, 1, 0, 0
11154       charde (844)(1:15) = '  3  4  7  9 10'
11155       chnp1 (844) = 1
11156       chnar (844) = 17
11157       chnpy (844) = 12
11158       chnte (844) = 6
11159       chnhe (844) = 0
11160       chperm (844) = 300
11161       chbirf (844) = 2147
11162       chetat (844) = 741
11163       chtn2i (844) = 210
11164       chbiet (741) = 844
11165 c
11166 c Aretes coupees :   3  6  7  9 10
11167       chclas (868) = ' 5-09'
11168 c Code des aretes coupees : 0, 0, 1, 0, 0, 1, 1, 0, 1, 1, 0, 0
11169       charde (868)(1:15) = '  3  6  7  9 10'
11170       chnp1 (868) = 1
11171       chnar (868) = 17
11172       chnpy (868) = 12
11173       chnte (868) = 6
11174       chnhe (868) = 0
11175       chperm (868) = 201
11176       chbirf (868) = 2147
11177       chetat (868) = 742
11178       chtn2i (868) = 210
11179       chbiet (742) = 868
11180 c
11181 c Aretes coupees :   4  5  8  9 11
11182       chclas (1432) = ' 5-09'
11183 c Code des aretes coupees : 0, 0, 0, 1, 1, 0, 0, 1, 1, 0, 1, 0
11184       charde (1432)(1:15) = '  4  5  8  9 11'
11185       chnp1 (1432) = 1
11186       chnar (1432) = 17
11187       chnpy (1432) = 12
11188       chnte (1432) = 6
11189       chnhe (1432) = 0
11190       chperm (1432) = 210
11191       chbirf (1432) = 2147
11192       chetat (1432) = 743
11193       chtn2i (1432) = 210
11194       chbiet (743) = 1432
11195 c
11196 c ===========================================
11197 c Classe d'equivalence  5-10
11198 c
11199 c Aretes coupees :   1  2  5  8 11
11200       chclas (1171) = ' 5-10'
11201 c Code des aretes coupees : 1, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0
11202       charde (1171)(1:15) = '  1  2  5  8 11'
11203       chnp1 (1171) = 1
11204       chnar (1171) = 17
11205       chnpy (1171) = 12
11206       chnte (1171) = 6
11207       chnhe (1171) = 0
11208       chperm (1171) = 0
11209       chbirf (1171) = 1171
11210       chetat (1171) = 744
11211       chtn2i (1171) = 210
11212       chbiet (744) = 1171
11213 c
11214 c Aretes coupees :   1  2  5  8 12
11215       chclas (2195) = ' 5-10'
11216 c Code des aretes coupees : 1, 1, 0, 0, 1, 0, 0, 1, 0, 0, 0, 1
11217       charde (2195)(1:15) = '  1  2  5  8 12'
11218       chnp1 (2195) = 1
11219       chnar (2195) = 17
11220       chnpy (2195) = 12
11221       chnte (2195) = 6
11222       chnhe (2195) = 0
11223       chperm (2195) = 330
11224       chbirf (2195) = 1171
11225       chetat (2195) = 745
11226       chtn2i (2195) = 210
11227       chbiet (745) = 2195
11228 c
11229 c Aretes coupees :   1  2  5 11 12
11230       chclas (3091) = ' 5-10'
11231 c Code des aretes coupees : 1, 1, 0, 0, 1, 0, 0, 0, 0, 0, 1, 1
11232       charde (3091)(1:15) = '  1  2  5 11 12'
11233       chnp1 (3091) = 1
11234       chnar (3091) = 17
11235       chnpy (3091) = 12
11236       chnte (3091) = 6
11237       chnhe (3091) = 0
11238       chperm (3091) = 101
11239       chbirf (3091) = 1171
11240       chetat (3091) = 746
11241       chtn2i (3091) = 210
11242       chbiet (746) = 3091
11243 c
11244 c Aretes coupees :   1  2  8 11 12
11245       chclas (3203) = ' 5-10'
11246 c Code des aretes coupees : 1, 1, 0, 0, 0, 0, 0, 1, 0, 0, 1, 1
11247       charde (3203)(1:15) = '  1  2  8 11 12'
11248       chnp1 (3203) = 1
11249       chnar (3203) = 17
11250       chnpy (3203) = 12
11251       chnte (3203) = 6
11252       chnhe (3203) = 0
11253       chperm (3203) = 210
11254       chbirf (3203) = 1171
11255       chetat (3203) = 747
11256       chtn2i (3203) = 210
11257       chbiet (747) = 3203
11258 c
11259 c Aretes coupees :   1  3  6  7 10
11260       chclas (613) = ' 5-10'
11261 c Code des aretes coupees : 1, 0, 1, 0, 0, 1, 1, 0, 0, 1, 0, 0
11262       charde (613)(1:15) = '  1  3  6  7 10'
11263       chnp1 (613) = 1
11264       chnar (613) = 17
11265       chnpy (613) = 12
11266       chnte (613) = 6
11267       chnhe (613) = 0
11268       chperm (613) = 320
11269       chbirf (613) = 1171
11270       chetat (613) = 748
11271       chtn2i (613) = 210
11272       chbiet (748) = 613
11273 c
11274 c Aretes coupees :   1  3  6  7 12
11275       chclas (2149) = ' 5-10'
11276 c Code des aretes coupees : 1, 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 1
11277       charde (2149)(1:15) = '  1  3  6  7 12'
11278       chnp1 (2149) = 1
11279       chnar (2149) = 17
11280       chnpy (2149) = 12
11281       chnte (2149) = 6
11282       chnhe (2149) = 0
11283       chperm (2149) = 221
11284       chbirf (2149) = 1171
11285       chetat (2149) = 749
11286       chtn2i (2149) = 210
11287       chbiet (749) = 2149
11288 c
11289 c Aretes coupees :   1  3  6 10 12
11290       chclas (2597) = ' 5-10'
11291 c Code des aretes coupees : 1, 0, 1, 0, 0, 1, 0, 0, 0, 1, 0, 1
11292       charde (2597)(1:15) = '  1  3  6 10 12'
11293       chnp1 (2597) = 1
11294       chnar (2597) = 17
11295       chnpy (2597) = 12
11296       chnte (2597) = 6
11297       chnhe (2597) = 0
11298       chperm (2597) = 10
11299       chbirf (2597) = 1171
11300       chetat (2597) = 750
11301       chtn2i (2597) = 210
11302       chbiet (750) = 2597
11303 c
11304 c Aretes coupees :   1  3  7 10 12
11305       chclas (2629) = ' 5-10'
11306 c Code des aretes coupees : 1, 0, 1, 0, 0, 0, 1, 0, 0, 1, 0, 1
11307       charde (2629)(1:15) = '  1  3  7 10 12'
11308       chnp1 (2629) = 1
11309       chnar (2629) = 17
11310       chnpy (2629) = 12
11311       chnte (2629) = 6
11312       chnhe (2629) = 0
11313       chperm (2629) = 301
11314       chbirf (2629) = 1171
11315       chetat (2629) = 751
11316       chtn2i (2629) = 210
11317       chbiet (751) = 2629
11318 c
11319 c Aretes coupees :   1  5  8 11 12
11320       chclas (3217) = ' 5-10'
11321 c Code des aretes coupees : 1, 0, 0, 0, 1, 0, 0, 1, 0, 0, 1, 1
11322       charde (3217)(1:15) = '  1  5  8 11 12'
11323       chnp1 (3217) = 1
11324       chnar (3217) = 17
11325       chnpy (3217) = 12
11326       chnte (3217) = 6
11327       chnhe (3217) = 0
11328       chperm (3217) = 21
11329       chbirf (3217) = 1171
11330       chetat (3217) = 752
11331       chtn2i (3217) = 210
11332       chbiet (752) = 3217
11333 c
11334 c Aretes coupees :   1  6  7 10 12
11335       chclas (2657) = ' 5-10'
11336 c Code des aretes coupees : 1, 0, 0, 0, 0, 1, 1, 0, 0, 1, 0, 1
11337       charde (2657)(1:15) = '  1  6  7 10 12'
11338       chnp1 (2657) = 1
11339       chnar (2657) = 17
11340       chnpy (2657) = 12
11341       chnte (2657) = 6
11342       chnhe (2657) = 0
11343       chperm (2657) = 130
11344       chbirf (2657) = 1171
11345       chetat (2657) = 753
11346       chtn2i (2657) = 210
11347       chbiet (753) = 2657
11348 c
11349 c Aretes coupees :   2  4  6  7  9
11350       chclas (362) = ' 5-10'
11351 c Code des aretes coupees : 0, 1, 0, 1, 0, 1, 1, 0, 1, 0, 0, 0
11352       charde (362)(1:15) = '  2  4  6  7  9'
11353       chnp1 (362) = 1
11354       chnar (362) = 17
11355       chnpy (362) = 12
11356       chnte (362) = 6
11357       chnhe (362) = 0
11358       chperm (362) = 1
11359       chbirf (362) = 1171
11360       chetat (362) = 754
11361       chtn2i (362) = 210
11362       chbiet (754) = 362
11363 c
11364 c Aretes coupees :   2  4  6  7 11
11365       chclas (1130) = ' 5-10'
11366 c Code des aretes coupees : 0, 1, 0, 1, 0, 1, 1, 0, 0, 0, 1, 0
11367       charde (1130)(1:15) = '  2  4  6  7 11'
11368       chnp1 (1130) = 1
11369       chnar (1130) = 17
11370       chnpy (1130) = 12
11371       chnte (1130) = 6
11372       chnhe (1130) = 0
11373       chperm (1130) = 300
11374       chbirf (1130) = 1171
11375       chetat (1130) = 755
11376       chtn2i (1130) = 210
11377       chbiet (755) = 1130
11378 c
11379 c Aretes coupees :   2  4  6  9 11
11380       chclas (1322) = ' 5-10'
11381 c Code des aretes coupees : 0, 1, 0, 1, 0, 1, 0, 0, 1, 0, 1, 0
11382       charde (1322)(1:15) = '  2  4  6  9 11'
11383       chnp1 (1322) = 1
11384       chnar (1322) = 17
11385       chnpy (1322) = 12
11386       chnte (1322) = 6
11387       chnhe (1322) = 0
11388       chperm (1322) = 321
11389       chbirf (1322) = 1171
11390       chetat (1322) = 756
11391       chtn2i (1322) = 210
11392       chbiet (756) = 1322
11393 c
11394 c Aretes coupees :   2  4  7  9 11
11395       chclas (1354) = ' 5-10'
11396 c Code des aretes coupees : 0, 1, 0, 1, 0, 0, 1, 0, 1, 0, 1, 0
11397       charde (1354)(1:15) = '  2  4  7  9 11'
11398       chnp1 (1354) = 1
11399       chnar (1354) = 17
11400       chnpy (1354) = 12
11401       chnte (1354) = 6
11402       chnhe (1354) = 0
11403       chperm (1354) = 230
11404       chbirf (1354) = 1171
11405       chetat (1354) = 757
11406       chtn2i (1354) = 210
11407       chbiet (757) = 1354
11408 c
11409 c Aretes coupees :   2  5  8 11 12
11410       chclas (3218) = ' 5-10'
11411 c Code des aretes coupees : 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 1
11412       charde (3218)(1:15) = '  2  5  8 11 12'
11413       chnp1 (3218) = 1
11414       chnar (3218) = 17
11415       chnpy (3218) = 12
11416       chnte (3218) = 6
11417       chnhe (3218) = 0
11418       chperm (3218) = 120
11419       chbirf (3218) = 1171
11420       chetat (3218) = 758
11421       chtn2i (3218) = 210
11422       chbiet (758) = 3218
11423 c
11424 c Aretes coupees :   2  6  7  9 11
11425       chclas (1378) = ' 5-10'
11426 c Code des aretes coupees : 0, 1, 0, 0, 0, 1, 1, 0, 1, 0, 1, 0
11427       charde (1378)(1:15) = '  2  6  7  9 11'
11428       chnp1 (1378) = 1
11429       chnar (1378) = 17
11430       chnpy (1378) = 12
11431       chnte (1378) = 6
11432       chnhe (1378) = 0
11433       chperm (1378) = 20
11434       chbirf (1378) = 1171
11435       chetat (1378) = 759
11436       chtn2i (1378) = 210
11437       chbiet (759) = 1378
11438 c
11439 c Aretes coupees :   3  4  5  8  9
11440       chclas (412) = ' 5-10'
11441 c Code des aretes coupees : 0, 0, 1, 1, 1, 0, 0, 1, 1, 0, 0, 0
11442       charde (412)(1:15) = '  3  4  5  8  9'
11443       chnp1 (412) = 1
11444       chnar (412) = 17
11445       chnpy (412) = 12
11446       chnte (412) = 6
11447       chnhe (412) = 0
11448       chperm (412) = 310
11449       chbirf (412) = 1171
11450       chetat (412) = 760
11451       chtn2i (412) = 210
11452       chbiet (760) = 412
11453 c
11454 c Aretes coupees :   3  4  5  8 10
11455       chclas (668) = ' 5-10'
11456 c Code des aretes coupees : 0, 0, 1, 1, 1, 0, 0, 1, 0, 1, 0, 0
11457       charde (668)(1:15) = '  3  4  5  8 10'
11458       chnp1 (668) = 1
11459       chnar (668) = 17
11460       chnpy (668) = 12
11461       chnte (668) = 6
11462       chnhe (668) = 0
11463       chperm (668) = 220
11464       chbirf (668) = 1171
11465       chetat (668) = 761
11466       chtn2i (668) = 210
11467       chbiet (761) = 668
11468 c
11469 c Aretes coupees :   3  4  5  9 10
11470       chclas (796) = ' 5-10'
11471 c Code des aretes coupees : 0, 0, 1, 1, 1, 0, 0, 0, 1, 1, 0, 0
11472       charde (796)(1:15) = '  3  4  5  9 10'
11473       chnp1 (796) = 1
11474       chnar (796) = 17
11475       chnpy (796) = 12
11476       chnte (796) = 6
11477       chnhe (796) = 0
11478       chperm (796) = 30
11479       chbirf (796) = 1171
11480       chetat (796) = 762
11481       chtn2i (796) = 210
11482       chbiet (762) = 796
11483 c
11484 c Aretes coupees :   3  4  8  9 10
11485       chclas (908) = ' 5-10'
11486 c Code des aretes coupees : 0, 0, 1, 1, 0, 0, 0, 1, 1, 1, 0, 0
11487       charde (908)(1:15) = '  3  4  8  9 10'
11488       chnp1 (908) = 1
11489       chnar (908) = 17
11490       chnpy (908) = 12
11491       chnte (908) = 6
11492       chnhe (908) = 0
11493       chperm (908) = 121
11494       chbirf (908) = 1171
11495       chetat (908) = 763
11496       chtn2i (908) = 210
11497       chbiet (763) = 908
11498 c
11499 c Aretes coupees :   3  5  8  9 10
11500       chclas (916) = ' 5-10'
11501 c Code des aretes coupees : 0, 0, 1, 0, 1, 0, 0, 1, 1, 1, 0, 0
11502       charde (916)(1:15) = '  3  5  8  9 10'
11503       chnp1 (916) = 1
11504       chnar (916) = 17
11505       chnpy (916) = 12
11506       chnte (916) = 6
11507       chnhe (916) = 0
11508       chperm (916) = 100
11509       chbirf (916) = 1171
11510       chetat (916) = 764
11511       chtn2i (916) = 210
11512       chbiet (764) = 916
11513 c
11514 c Aretes coupees :   3  6  7 10 12
11515       chclas (2660) = ' 5-10'
11516 c Code des aretes coupees : 0, 0, 1, 0, 0, 1, 1, 0, 0, 1, 0, 1
11517       charde (2660)(1:15) = '  3  6  7 10 12'
11518       chnp1 (2660) = 1
11519       chnar (2660) = 17
11520       chnpy (2660) = 12
11521       chnte (2660) = 6
11522       chnhe (2660) = 0
11523       chperm (2660) = 200
11524       chbirf (2660) = 1171
11525       chetat (2660) = 765
11526       chtn2i (2660) = 210
11527       chbiet (765) = 2660
11528 c
11529 c Aretes coupees :   4  5  8  9 10
11530       chclas (920) = ' 5-10'
11531 c Code des aretes coupees : 0, 0, 0, 1, 1, 0, 0, 1, 1, 1, 0, 0
11532       charde (920)(1:15) = '  4  5  8  9 10'
11533       chnp1 (920) = 1
11534       chnar (920) = 17
11535       chnpy (920) = 12
11536       chnte (920) = 6
11537       chnhe (920) = 0
11538       chperm (920) = 201
11539       chbirf (920) = 1171
11540       chetat (920) = 766
11541       chtn2i (920) = 210
11542       chbiet (766) = 920
11543 c
11544 c Aretes coupees :   4  6  7  9 11
11545       chclas (1384) = ' 5-10'
11546 c Code des aretes coupees : 0, 0, 0, 1, 0, 1, 1, 0, 1, 0, 1, 0
11547       charde (1384)(1:15) = '  4  6  7  9 11'
11548       chnp1 (1384) = 1
11549       chnar (1384) = 17
11550       chnpy (1384) = 12
11551       chnte (1384) = 6
11552       chnhe (1384) = 0
11553       chperm (1384) = 110
11554       chbirf (1384) = 1171
11555       chetat (1384) = 767
11556       chtn2i (1384) = 210
11557       chbiet (767) = 1384
11558 c
11559 c ===========================================
11560 c Classe d'equivalence  5-11
11561 c
11562 c Aretes coupees :   1  2  3  4  5
11563       chclas (31) = ' 5-11'
11564 c Code des aretes coupees : 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0
11565       charde (31)(1:15) = '  1  2  3  4  5'
11566       chnp1 (31) = 1
11567       chnar (31) = 16
11568       chnpy (31) = 11
11569       chnte (31) = 6
11570       chnhe (31) = 0
11571       chperm (31) = 0
11572       chbirf (31) = 31
11573       chetat (31) = 768
11574       chtn2i (31) = 210
11575       chbiet (768) = 31
11576 c
11577 c Aretes coupees :   1  2  3  4  6
11578       chclas (47) = ' 5-11'
11579 c Code des aretes coupees : 1, 1, 1, 1, 0, 1, 0, 0, 0, 0, 0, 0
11580       charde (47)(1:15) = '  1  2  3  4  6'
11581       chnp1 (47) = 1
11582       chnar (47) = 16
11583       chnpy (47) = 11
11584       chnte (47) = 6
11585       chnhe (47) = 0
11586       chperm (47) = 221
11587       chbirf (47) = 31
11588       chetat (47) = 769
11589       chtn2i (47) = 210
11590       chbiet (769) = 47
11591 c
11592 c Aretes coupees :   1  2  3  4  7
11593       chclas (79) = ' 5-11'
11594 c Code des aretes coupees : 1, 1, 1, 1, 0, 0, 1, 0, 0, 0, 0, 0
11595       charde (79)(1:15) = '  1  2  3  4  7'
11596       chnp1 (79) = 1
11597       chnar (79) = 16
11598       chnpy (79) = 11
11599       chnte (79) = 6
11600       chnhe (79) = 0
11601       chperm (79) = 1
11602       chbirf (79) = 31
11603       chetat (79) = 770
11604       chtn2i (79) = 210
11605       chbiet (770) = 79
11606 c
11607 c Aretes coupees :   1  2  3  4  8
11608       chclas (143) = ' 5-11'
11609 c Code des aretes coupees : 1, 1, 1, 1, 0, 0, 0, 1, 0, 0, 0, 0
11610       charde (143)(1:15) = '  1  2  3  4  8'
11611       chnp1 (143) = 1
11612       chnar (143) = 16
11613       chnpy (143) = 11
11614       chnte (143) = 6
11615       chnhe (143) = 0
11616       chperm (143) = 220
11617       chbirf (143) = 31
11618       chetat (143) = 771
11619       chtn2i (143) = 210
11620       chbiet (771) = 143
11621 c
11622 c Aretes coupees :   1  2  5  6  9
11623       chclas (307) = ' 5-11'
11624 c Code des aretes coupees : 1, 1, 0, 0, 1, 1, 0, 0, 1, 0, 0, 0
11625       charde (307)(1:15) = '  1  2  5  6  9'
11626       chnp1 (307) = 1
11627       chnar (307) = 16
11628       chnpy (307) = 11
11629       chnte (307) = 6
11630       chnhe (307) = 0
11631       chperm (307) = 101
11632       chbirf (307) = 31
11633       chetat (307) = 772
11634       chtn2i (307) = 210
11635       chbiet (772) = 307
11636 c
11637 c Aretes coupees :   1  2  5  7 10
11638       chclas (595) = ' 5-11'
11639 c Code des aretes coupees : 1, 1, 0, 0, 1, 0, 1, 0, 0, 1, 0, 0
11640       charde (595)(1:15) = '  1  2  5  7 10'
11641       chnp1 (595) = 1
11642       chnar (595) = 16
11643       chnpy (595) = 11
11644       chnte (595) = 6
11645       chnhe (595) = 0
11646       chperm (595) = 330
11647       chbirf (595) = 31
11648       chetat (595) = 773
11649       chtn2i (595) = 210
11650       chbiet (773) = 595
11651 c
11652 c Aretes coupees :   1  3  5  6  9
11653       chclas (309) = ' 5-11'
11654 c Code des aretes coupees : 1, 0, 1, 0, 1, 1, 0, 0, 1, 0, 0, 0
11655       charde (309)(1:15) = '  1  3  5  6  9'
11656       chnp1 (309) = 1
11657       chnar (309) = 16
11658       chnpy (309) = 11
11659       chnte (309) = 6
11660       chnhe (309) = 0
11661       chperm (309) = 320
11662       chbirf (309) = 31
11663       chetat (309) = 774
11664       chtn2i (309) = 210
11665       chbiet (774) = 309
11666 c
11667 c Aretes coupees :   1  3  6  8 11
11668       chclas (1189) = ' 5-11'
11669 c Code des aretes coupees : 1, 0, 1, 0, 0, 1, 0, 1, 0, 0, 1, 0
11670       charde (1189)(1:15) = '  1  3  6  8 11'
11671       chnp1 (1189) = 1
11672       chnar (1189) = 16
11673       chnpy (1189) = 11
11674       chnte (1189) = 6
11675       chnhe (1189) = 0
11676       chperm (1189) = 10
11677       chbirf (1189) = 31
11678       chetat (1189) = 775
11679       chtn2i (1189) = 210
11680       chbiet (775) = 1189
11681 c
11682 c Aretes coupees :   1  5  6  9 10
11683       chclas (817) = ' 5-11'
11684 c Code des aretes coupees : 1, 0, 0, 0, 1, 1, 0, 0, 1, 1, 0, 0
11685       charde (817)(1:15) = '  1  5  6  9 10'
11686       chnp1 (817) = 1
11687       chnar (817) = 16
11688       chnpy (817) = 11
11689       chnte (817) = 6
11690       chnhe (817) = 0
11691       chperm (817) = 100
11692       chbirf (817) = 31
11693       chetat (817) = 776
11694       chtn2i (817) = 210
11695       chbiet (776) = 817
11696 c
11697 c Aretes coupees :   1  5  6  9 11
11698       chclas (1329) = ' 5-11'
11699 c Code des aretes coupees : 1, 0, 0, 0, 1, 1, 0, 0, 1, 0, 1, 0
11700       charde (1329)(1:15) = '  1  5  6  9 11'
11701       chnp1 (1329) = 1
11702       chnar (1329) = 16
11703       chnpy (1329) = 11
11704       chnte (1329) = 6
11705       chnhe (1329) = 0
11706       chperm (1329) = 321
11707       chbirf (1329) = 31
11708       chetat (1329) = 777
11709       chtn2i (1329) = 210
11710       chbiet (777) = 1329
11711 c
11712 c Aretes coupees :   2  4  5  7 10
11713       chclas (602) = ' 5-11'
11714 c Code des aretes coupees : 0, 1, 0, 1, 1, 0, 1, 0, 0, 1, 0, 0
11715       charde (602)(1:15) = '  2  4  5  7 10'
11716       chnp1 (602) = 1
11717       chnar (602) = 16
11718       chnpy (602) = 11
11719       chnte (602) = 6
11720       chnhe (602) = 0
11721       chperm (602) = 230
11722       chbirf (602) = 31
11723       chetat (602) = 778
11724       chtn2i (602) = 210
11725       chbiet (778) = 602
11726 c
11727 c Aretes coupees :   2  4  7  8 12
11728       chclas (2250) = ' 5-11'
11729 c Code des aretes coupees : 0, 1, 0, 1, 0, 0, 1, 1, 0, 0, 0, 1
11730       charde (2250)(1:15) = '  2  4  7  8 12'
11731       chnp1 (2250) = 1
11732       chnar (2250) = 16
11733       chnpy (2250) = 11
11734       chnte (2250) = 6
11735       chnhe (2250) = 0
11736       chperm (2250) = 300
11737       chbirf (2250) = 31
11738       chetat (2250) = 779
11739       chtn2i (2250) = 210
11740       chbiet (779) = 2250
11741 c
11742 c Aretes coupees :   2  5  7  9 10
11743       chclas (850) = ' 5-11'
11744 c Code des aretes coupees : 0, 1, 0, 0, 1, 0, 1, 0, 1, 1, 0, 0
11745       charde (850)(1:15) = '  2  5  7  9 10'
11746       chnp1 (850) = 1
11747       chnar (850) = 16
11748       chnpy (850) = 11
11749       chnte (850) = 6
11750       chnhe (850) = 0
11751       chperm (850) = 30
11752       chbirf (850) = 31
11753       chetat (850) = 780
11754       chtn2i (850) = 210
11755       chbiet (780) = 850
11756 c
11757 c Aretes coupees :   2  5  7 10 12
11758       chclas (2642) = ' 5-11'
11759 c Code des aretes coupees : 0, 1, 0, 0, 1, 0, 1, 0, 0, 1, 0, 1
11760       charde (2642)(1:15) = '  2  5  7 10 12'
11761       chnp1 (2642) = 1
11762       chnar (2642) = 16
11763       chnpy (2642) = 11
11764       chnte (2642) = 6
11765       chnhe (2642) = 0
11766       chperm (2642) = 130
11767       chbirf (2642) = 31
11768       chetat (2642) = 781
11769       chtn2i (2642) = 210
11770       chbiet (781) = 2642
11771 c
11772 c Aretes coupees :   3  4  6  8 11
11773       chclas (1196) = ' 5-11'
11774 c Code des aretes coupees : 0, 0, 1, 1, 0, 1, 0, 1, 0, 0, 1, 0
11775       charde (1196)(1:15) = '  3  4  6  8 11'
11776       chnp1 (1196) = 1
11777       chnar (1196) = 16
11778       chnpy (1196) = 11
11779       chnte (1196) = 6
11780       chnhe (1196) = 0
11781       chperm (1196) = 310
11782       chbirf (1196) = 31
11783       chetat (1196) = 782
11784       chtn2i (1196) = 210
11785       chbiet (782) = 1196
11786 c
11787 c Aretes coupees :   3  4  7  8 12
11788       chclas (2252) = ' 5-11'
11789 c Code des aretes coupees : 0, 0, 1, 1, 0, 0, 1, 1, 0, 0, 0, 1
11790       charde (2252)(1:15) = '  3  4  7  8 12'
11791       chnp1 (2252) = 1
11792       chnar (2252) = 16
11793       chnpy (2252) = 11
11794       chnte (2252) = 6
11795       chnhe (2252) = 0
11796       chperm (2252) = 121
11797       chbirf (2252) = 31
11798       chetat (2252) = 783
11799       chtn2i (2252) = 210
11800       chbiet (783) = 2252
11801 c
11802 c Aretes coupees :   3  6  8  9 11
11803       chclas (1444) = ' 5-11'
11804 c Code des aretes coupees : 0, 0, 1, 0, 0, 1, 0, 1, 1, 0, 1, 0
11805       charde (1444)(1:15) = '  3  6  8  9 11'
11806       chnp1 (1444) = 1
11807       chnar (1444) = 16
11808       chnpy (1444) = 11
11809       chnte (1444) = 6
11810       chnhe (1444) = 0
11811       chperm (1444) = 110
11812       chbirf (1444) = 31
11813       chetat (1444) = 784
11814       chtn2i (1444) = 210
11815       chbiet (784) = 1444
11816 c
11817 c Aretes coupees :   3  6  8 11 12
11818       chclas (3236) = ' 5-11'
11819 c Code des aretes coupees : 0, 0, 1, 0, 0, 1, 0, 1, 0, 0, 1, 1
11820       charde (3236)(1:15) = '  3  6  8 11 12'
11821       chnp1 (3236) = 1
11822       chnar (3236) = 16
11823       chnpy (3236) = 11
11824       chnte (3236) = 6
11825       chnhe (3236) = 0
11826       chperm (3236) = 210
11827       chbirf (3236) = 31
11828       chetat (3236) = 785
11829       chtn2i (3236) = 210
11830       chbiet (785) = 3236
11831 c
11832 c Aretes coupees :   4  7  8 10 12
11833       chclas (2760) = ' 5-11'
11834 c Code des aretes coupees : 0, 0, 0, 1, 0, 0, 1, 1, 0, 1, 0, 1
11835       charde (2760)(1:15) = '  4  7  8 10 12'
11836       chnp1 (2760) = 1
11837       chnar (2760) = 16
11838       chnpy (2760) = 11
11839       chnte (2760) = 6
11840       chnhe (2760) = 0
11841       chperm (2760) = 301
11842       chbirf (2760) = 31
11843       chetat (2760) = 786
11844       chtn2i (2760) = 210
11845       chbiet (786) = 2760
11846 c
11847 c Aretes coupees :   4  7  8 11 12
11848       chclas (3272) = ' 5-11'
11849 c Code des aretes coupees : 0, 0, 0, 1, 0, 0, 1, 1, 0, 0, 1, 1
11850       charde (3272)(1:15) = '  4  7  8 11 12'
11851       chnp1 (3272) = 1
11852       chnar (3272) = 16
11853       chnpy (3272) = 11
11854       chnte (3272) = 6
11855       chnhe (3272) = 0
11856       chperm (3272) = 120
11857       chbirf (3272) = 31
11858       chetat (3272) = 787
11859       chtn2i (3272) = 210
11860       chbiet (787) = 3272
11861 c
11862 c Aretes coupees :   5  9 10 11 12
11863       chclas (3856) = ' 5-11'
11864 c Code des aretes coupees : 0, 0, 0, 0, 1, 0, 0, 0, 1, 1, 1, 1
11865       charde (3856)(1:15) = '  5  9 10 11 12'
11866       chnp1 (3856) = 1
11867       chnar (3856) = 16
11868       chnpy (3856) = 11
11869       chnte (3856) = 6
11870       chnhe (3856) = 0
11871       chperm (3856) = 201
11872       chbirf (3856) = 31
11873       chetat (3856) = 788
11874       chtn2i (3856) = 210
11875       chbiet (788) = 3856
11876 c
11877 c Aretes coupees :   6  9 10 11 12
11878       chclas (3872) = ' 5-11'
11879 c Code des aretes coupees : 0, 0, 0, 0, 0, 1, 0, 0, 1, 1, 1, 1
11880       charde (3872)(1:15) = '  6  9 10 11 12'
11881       chnp1 (3872) = 1
11882       chnar (3872) = 16
11883       chnpy (3872) = 11
11884       chnte (3872) = 6
11885       chnhe (3872) = 0
11886       chperm (3872) = 20
11887       chbirf (3872) = 31
11888       chetat (3872) = 789
11889       chtn2i (3872) = 210
11890       chbiet (789) = 3872
11891 c
11892 c Aretes coupees :   7  9 10 11 12
11893       chclas (3904) = ' 5-11'
11894 c Code des aretes coupees : 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 1, 1
11895       charde (3904)(1:15) = '  7  9 10 11 12'
11896       chnp1 (3904) = 1
11897       chnar (3904) = 16
11898       chnpy (3904) = 11
11899       chnte (3904) = 6
11900       chnhe (3904) = 0
11901       chperm (3904) = 200
11902       chbirf (3904) = 31
11903       chetat (3904) = 790
11904       chtn2i (3904) = 210
11905       chbiet (790) = 3904
11906 c
11907 c Aretes coupees :   8  9 10 11 12
11908       chclas (3968) = ' 5-11'
11909 c Code des aretes coupees : 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1
11910       charde (3968)(1:15) = '  8  9 10 11 12'
11911       chnp1 (3968) = 1
11912       chnar (3968) = 16
11913       chnpy (3968) = 11
11914       chnte (3968) = 6
11915       chnhe (3968) = 0
11916       chperm (3968) = 21
11917       chbirf (3968) = 31
11918       chetat (3968) = 791
11919       chtn2i (3968) = 210
11920       chbiet (791) = 3968
11921 c
11922 c ===========================================
11923 c Classe d'equivalence  5-12
11924 c
11925 c Aretes coupees :   1  2  3  4  9
11926       chclas (271) = ' 5-12'
11927 c Code des aretes coupees : 1, 1, 1, 1, 0, 0, 0, 0, 1, 0, 0, 0
11928       charde (271)(1:15) = '  1  2  3  4  9'
11929       chnp1 (271) = 1
11930       chnar (271) = 14
11931       chnpy (271) = 6
11932       chnte (271) = 12
11933       chnhe (271) = 0
11934       chperm (271) = 0
11935       chbirf (271) = 271
11936       chetat (271) = 792
11937       chtn2i (271) = 210
11938       chbiet (792) = 271
11939 c
11940 c Aretes coupees :   1  2  3  4 10
11941       chclas (527) = ' 5-12'
11942 c Code des aretes coupees : 1, 1, 1, 1, 0, 0, 0, 0, 0, 1, 0, 0
11943       charde (527)(1:15) = '  1  2  3  4 10'
11944       chnp1 (527) = 1
11945       chnar (527) = 14
11946       chnpy (527) = 6
11947       chnte (527) = 12
11948       chnhe (527) = 0
11949       chperm (527) = 1
11950       chbirf (527) = 271
11951       chetat (527) = 793
11952       chtn2i (527) = 210
11953       chbiet (793) = 527
11954 c
11955 c Aretes coupees :   1  2  3  4 11
11956       chclas (1039) = ' 5-12'
11957 c Code des aretes coupees : 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 1, 0
11958       charde (1039)(1:15) = '  1  2  3  4 11'
11959       chnp1 (1039) = 1
11960       chnar (1039) = 14
11961       chnpy (1039) = 6
11962       chnte (1039) = 12
11963       chnhe (1039) = 0
11964       chperm (1039) = 221
11965       chbirf (1039) = 271
11966       chetat (1039) = 794
11967       chtn2i (1039) = 210
11968       chbiet (794) = 1039
11969 c
11970 c Aretes coupees :   1  2  3  4 12
11971       chclas (2063) = ' 5-12'
11972 c Code des aretes coupees : 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 1
11973       charde (2063)(1:15) = '  1  2  3  4 12'
11974       chnp1 (2063) = 1
11975       chnar (2063) = 14
11976       chnpy (2063) = 6
11977       chnte (2063) = 12
11978       chnhe (2063) = 0
11979       chperm (2063) = 220
11980       chbirf (2063) = 271
11981       chetat (2063) = 795
11982       chtn2i (2063) = 210
11983       chbiet (795) = 2063
11984 c
11985 c Aretes coupees :   1  4  5  6  9
11986       chclas (313) = ' 5-12'
11987 c Code des aretes coupees : 1, 0, 0, 1, 1, 1, 0, 0, 1, 0, 0, 0
11988       charde (313)(1:15) = '  1  4  5  6  9'
11989       chnp1 (313) = 1
11990       chnar (313) = 14
11991       chnpy (313) = 6
11992       chnte (313) = 12
11993       chnhe (313) = 0
11994       chperm (313) = 320
11995       chbirf (313) = 271
11996       chetat (313) = 796
11997       chtn2i (313) = 210
11998       chbiet (796) = 313
11999 c
12000 c Aretes coupees :   1  4  7  8 12
12001       chclas (2249) = ' 5-12'
12002 c Code des aretes coupees : 1, 0, 0, 1, 0, 0, 1, 1, 0, 0, 0, 1
12003       charde (2249)(1:15) = '  1  4  7  8 12'
12004       chnp1 (2249) = 1
12005       chnar (2249) = 14
12006       chnpy (2249) = 6
12007       chnte (2249) = 12
12008       chnhe (2249) = 0
12009       chperm (2249) = 300
12010       chbirf (2249) = 271
12011       chetat (2249) = 797
12012       chtn2i (2249) = 210
12013       chbiet (797) = 2249
12014 c
12015 c Aretes coupees :   1  5  6  7  9
12016       chclas (369) = ' 5-12'
12017 c Code des aretes coupees : 1, 0, 0, 0, 1, 1, 1, 0, 1, 0, 0, 0
12018       charde (369)(1:15) = '  1  5  6  7  9'
12019       chnp1 (369) = 1
12020       chnar (369) = 14
12021       chnpy (369) = 6
12022       chnte (369) = 12
12023       chnhe (369) = 0
12024       chperm (369) = 101
12025       chbirf (369) = 271
12026       chetat (369) = 798
12027       chtn2i (369) = 210
12028       chbiet (798) = 369
12029 c
12030 c Aretes coupees :   1  5  6  8  9
12031       chclas (433) = ' 5-12'
12032 c Code des aretes coupees : 1, 0, 0, 0, 1, 1, 0, 1, 1, 0, 0, 0
12033       charde (433)(1:15) = '  1  5  6  8  9'
12034       chnp1 (433) = 1
12035       chnar (433) = 14
12036       chnpy (433) = 6
12037       chnte (433) = 12
12038       chnhe (433) = 0
12039       chperm (433) = 321
12040       chbirf (433) = 271
12041       chetat (433) = 799
12042       chtn2i (433) = 210
12043       chbiet (799) = 433
12044 c
12045 c Aretes coupees :   1  5  6  9 12
12046       chclas (2353) = ' 5-12'
12047 c Code des aretes coupees : 1, 0, 0, 0, 1, 1, 0, 0, 1, 0, 0, 1
12048       charde (2353)(1:15) = '  1  5  6  9 12'
12049       chnp1 (2353) = 1
12050       chnar (2353) = 14
12051       chnpy (2353) = 6
12052       chnte (2353) = 12
12053       chnhe (2353) = 0
12054       chperm (2353) = 100
12055       chbirf (2353) = 271
12056       chetat (2353) = 800
12057       chtn2i (2353) = 210
12058       chbiet (800) = 2353
12059 c
12060 c Aretes coupees :   1  9 10 11 12
12061       chclas (3841) = ' 5-12'
12062 c Code des aretes coupees : 1, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1
12063       charde (3841)(1:15) = '  1  9 10 11 12'
12064       chnp1 (3841) = 1
12065       chnar (3841) = 14
12066       chnpy (3841) = 6
12067       chnte (3841) = 12
12068       chnhe (3841) = 0
12069       chperm (3841) = 20
12070       chbirf (3841) = 271
12071       chetat (3841) = 801
12072       chtn2i (3841) = 210
12073       chbiet (801) = 3841
12074 c
12075 c Aretes coupees :   2  3  5  7 10
12076       chclas (598) = ' 5-12'
12077 c Code des aretes coupees : 0, 1, 1, 0, 1, 0, 1, 0, 0, 1, 0, 0
12078       charde (598)(1:15) = '  2  3  5  7 10'
12079       chnp1 (598) = 1
12080       chnar (598) = 14
12081       chnpy (598) = 6
12082       chnte (598) = 12
12083       chnhe (598) = 0
12084       chperm (598) = 330
12085       chbirf (598) = 271
12086       chetat (598) = 802
12087       chtn2i (598) = 210
12088       chbiet (802) = 598
12089 c
12090 c Aretes coupees :   2  3  6  8 11
12091       chclas (1190) = ' 5-12'
12092 c Code des aretes coupees : 0, 1, 1, 0, 0, 1, 0, 1, 0, 0, 1, 0
12093       charde (1190)(1:15) = '  2  3  6  8 11'
12094       chnp1 (1190) = 1
12095       chnar (1190) = 14
12096       chnpy (1190) = 6
12097       chnte (1190) = 12
12098       chnhe (1190) = 0
12099       chperm (1190) = 310
12100       chbirf (1190) = 271
12101       chetat (1190) = 803
12102       chtn2i (1190) = 210
12103       chbiet (803) = 1190
12104 c
12105 c Aretes coupees :   2  5  6  7 10
12106       chclas (626) = ' 5-12'
12107 c Code des aretes coupees : 0, 1, 0, 0, 1, 1, 1, 0, 0, 1, 0, 0
12108       charde (626)(1:15) = '  2  5  6  7 10'
12109       chnp1 (626) = 1
12110       chnar (626) = 14
12111       chnpy (626) = 6
12112       chnte (626) = 12
12113       chnhe (626) = 0
12114       chperm (626) = 30
12115       chbirf (626) = 271
12116       chetat (626) = 804
12117       chtn2i (626) = 210
12118       chbiet (804) = 626
12119 c
12120 c Aretes coupees :   2  5  7  8 10
12121       chclas (722) = ' 5-12'
12122 c Code des aretes coupees : 0, 1, 0, 0, 1, 0, 1, 1, 0, 1, 0, 0
12123       charde (722)(1:15) = '  2  5  7  8 10'
12124       chnp1 (722) = 1
12125       chnar (722) = 14
12126       chnpy (722) = 6
12127       chnte (722) = 12
12128       chnhe (722) = 0
12129       chperm (722) = 230
12130       chbirf (722) = 271
12131       chetat (722) = 805
12132       chtn2i (722) = 210
12133       chbiet (805) = 722
12134 c
12135 c Aretes coupees :   2  5  7 10 11
12136       chclas (1618) = ' 5-12'
12137 c Code des aretes coupees : 0, 1, 0, 0, 1, 0, 1, 0, 0, 1, 1, 0
12138       charde (1618)(1:15) = '  2  5  7 10 11'
12139       chnp1 (1618) = 1
12140       chnar (1618) = 14
12141       chnpy (1618) = 6
12142       chnte (1618) = 12
12143       chnhe (1618) = 0
12144       chperm (1618) = 130
12145       chbirf (1618) = 271
12146       chetat (1618) = 806
12147       chtn2i (1618) = 210
12148       chbiet (806) = 1618
12149 c
12150 c Aretes coupees :   2  9 10 11 12
12151       chclas (3842) = ' 5-12'
12152 c Code des aretes coupees : 0, 1, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1
12153       charde (3842)(1:15) = '  2  9 10 11 12'
12154       chnp1 (3842) = 1
12155       chnar (3842) = 14
12156       chnpy (3842) = 6
12157       chnte (3842) = 12
12158       chnhe (3842) = 0
12159       chperm (3842) = 201
12160       chbirf (3842) = 271
12161       chetat (3842) = 807
12162       chtn2i (3842) = 210
12163       chbiet (807) = 3842
12164 c
12165 c Aretes coupees :   3  5  6  8 11
12166       chclas (1204) = ' 5-12'
12167 c Code des aretes coupees : 0, 0, 1, 0, 1, 1, 0, 1, 0, 0, 1, 0
12168       charde (1204)(1:15) = '  3  5  6  8 11'
12169       chnp1 (1204) = 1
12170       chnar (1204) = 14
12171       chnpy (1204) = 6
12172       chnte (1204) = 12
12173       chnhe (1204) = 0
12174       chperm (1204) = 10
12175       chbirf (1204) = 271
12176       chetat (1204) = 808
12177       chtn2i (1204) = 210
12178       chbiet (808) = 1204
12179 c
12180 c Aretes coupees :   3  6  7  8 11
12181       chclas (1252) = ' 5-12'
12182 c Code des aretes coupees : 0, 0, 1, 0, 0, 1, 1, 1, 0, 0, 1, 0
12183       charde (1252)(1:15) = '  3  6  7  8 11'
12184       chnp1 (1252) = 1
12185       chnar (1252) = 14
12186       chnpy (1252) = 6
12187       chnte (1252) = 12
12188       chnhe (1252) = 0
12189       chperm (1252) = 210
12190       chbirf (1252) = 271
12191       chetat (1252) = 809
12192       chtn2i (1252) = 210
12193       chbiet (809) = 1252
12194 c
12195 c Aretes coupees :   3  6  8 10 11
12196       chclas (1700) = ' 5-12'
12197 c Code des aretes coupees : 0, 0, 1, 0, 0, 1, 0, 1, 0, 1, 1, 0
12198       charde (1700)(1:15) = '  3  6  8 10 11'
12199       chnp1 (1700) = 1
12200       chnar (1700) = 14
12201       chnpy (1700) = 6
12202       chnte (1700) = 12
12203       chnhe (1700) = 0
12204       chperm (1700) = 110
12205       chbirf (1700) = 271
12206       chetat (1700) = 810
12207       chtn2i (1700) = 210
12208       chbiet (810) = 1700
12209 c
12210 c Aretes coupees :   3  9 10 11 12
12211       chclas (3844) = ' 5-12'
12212 c Code des aretes coupees : 0, 0, 1, 0, 0, 0, 0, 0, 1, 1, 1, 1
12213       charde (3844)(1:15) = '  3  9 10 11 12'
12214       chnp1 (3844) = 1
12215       chnar (3844) = 14
12216       chnpy (3844) = 6
12217       chnte (3844) = 12
12218       chnhe (3844) = 0
12219       chperm (3844) = 21
12220       chbirf (3844) = 271
12221       chetat (3844) = 811
12222       chtn2i (3844) = 210
12223       chbiet (811) = 3844
12224 c
12225 c Aretes coupees :   4  5  7  8 12
12226       chclas (2264) = ' 5-12'
12227 c Code des aretes coupees : 0, 0, 0, 1, 1, 0, 1, 1, 0, 0, 0, 1
12228       charde (2264)(1:15) = '  4  5  7  8 12'
12229       chnp1 (2264) = 1
12230       chnar (2264) = 14
12231       chnpy (2264) = 6
12232       chnte (2264) = 12
12233       chnhe (2264) = 0
12234       chperm (2264) = 301
12235       chbirf (2264) = 271
12236       chetat (2264) = 812
12237       chtn2i (2264) = 210
12238       chbiet (812) = 2264
12239 c
12240 c Aretes coupees :   4  6  7  8 12
12241       chclas (2280) = ' 5-12'
12242 c Code des aretes coupees : 0, 0, 0, 1, 0, 1, 1, 1, 0, 0, 0, 1
12243       charde (2280)(1:15) = '  4  6  7  8 12'
12244       chnp1 (2280) = 1
12245       chnar (2280) = 14
12246       chnpy (2280) = 6
12247       chnte (2280) = 12
12248       chnhe (2280) = 0
12249       chperm (2280) = 121
12250       chbirf (2280) = 271
12251       chetat (2280) = 813
12252       chtn2i (2280) = 210
12253       chbiet (813) = 2280
12254 c
12255 c Aretes coupees :   4  7  8  9 12
12256       chclas (2504) = ' 5-12'
12257 c Code des aretes coupees : 0, 0, 0, 1, 0, 0, 1, 1, 1, 0, 0, 1
12258       charde (2504)(1:15) = '  4  7  8  9 12'
12259       chnp1 (2504) = 1
12260       chnar (2504) = 14
12261       chnpy (2504) = 6
12262       chnte (2504) = 12
12263       chnhe (2504) = 0
12264       chperm (2504) = 120
12265       chbirf (2504) = 271
12266       chetat (2504) = 814
12267       chtn2i (2504) = 210
12268       chbiet (814) = 2504
12269 c
12270 c Aretes coupees :   4  9 10 11 12
12271       chclas (3848) = ' 5-12'
12272 c Code des aretes coupees : 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 1, 1
12273       charde (3848)(1:15) = '  4  9 10 11 12'
12274       chnp1 (3848) = 1
12275       chnar (3848) = 14
12276       chnpy (3848) = 6
12277       chnte (3848) = 12
12278       chnhe (3848) = 0
12279       chperm (3848) = 200
12280       chbirf (3848) = 271
12281       chetat (3848) = 815
12282       chtn2i (3848) = 210
12283       chbiet (815) = 3848
12284 c
12285 c ===========================================
12286 c Classe d'equivalence  6-00
12287 c
12288 c Aretes coupees :   1  2  5  8 11 12
12289       chclas (3219) = ' 6-00'
12290 c Code des aretes coupees : 1, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 1
12291       charde (3219)(1:18) = '  1  2  5  8 11 12'
12292       chnp1 (3219) = 1
12293       chnar (3219) = 20
12294       chnpy (3219) = 18
12295       chnte (3219) = 0
12296       chnhe (3219) = 0
12297       chperm (3219) = 0
12298       chbirf (3219) = 3219
12299       chetat (3219) = 816
12300       chtn2i (3219) = 210
12301       chbiet (816) = 3219
12302 c
12303 c Aretes coupees :   1  3  6  7 10 12
12304       chclas (2661) = ' 6-00'
12305 c Code des aretes coupees : 1, 0, 1, 0, 0, 1, 1, 0, 0, 1, 0, 1
12306       charde (2661)(1:18) = '  1  3  6  7 10 12'
12307       chnp1 (2661) = 1
12308       chnar (2661) = 20
12309       chnpy (2661) = 18
12310       chnte (2661) = 0
12311       chnhe (2661) = 0
12312       chperm (2661) = 200
12313       chbirf (2661) = 3219
12314       chetat (2661) = 817
12315       chtn2i (2661) = 210
12316       chbiet (817) = 2661
12317 c
12318 c Aretes coupees :   2  4  6  7  9 11
12319       chclas (1386) = ' 6-00'
12320 c Code des aretes coupees : 0, 1, 0, 1, 0, 1, 1, 0, 1, 0, 1, 0
12321       charde (1386)(1:18) = '  2  4  6  7  9 11'
12322       chnp1 (1386) = 1
12323       chnar (1386) = 20
12324       chnpy (1386) = 18
12325       chnte (1386) = 0
12326       chnhe (1386) = 0
12327       chperm (1386) = 300
12328       chbirf (1386) = 3219
12329       chetat (1386) = 818
12330       chtn2i (1386) = 210
12331       chbiet (818) = 1386
12332 c
12333 c Aretes coupees :   3  4  5  8  9 10
12334       chclas (924) = ' 6-00'
12335 c Code des aretes coupees : 0, 0, 1, 1, 1, 0, 0, 1, 1, 1, 0, 0
12336       charde (924)(1:18) = '  3  4  5  8  9 10'
12337       chnp1 (924) = 1
12338       chnar (924) = 20
12339       chnpy (924) = 18
12340       chnte (924) = 0
12341       chnhe (924) = 0
12342       chperm (924) = 100
12343       chbirf (924) = 3219
12344       chetat (924) = 819
12345       chtn2i (924) = 210
12346       chbiet (819) = 924
12347 c
12348 c ===========================================
12349 c Classe d'equivalence  6-01
12350 c
12351 c Aretes coupees :   1  2  3  4  9 10
12352       chclas (783) = ' 6-01'
12353 c Code des aretes coupees : 1, 1, 1, 1, 0, 0, 0, 0, 1, 1, 0, 0
12354       charde (783)(1:18) = '  1  2  3  4  9 10'
12355       chnp1 (783) = 1
12356       chnar (783) = 16
12357       chnpy (783) = 11
12358       chnte (783) = 6
12359       chnhe (783) = 0
12360       chperm (783) = 0
12361       chbirf (783) = 783
12362       chetat (783) = 820
12363       chtn2i (783) = 210
12364       chbiet (820) = 783
12365 c
12366 c Aretes coupees :   1  2  3  4  9 11
12367       chclas (1295) = ' 6-01'
12368 c Code des aretes coupees : 1, 1, 1, 1, 0, 0, 0, 0, 1, 0, 1, 0
12369       charde (1295)(1:18) = '  1  2  3  4  9 11'
12370       chnp1 (1295) = 1
12371       chnar (1295) = 16
12372       chnpy (1295) = 11
12373       chnte (1295) = 6
12374       chnhe (1295) = 0
12375       chperm (1295) = 221
12376       chbirf (1295) = 783
12377       chetat (1295) = 821
12378       chtn2i (1295) = 210
12379       chbiet (821) = 1295
12380 c
12381 c Aretes coupees :   1  2  3  4 10 12
12382       chclas (2575) = ' 6-01'
12383 c Code des aretes coupees : 1, 1, 1, 1, 0, 0, 0, 0, 0, 1, 0, 1
12384       charde (2575)(1:18) = '  1  2  3  4 10 12'
12385       chnp1 (2575) = 1
12386       chnar (2575) = 16
12387       chnpy (2575) = 11
12388       chnte (2575) = 6
12389       chnhe (2575) = 0
12390       chperm (2575) = 1
12391       chbirf (2575) = 783
12392       chetat (2575) = 822
12393       chtn2i (2575) = 210
12394       chbiet (822) = 2575
12395 c
12396 c Aretes coupees :   1  2  3  4 11 12
12397       chclas (3087) = ' 6-01'
12398 c Code des aretes coupees : 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 1, 1
12399       charde (3087)(1:18) = '  1  2  3  4 11 12'
12400       chnp1 (3087) = 1
12401       chnar (3087) = 16
12402       chnpy (3087) = 11
12403       chnte (3087) = 6
12404       chnhe (3087) = 0
12405       chperm (3087) = 220
12406       chbirf (3087) = 783
12407       chetat (3087) = 823
12408       chtn2i (3087) = 210
12409       chbiet (823) = 3087
12410 c
12411 c Aretes coupees :   1  2  9 10 11 12
12412       chclas (3843) = ' 6-01'
12413 c Code des aretes coupees : 1, 1, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1
12414       charde (3843)(1:18) = '  1  2  9 10 11 12'
12415       chnp1 (3843) = 1
12416       chnar (3843) = 16
12417       chnpy (3843) = 11
12418       chnte (3843) = 6
12419       chnhe (3843) = 0
12420       chperm (3843) = 201
12421       chbirf (3843) = 783
12422       chetat (3843) = 824
12423       chtn2i (3843) = 210
12424       chbiet (824) = 3843
12425 c
12426 c Aretes coupees :   1  3  9 10 11 12
12427       chclas (3845) = ' 6-01'
12428 c Code des aretes coupees : 1, 0, 1, 0, 0, 0, 0, 0, 1, 1, 1, 1
12429       charde (3845)(1:18) = '  1  3  9 10 11 12'
12430       chnp1 (3845) = 1
12431       chnar (3845) = 16
12432       chnpy (3845) = 11
12433       chnte (3845) = 6
12434       chnhe (3845) = 0
12435       chperm (3845) = 20
12436       chbirf (3845) = 783
12437       chetat (3845) = 825
12438       chtn2i (3845) = 210
12439       chbiet (825) = 3845
12440 c
12441 c Aretes coupees :   1  4  5  6  7  9
12442       chclas (377) = ' 6-01'
12443 c Code des aretes coupees : 1, 0, 0, 1, 1, 1, 1, 0, 1, 0, 0, 0
12444       charde (377)(1:18) = '  1  4  5  6  7  9'
12445       chnp1 (377) = 1
12446       chnar (377) = 16
12447       chnpy (377) = 11
12448       chnte (377) = 6
12449       chnhe (377) = 0
12450       chperm (377) = 101
12451       chbirf (377) = 783
12452       chetat (377) = 826
12453       chtn2i (377) = 210
12454       chbiet (826) = 377
12455 c
12456 c Aretes coupees :   1  4  5  6  8  9
12457       chclas (441) = ' 6-01'
12458 c Code des aretes coupees : 1, 0, 0, 1, 1, 1, 0, 1, 1, 0, 0, 0
12459       charde (441)(1:18) = '  1  4  5  6  8  9'
12460       chnp1 (441) = 1
12461       chnar (441) = 16
12462       chnpy (441) = 11
12463       chnte (441) = 6
12464       chnhe (441) = 0
12465       chperm (441) = 320
12466       chbirf (441) = 783
12467       chetat (441) = 827
12468       chtn2i (441) = 210
12469       chbiet (827) = 441
12470 c
12471 c Aretes coupees :   1  4  5  7  8 12
12472       chclas (2265) = ' 6-01'
12473 c Code des aretes coupees : 1, 0, 0, 1, 1, 0, 1, 1, 0, 0, 0, 1
12474       charde (2265)(1:18) = '  1  4  5  7  8 12'
12475       chnp1 (2265) = 1
12476       chnar (2265) = 16
12477       chnpy (2265) = 11
12478       chnte (2265) = 6
12479       chnhe (2265) = 0
12480       chperm (2265) = 300
12481       chbirf (2265) = 783
12482       chetat (2265) = 828
12483       chtn2i (2265) = 210
12484       chbiet (828) = 2265
12485 c
12486 c Aretes coupees :   1  4  6  7  8 12
12487       chclas (2281) = ' 6-01'
12488 c Code des aretes coupees : 1, 0, 0, 1, 0, 1, 1, 1, 0, 0, 0, 1
12489       charde (2281)(1:18) = '  1  4  6  7  8 12'
12490       chnp1 (2281) = 1
12491       chnar (2281) = 16
12492       chnpy (2281) = 11
12493       chnte (2281) = 6
12494       chnhe (2281) = 0
12495       chperm (2281) = 121
12496       chbirf (2281) = 783
12497       chetat (2281) = 829
12498       chtn2i (2281) = 210
12499       chbiet (829) = 2281
12500 c
12501 c Aretes coupees :   1  5  6  7  9 12
12502       chclas (2417) = ' 6-01'
12503 c Code des aretes coupees : 1, 0, 0, 0, 1, 1, 1, 0, 1, 0, 0, 1
12504       charde (2417)(1:18) = '  1  5  6  7  9 12'
12505       chnp1 (2417) = 1
12506       chnar (2417) = 16
12507       chnpy (2417) = 11
12508       chnte (2417) = 6
12509       chnhe (2417) = 0
12510       chperm (2417) = 100
12511       chbirf (2417) = 783
12512       chetat (2417) = 830
12513       chtn2i (2417) = 210
12514       chbiet (830) = 2417
12515 c
12516 c Aretes coupees :   1  5  6  8  9 12
12517       chclas (2481) = ' 6-01'
12518 c Code des aretes coupees : 1, 0, 0, 0, 1, 1, 0, 1, 1, 0, 0, 1
12519       charde (2481)(1:18) = '  1  5  6  8  9 12'
12520       chnp1 (2481) = 1
12521       chnar (2481) = 16
12522       chnpy (2481) = 11
12523       chnte (2481) = 6
12524       chnhe (2481) = 0
12525       chperm (2481) = 321
12526       chbirf (2481) = 783
12527       chetat (2481) = 831
12528       chtn2i (2481) = 210
12529       chbiet (831) = 2481
12530 c
12531 c Aretes coupees :   2  3  5  6  7 10
12532       chclas (630) = ' 6-01'
12533 c Code des aretes coupees : 0, 1, 1, 0, 1, 1, 1, 0, 0, 1, 0, 0
12534       charde (630)(1:18) = '  2  3  5  6  7 10'
12535       chnp1 (630) = 1
12536       chnar (630) = 16
12537       chnpy (630) = 11
12538       chnte (630) = 6
12539       chnhe (630) = 0
12540       chperm (630) = 330
12541       chbirf (630) = 783
12542       chetat (630) = 832
12543       chtn2i (630) = 210
12544       chbiet (832) = 630
12545 c
12546 c Aretes coupees :   2  3  5  6  8 11
12547       chclas (1206) = ' 6-01'
12548 c Code des aretes coupees : 0, 1, 1, 0, 1, 1, 0, 1, 0, 0, 1, 0
12549       charde (1206)(1:18) = '  2  3  5  6  8 11'
12550       chnp1 (1206) = 1
12551       chnar (1206) = 16
12552       chnpy (1206) = 11
12553       chnte (1206) = 6
12554       chnhe (1206) = 0
12555       chperm (1206) = 10
12556       chbirf (1206) = 783
12557       chetat (1206) = 833
12558       chtn2i (1206) = 210
12559       chbiet (833) = 1206
12560 c
12561 c Aretes coupees :   2  3  5  7  8 10
12562       chclas (726) = ' 6-01'
12563 c Code des aretes coupees : 0, 1, 1, 0, 1, 0, 1, 1, 0, 1, 0, 0
12564       charde (726)(1:18) = '  2  3  5  7  8 10'
12565       chnp1 (726) = 1
12566       chnar (726) = 16
12567       chnpy (726) = 11
12568       chnte (726) = 6
12569       chnhe (726) = 0
12570       chperm (726) = 230
12571       chbirf (726) = 783
12572       chetat (726) = 834
12573       chtn2i (726) = 210
12574       chbiet (834) = 726
12575 c
12576 c Aretes coupees :   2  3  6  7  8 11
12577       chclas (1254) = ' 6-01'
12578 c Code des aretes coupees : 0, 1, 1, 0, 0, 1, 1, 1, 0, 0, 1, 0
12579       charde (1254)(1:18) = '  2  3  6  7  8 11'
12580       chnp1 (1254) = 1
12581       chnar (1254) = 16
12582       chnpy (1254) = 11
12583       chnte (1254) = 6
12584       chnhe (1254) = 0
12585       chperm (1254) = 310
12586       chbirf (1254) = 783
12587       chetat (1254) = 835
12588       chtn2i (1254) = 210
12589       chbiet (835) = 1254
12590 c
12591 c Aretes coupees :   2  4  9 10 11 12
12592       chclas (3850) = ' 6-01'
12593 c Code des aretes coupees : 0, 1, 0, 1, 0, 0, 0, 0, 1, 1, 1, 1
12594       charde (3850)(1:18) = '  2  4  9 10 11 12'
12595       chnp1 (3850) = 1
12596       chnar (3850) = 16
12597       chnpy (3850) = 11
12598       chnte (3850) = 6
12599       chnhe (3850) = 0
12600       chperm (3850) = 200
12601       chbirf (3850) = 783
12602       chetat (3850) = 836
12603       chtn2i (3850) = 210
12604       chbiet (836) = 3850
12605 c
12606 c Aretes coupees :   2  5  6  7 10 11
12607       chclas (1650) = ' 6-01'
12608 c Code des aretes coupees : 0, 1, 0, 0, 1, 1, 1, 0, 0, 1, 1, 0
12609       charde (1650)(1:18) = '  2  5  6  7 10 11'
12610       chnp1 (1650) = 1
12611       chnar (1650) = 16
12612       chnpy (1650) = 11
12613       chnte (1650) = 6
12614       chnhe (1650) = 0
12615       chperm (1650) = 30
12616       chbirf (1650) = 783
12617       chetat (1650) = 837
12618       chtn2i (1650) = 210
12619       chbiet (837) = 1650
12620 c
12621 c Aretes coupees :   2  5  7  8 10 11
12622       chclas (1746) = ' 6-01'
12623 c Code des aretes coupees : 0, 1, 0, 0, 1, 0, 1, 1, 0, 1, 1, 0
12624       charde (1746)(1:18) = '  2  5  7  8 10 11'
12625       chnp1 (1746) = 1
12626       chnar (1746) = 16
12627       chnpy (1746) = 11
12628       chnte (1746) = 6
12629       chnhe (1746) = 0
12630       chperm (1746) = 130
12631       chbirf (1746) = 783
12632       chetat (1746) = 838
12633       chtn2i (1746) = 210
12634       chbiet (838) = 1746
12635 c
12636 c Aretes coupees :   3  4  9 10 11 12
12637       chclas (3852) = ' 6-01'
12638 c Code des aretes coupees : 0, 0, 1, 1, 0, 0, 0, 0, 1, 1, 1, 1
12639       charde (3852)(1:18) = '  3  4  9 10 11 12'
12640       chnp1 (3852) = 1
12641       chnar (3852) = 16
12642       chnpy (3852) = 11
12643       chnte (3852) = 6
12644       chnhe (3852) = 0
12645       chperm (3852) = 21
12646       chbirf (3852) = 783
12647       chetat (3852) = 839
12648       chtn2i (3852) = 210
12649       chbiet (839) = 3852
12650 c
12651 c Aretes coupees :   3  5  6  8 10 11
12652       chclas (1716) = ' 6-01'
12653 c Code des aretes coupees : 0, 0, 1, 0, 1, 1, 0, 1, 0, 1, 1, 0
12654       charde (1716)(1:18) = '  3  5  6  8 10 11'
12655       chnp1 (1716) = 1
12656       chnar (1716) = 16
12657       chnpy (1716) = 11
12658       chnte (1716) = 6
12659       chnhe (1716) = 0
12660       chperm (1716) = 110
12661       chbirf (1716) = 783
12662       chetat (1716) = 840
12663       chtn2i (1716) = 210
12664       chbiet (840) = 1716
12665 c
12666 c Aretes coupees :   3  6  7  8 10 11
12667       chclas (1764) = ' 6-01'
12668 c Code des aretes coupees : 0, 0, 1, 0, 0, 1, 1, 1, 0, 1, 1, 0
12669       charde (1764)(1:18) = '  3  6  7  8 10 11'
12670       chnp1 (1764) = 1
12671       chnar (1764) = 16
12672       chnpy (1764) = 11
12673       chnte (1764) = 6
12674       chnhe (1764) = 0
12675       chperm (1764) = 210
12676       chbirf (1764) = 783
12677       chetat (1764) = 841
12678       chtn2i (1764) = 210
12679       chbiet (841) = 1764
12680 c
12681 c Aretes coupees :   4  5  7  8  9 12
12682       chclas (2520) = ' 6-01'
12683 c Code des aretes coupees : 0, 0, 0, 1, 1, 0, 1, 1, 1, 0, 0, 1
12684       charde (2520)(1:18) = '  4  5  7  8  9 12'
12685       chnp1 (2520) = 1
12686       chnar (2520) = 16
12687       chnpy (2520) = 11
12688       chnte (2520) = 6
12689       chnhe (2520) = 0
12690       chperm (2520) = 301
12691       chbirf (2520) = 783
12692       chetat (2520) = 842
12693       chtn2i (2520) = 210
12694       chbiet (842) = 2520
12695 c
12696 c Aretes coupees :   4  6  7  8  9 12
12697       chclas (2536) = ' 6-01'
12698 c Code des aretes coupees : 0, 0, 0, 1, 0, 1, 1, 1, 1, 0, 0, 1
12699       charde (2536)(1:18) = '  4  6  7  8  9 12'
12700       chnp1 (2536) = 1
12701       chnar (2536) = 16
12702       chnpy (2536) = 11
12703       chnte (2536) = 6
12704       chnhe (2536) = 0
12705       chperm (2536) = 120
12706       chbirf (2536) = 783
12707       chetat (2536) = 843
12708       chtn2i (2536) = 210
12709       chbiet (843) = 2536
12710 c
12711 c ===========================================
12712 c Classe d'equivalence  6-02
12713 c
12714 c Aretes coupees :   1  2  3  4  9 12
12715       chclas (2319) = ' 6-02'
12716 c Code des aretes coupees : 1, 1, 1, 1, 0, 0, 0, 0, 1, 0, 0, 1
12717       charde (2319)(1:18) = '  1  2  3  4  9 12'
12718       chnp1 (2319) = 1
12719       chnar (2319) = 15
12720       chnpy (2319) = 10
12721       chnte (2319) = 6
12722       chnhe (2319) = 0
12723       chperm (2319) = 0
12724       chbirf (2319) = 2319
12725       chetat (2319) = 844
12726       chtn2i (2319) = 210
12727       chbiet (844) = 2319
12728 c
12729 c Aretes coupees :   1  2  3  4 10 11
12730       chclas (1551) = ' 6-02'
12731 c Code des aretes coupees : 1, 1, 1, 1, 0, 0, 0, 0, 0, 1, 1, 0
12732       charde (1551)(1:18) = '  1  2  3  4 10 11'
12733       chnp1 (1551) = 1
12734       chnar (1551) = 15
12735       chnpy (1551) = 10
12736       chnte (1551) = 6
12737       chnhe (1551) = 0
12738       chperm (1551) = 1
12739       chbirf (1551) = 2319
12740       chetat (1551) = 845
12741       chtn2i (1551) = 210
12742       chbiet (845) = 1551
12743 c
12744 c Aretes coupees :   1  4  5  6  9 12
12745       chclas (2361) = ' 6-02'
12746 c Code des aretes coupees : 1, 0, 0, 1, 1, 1, 0, 0, 1, 0, 0, 1
12747       charde (2361)(1:18) = '  1  4  5  6  9 12'
12748       chnp1 (2361) = 1
12749       chnar (2361) = 15
12750       chnpy (2361) = 10
12751       chnte (2361) = 6
12752       chnhe (2361) = 0
12753       chperm (2361) = 100
12754       chbirf (2361) = 2319
12755       chetat (2361) = 846
12756       chtn2i (2361) = 210
12757       chbiet (846) = 2361
12758 c
12759 c Aretes coupees :   1  4  7  8  9 12
12760       chclas (2505) = ' 6-02'
12761 c Code des aretes coupees : 1, 0, 0, 1, 0, 0, 1, 1, 1, 0, 0, 1
12762       charde (2505)(1:18) = '  1  4  7  8  9 12'
12763       chnp1 (2505) = 1
12764       chnar (2505) = 15
12765       chnpy (2505) = 10
12766       chnte (2505) = 6
12767       chnhe (2505) = 0
12768       chperm (2505) = 300
12769       chbirf (2505) = 2319
12770       chetat (2505) = 847
12771       chtn2i (2505) = 210
12772       chbiet (847) = 2505
12773 c
12774 c Aretes coupees :   1  4  9 10 11 12
12775       chclas (3849) = ' 6-02'
12776 c Code des aretes coupees : 1, 0, 0, 1, 0, 0, 0, 0, 1, 1, 1, 1
12777       charde (3849)(1:18) = '  1  4  9 10 11 12'
12778       chnp1 (3849) = 1
12779       chnar (3849) = 15
12780       chnpy (3849) = 10
12781       chnte (3849) = 6
12782       chnhe (3849) = 0
12783       chperm (3849) = 200
12784       chbirf (3849) = 2319
12785       chetat (3849) = 848
12786       chtn2i (3849) = 210
12787       chbiet (848) = 3849
12788 c
12789 c Aretes coupees :   1  5  6  7  8  9
12790       chclas (497) = ' 6-02'
12791 c Code des aretes coupees : 1, 0, 0, 0, 1, 1, 1, 1, 1, 0, 0, 0
12792       charde (497)(1:18) = '  1  5  6  7  8  9'
12793       chnp1 (497) = 1
12794       chnar (497) = 15
12795       chnpy (497) = 10
12796       chnte (497) = 6
12797       chnhe (497) = 0
12798       chperm (497) = 101
12799       chbirf (497) = 2319
12800       chetat (497) = 849
12801       chtn2i (497) = 210
12802       chbiet (849) = 497
12803 c
12804 c Aretes coupees :   2  3  5  7 10 11
12805       chclas (1622) = ' 6-02'
12806 c Code des aretes coupees : 0, 1, 1, 0, 1, 0, 1, 0, 0, 1, 1, 0
12807       charde (1622)(1:18) = '  2  3  5  7 10 11'
12808       chnp1 (1622) = 1
12809       chnar (1622) = 15
12810       chnpy (1622) = 10
12811       chnte (1622) = 6
12812       chnhe (1622) = 0
12813       chperm (1622) = 130
12814       chbirf (1622) = 2319
12815       chetat (1622) = 850
12816       chtn2i (1622) = 210
12817       chbiet (850) = 1622
12818 c
12819 c Aretes coupees :   2  3  6  8 10 11
12820       chclas (1702) = ' 6-02'
12821 c Code des aretes coupees : 0, 1, 1, 0, 0, 1, 0, 1, 0, 1, 1, 0
12822       charde (1702)(1:18) = '  2  3  6  8 10 11'
12823       chnp1 (1702) = 1
12824       chnar (1702) = 15
12825       chnpy (1702) = 10
12826       chnte (1702) = 6
12827       chnhe (1702) = 0
12828       chperm (1702) = 110
12829       chbirf (1702) = 2319
12830       chetat (1702) = 851
12831       chtn2i (1702) = 210
12832       chbiet (851) = 1702
12833 c
12834 c Aretes coupees :   2  3  9 10 11 12
12835       chclas (3846) = ' 6-02'
12836 c Code des aretes coupees : 0, 1, 1, 0, 0, 0, 0, 0, 1, 1, 1, 1
12837       charde (3846)(1:18) = '  2  3  9 10 11 12'
12838       chnp1 (3846) = 1
12839       chnar (3846) = 15
12840       chnpy (3846) = 10
12841       chnte (3846) = 6
12842       chnhe (3846) = 0
12843       chperm (3846) = 201
12844       chbirf (3846) = 2319
12845       chetat (3846) = 852
12846       chtn2i (3846) = 210
12847       chbiet (852) = 3846
12848 c
12849 c Aretes coupees :   2  5  6  7  8 10
12850       chclas (754) = ' 6-02'
12851 c Code des aretes coupees : 0, 1, 0, 0, 1, 1, 1, 1, 0, 1, 0, 0
12852       charde (754)(1:18) = '  2  5  6  7  8 10'
12853       chnp1 (754) = 1
12854       chnar (754) = 15
12855       chnpy (754) = 10
12856       chnte (754) = 6
12857       chnhe (754) = 0
12858       chperm (754) = 30
12859       chbirf (754) = 2319
12860       chetat (754) = 853
12861       chtn2i (754) = 210
12862       chbiet (853) = 754
12863 c
12864 c Aretes coupees :   3  5  6  7  8 11
12865       chclas (1268) = ' 6-02'
12866 c Code des aretes coupees : 0, 0, 1, 0, 1, 1, 1, 1, 0, 0, 1, 0
12867       charde (1268)(1:18) = '  3  5  6  7  8 11'
12868       chnp1 (1268) = 1
12869       chnar (1268) = 15
12870       chnpy (1268) = 10
12871       chnte (1268) = 6
12872       chnhe (1268) = 0
12873       chperm (1268) = 10
12874       chbirf (1268) = 2319
12875       chetat (1268) = 854
12876       chtn2i (1268) = 210
12877       chbiet (854) = 1268
12878 c
12879 c Aretes coupees :   4  5  6  7  8 12
12880       chclas (2296) = ' 6-02'
12881 c Code des aretes coupees : 0, 0, 0, 1, 1, 1, 1, 1, 0, 0, 0, 1
12882       charde (2296)(1:18) = '  4  5  6  7  8 12'
12883       chnp1 (2296) = 1
12884       chnar (2296) = 15
12885       chnpy (2296) = 10
12886       chnte (2296) = 6
12887       chnhe (2296) = 0
12888       chperm (2296) = 301
12889       chbirf (2296) = 2319
12890       chetat (2296) = 855
12891       chtn2i (2296) = 210
12892       chbiet (855) = 2296
12893 c
12894 c ===========================================
12895 c Classe d'equivalence  6-03
12896 c
12897 c Aretes coupees :   1  2  3  4  5 11
12898       chclas (1055) = ' 6-03'
12899 c Code des aretes coupees : 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 1, 0
12900       charde (1055)(1:18) = '  1  2  3  4  5 11'
12901       chnp1 (1055) = 1
12902       chnar (1055) = 17
12903       chnpy (1055) = 12
12904       chnte (1055) = 6
12905       chnhe (1055) = 0
12906       chperm (1055) = 0
12907       chbirf (1055) = 1055
12908       chetat (1055) = 856
12909       chtn2i (1055) = 210
12910       chbiet (856) = 1055
12911 c
12912 c Aretes coupees :   1  2  3  4  6 12
12913       chclas (2095) = ' 6-03'
12914 c Code des aretes coupees : 1, 1, 1, 1, 0, 1, 0, 0, 0, 0, 0, 1
12915       charde (2095)(1:18) = '  1  2  3  4  6 12'
12916       chnp1 (2095) = 1
12917       chnar (2095) = 17
12918       chnpy (2095) = 12
12919       chnte (2095) = 6
12920       chnhe (2095) = 0
12921       chperm (2095) = 221
12922       chbirf (2095) = 1055
12923       chetat (2095) = 857
12924       chtn2i (2095) = 210
12925       chbiet (857) = 2095
12926 c
12927 c Aretes coupees :   1  2  3  4  7  9
12928       chclas (335) = ' 6-03'
12929 c Code des aretes coupees : 1, 1, 1, 1, 0, 0, 1, 0, 1, 0, 0, 0
12930       charde (335)(1:18) = '  1  2  3  4  7  9'
12931       chnp1 (335) = 1
12932       chnar (335) = 17
12933       chnpy (335) = 12
12934       chnte (335) = 6
12935       chnhe (335) = 0
12936       chperm (335) = 1
12937       chbirf (335) = 1055
12938       chetat (335) = 858
12939       chtn2i (335) = 210
12940       chbiet (858) = 335
12941 c
12942 c Aretes coupees :   1  2  3  4  8 10
12943       chclas (655) = ' 6-03'
12944 c Code des aretes coupees : 1, 1, 1, 1, 0, 0, 0, 1, 0, 1, 0, 0
12945       charde (655)(1:18) = '  1  2  3  4  8 10'
12946       chnp1 (655) = 1
12947       chnar (655) = 17
12948       chnpy (655) = 12
12949       chnte (655) = 6
12950       chnhe (655) = 0
12951       chperm (655) = 220
12952       chbirf (655) = 1055
12953       chetat (655) = 859
12954       chtn2i (655) = 210
12955       chbiet (859) = 655
12956 c
12957 c Aretes coupees :   1  2  5  6  9 12
12958       chclas (2355) = ' 6-03'
12959 c Code des aretes coupees : 1, 1, 0, 0, 1, 1, 0, 0, 1, 0, 0, 1
12960       charde (2355)(1:18) = '  1  2  5  6  9 12'
12961       chnp1 (2355) = 1
12962       chnar (2355) = 17
12963       chnpy (2355) = 12
12964       chnte (2355) = 6
12965       chnhe (2355) = 0
12966       chperm (2355) = 101
12967       chbirf (2355) = 1055
12968       chetat (2355) = 860
12969       chtn2i (2355) = 210
12970       chbiet (860) = 2355
12971 c
12972 c Aretes coupees :   1  2  5  7  8 10
12973       chclas (723) = ' 6-03'
12974 c Code des aretes coupees : 1, 1, 0, 0, 1, 0, 1, 1, 0, 1, 0, 0
12975       charde (723)(1:18) = '  1  2  5  7  8 10'
12976       chnp1 (723) = 1
12977       chnar (723) = 17
12978       chnpy (723) = 12
12979       chnte (723) = 6
12980       chnhe (723) = 0
12981       chperm (723) = 330
12982       chbirf (723) = 1055
12983       chetat (723) = 861
12984       chtn2i (723) = 210
12985       chbiet (861) = 723
12986 c
12987 c Aretes coupees :   1  3  5  6  7  9
12988       chclas (373) = ' 6-03'
12989 c Code des aretes coupees : 1, 0, 1, 0, 1, 1, 1, 0, 1, 0, 0, 0
12990       charde (373)(1:18) = '  1  3  5  6  7  9'
12991       chnp1 (373) = 1
12992       chnar (373) = 17
12993       chnpy (373) = 12
12994       chnte (373) = 6
12995       chnhe (373) = 0
12996       chperm (373) = 320
12997       chbirf (373) = 1055
12998       chetat (373) = 862
12999       chtn2i (373) = 210
13000       chbiet (862) = 373
13001 c
13002 c Aretes coupees :   1  3  6  8 10 11
13003       chclas (1701) = ' 6-03'
13004 c Code des aretes coupees : 1, 0, 1, 0, 0, 1, 0, 1, 0, 1, 1, 0
13005       charde (1701)(1:18) = '  1  3  6  8 10 11'
13006       chnp1 (1701) = 1
13007       chnar (1701) = 17
13008       chnpy (1701) = 12
13009       chnte (1701) = 6
13010       chnhe (1701) = 0
13011       chperm (1701) = 10
13012       chbirf (1701) = 1055
13013       chetat (1701) = 863
13014       chtn2i (1701) = 210
13015       chbiet (863) = 1701
13016 c
13017 c Aretes coupees :   1  4  5  6  9 11
13018       chclas (1337) = ' 6-03'
13019 c Code des aretes coupees : 1, 0, 0, 1, 1, 1, 0, 0, 1, 0, 1, 0
13020       charde (1337)(1:18) = '  1  4  5  6  9 11'
13021       chnp1 (1337) = 1
13022       chnar (1337) = 17
13023       chnpy (1337) = 12
13024       chnte (1337) = 6
13025       chnhe (1337) = 0
13026       chperm (1337) = 321
13027       chbirf (1337) = 1055
13028       chetat (1337) = 864
13029       chtn2i (1337) = 210
13030       chbiet (864) = 1337
13031 c
13032 c Aretes coupees :   1  4  7  8 10 12
13033       chclas (2761) = ' 6-03'
13034 c Code des aretes coupees : 1, 0, 0, 1, 0, 0, 1, 1, 0, 1, 0, 1
13035       charde (2761)(1:18) = '  1  4  7  8 10 12'
13036       chnp1 (2761) = 1
13037       chnar (2761) = 17
13038       chnpy (2761) = 12
13039       chnte (2761) = 6
13040       chnhe (2761) = 0
13041       chperm (2761) = 301
13042       chbirf (2761) = 1055
13043       chetat (2761) = 865
13044       chtn2i (2761) = 210
13045       chbiet (865) = 2761
13046 c
13047 c Aretes coupees :   1  5  6  8  9 10
13048       chclas (945) = ' 6-03'
13049 c Code des aretes coupees : 1, 0, 0, 0, 1, 1, 0, 1, 1, 1, 0, 0
13050       charde (945)(1:18) = '  1  5  6  8  9 10'
13051       chnp1 (945) = 1
13052       chnar (945) = 17
13053       chnpy (945) = 12
13054       chnte (945) = 6
13055       chnhe (945) = 0
13056       chperm (945) = 100
13057       chbirf (945) = 1055
13058       chetat (945) = 866
13059       chtn2i (945) = 210
13060       chbiet (866) = 945
13061 c
13062 c Aretes coupees :   1  8  9 10 11 12
13063       chclas (3969) = ' 6-03'
13064 c Code des aretes coupees : 1, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1
13065       charde (3969)(1:18) = '  1  8  9 10 11 12'
13066       chnp1 (3969) = 1
13067       chnar (3969) = 17
13068       chnpy (3969) = 12
13069       chnte (3969) = 6
13070       chnhe (3969) = 0
13071       chperm (3969) = 21
13072       chbirf (3969) = 1055
13073       chetat (3969) = 867
13074       chtn2i (3969) = 210
13075       chbiet (867) = 3969
13076 c
13077 c Aretes coupees :   2  3  5  7  9 10
13078       chclas (854) = ' 6-03'
13079 c Code des aretes coupees : 0, 1, 1, 0, 1, 0, 1, 0, 1, 1, 0, 0
13080       charde (854)(1:18) = '  2  3  5  7  9 10'
13081       chnp1 (854) = 1
13082       chnar (854) = 17
13083       chnpy (854) = 12
13084       chnte (854) = 6
13085       chnhe (854) = 0
13086       chperm (854) = 30
13087       chbirf (854) = 1055
13088       chetat (854) = 868
13089       chtn2i (854) = 210
13090       chbiet (868) = 854
13091 c
13092 c Aretes coupees :   2  3  6  8 11 12
13093       chclas (3238) = ' 6-03'
13094 c Code des aretes coupees : 0, 1, 1, 0, 0, 1, 0, 1, 0, 0, 1, 1
13095       charde (3238)(1:18) = '  2  3  6  8 11 12'
13096       chnp1 (3238) = 1
13097       chnar (3238) = 17
13098       chnpy (3238) = 12
13099       chnte (3238) = 6
13100       chnhe (3238) = 0
13101       chperm (3238) = 210
13102       chbirf (3238) = 1055
13103       chetat (3238) = 869
13104       chtn2i (3238) = 210
13105       chbiet (869) = 3238
13106 c
13107 c Aretes coupees :   2  4  5  7 10 11
13108       chclas (1626) = ' 6-03'
13109 c Code des aretes coupees : 0, 1, 0, 1, 1, 0, 1, 0, 0, 1, 1, 0
13110       charde (1626)(1:18) = '  2  4  5  7 10 11'
13111       chnp1 (1626) = 1
13112       chnar (1626) = 17
13113       chnpy (1626) = 12
13114       chnte (1626) = 6
13115       chnhe (1626) = 0
13116       chperm (1626) = 230
13117       chbirf (1626) = 1055
13118       chetat (1626) = 870
13119       chtn2i (1626) = 210
13120       chbiet (870) = 1626
13121 c
13122 c Aretes coupees :   2  4  6  7  8 12
13123       chclas (2282) = ' 6-03'
13124 c Code des aretes coupees : 0, 1, 0, 1, 0, 1, 1, 1, 0, 0, 0, 1
13125       charde (2282)(1:18) = '  2  4  6  7  8 12'
13126       chnp1 (2282) = 1
13127       chnar (2282) = 17
13128       chnpy (2282) = 12
13129       chnte (2282) = 6
13130       chnhe (2282) = 0
13131       chperm (2282) = 300
13132       chbirf (2282) = 1055
13133       chetat (2282) = 871
13134       chtn2i (2282) = 210
13135       chbiet (871) = 2282
13136 c
13137 c Aretes coupees :   2  5  6  7 10 12
13138       chclas (2674) = ' 6-03'
13139 c Code des aretes coupees : 0, 1, 0, 0, 1, 1, 1, 0, 0, 1, 0, 1
13140       charde (2674)(1:18) = '  2  5  6  7 10 12'
13141       chnp1 (2674) = 1
13142       chnar (2674) = 17
13143       chnpy (2674) = 12
13144       chnte (2674) = 6
13145       chnhe (2674) = 0
13146       chperm (2674) = 130
13147       chbirf (2674) = 1055
13148       chetat (2674) = 872
13149       chtn2i (2674) = 210
13150       chbiet (872) = 2674
13151 c
13152 c Aretes coupees :   2  6  9 10 11 12
13153       chclas (3874) = ' 6-03'
13154 c Code des aretes coupees : 0, 1, 0, 0, 0, 1, 0, 0, 1, 1, 1, 1
13155       charde (3874)(1:18) = '  2  6  9 10 11 12'
13156       chnp1 (3874) = 1
13157       chnar (3874) = 17
13158       chnpy (3874) = 12
13159       chnte (3874) = 6
13160       chnhe (3874) = 0
13161       chperm (3874) = 20
13162       chbirf (3874) = 1055
13163       chetat (3874) = 873
13164       chtn2i (3874) = 210
13165       chbiet (873) = 3874
13166 c
13167 c Aretes coupees :   3  4  5  6  8 11
13168       chclas (1212) = ' 6-03'
13169 c Code des aretes coupees : 0, 0, 1, 1, 1, 1, 0, 1, 0, 0, 1, 0
13170       charde (1212)(1:18) = '  3  4  5  6  8 11'
13171       chnp1 (1212) = 1
13172       chnar (1212) = 17
13173       chnpy (1212) = 12
13174       chnte (1212) = 6
13175       chnhe (1212) = 0
13176       chperm (1212) = 310
13177       chbirf (1212) = 1055
13178       chetat (1212) = 874
13179       chtn2i (1212) = 210
13180       chbiet (874) = 1212
13181 c
13182 c Aretes coupees :   3  4  7  8  9 12
13183       chclas (2508) = ' 6-03'
13184 c Code des aretes coupees : 0, 0, 1, 1, 0, 0, 1, 1, 1, 0, 0, 1
13185       charde (2508)(1:18) = '  3  4  7  8  9 12'
13186       chnp1 (2508) = 1
13187       chnar (2508) = 17
13188       chnpy (2508) = 12
13189       chnte (2508) = 6
13190       chnhe (2508) = 0
13191       chperm (2508) = 121
13192       chbirf (2508) = 1055
13193       chetat (2508) = 875
13194       chtn2i (2508) = 210
13195       chbiet (875) = 2508
13196 c
13197 c Aretes coupees :   3  6  7  8  9 11
13198       chclas (1508) = ' 6-03'
13199 c Code des aretes coupees : 0, 0, 1, 0, 0, 1, 1, 1, 1, 0, 1, 0
13200       charde (1508)(1:18) = '  3  6  7  8  9 11'
13201       chnp1 (1508) = 1
13202       chnar (1508) = 17
13203       chnpy (1508) = 12
13204       chnte (1508) = 6
13205       chnhe (1508) = 0
13206       chperm (1508) = 110
13207       chbirf (1508) = 1055
13208       chetat (1508) = 876
13209       chtn2i (1508) = 210
13210       chbiet (876) = 1508
13211 c
13212 c Aretes coupees :   3  7  9 10 11 12
13213       chclas (3908) = ' 6-03'
13214 c Code des aretes coupees : 0, 0, 1, 0, 0, 0, 1, 0, 1, 1, 1, 1
13215       charde (3908)(1:18) = '  3  7  9 10 11 12'
13216       chnp1 (3908) = 1
13217       chnar (3908) = 17
13218       chnpy (3908) = 12
13219       chnte (3908) = 6
13220       chnhe (3908) = 0
13221       chperm (3908) = 200
13222       chbirf (3908) = 1055
13223       chetat (3908) = 877
13224       chtn2i (3908) = 210
13225       chbiet (877) = 3908
13226 c
13227 c Aretes coupees :   4  5  7  8 11 12
13228       chclas (3288) = ' 6-03'
13229 c Code des aretes coupees : 0, 0, 0, 1, 1, 0, 1, 1, 0, 0, 1, 1
13230       charde (3288)(1:18) = '  4  5  7  8 11 12'
13231       chnp1 (3288) = 1
13232       chnar (3288) = 17
13233       chnpy (3288) = 12
13234       chnte (3288) = 6
13235       chnhe (3288) = 0
13236       chperm (3288) = 120
13237       chbirf (3288) = 1055
13238       chetat (3288) = 878
13239       chtn2i (3288) = 210
13240       chbiet (878) = 3288
13241 c
13242 c Aretes coupees :   4  5  9 10 11 12
13243       chclas (3864) = ' 6-03'
13244 c Code des aretes coupees : 0, 0, 0, 1, 1, 0, 0, 0, 1, 1, 1, 1
13245       charde (3864)(1:18) = '  4  5  9 10 11 12'
13246       chnp1 (3864) = 1
13247       chnar (3864) = 17
13248       chnpy (3864) = 12
13249       chnte (3864) = 6
13250       chnhe (3864) = 0
13251       chperm (3864) = 201
13252       chbirf (3864) = 1055
13253       chetat (3864) = 879
13254       chtn2i (3864) = 210
13255       chbiet (879) = 3864
13256 c
13257 c ===========================================
13258 c Classe d'equivalence  6-04
13259 c
13260 c Aretes coupees :   1  2  3  4  5 12
13261       chclas (2079) = ' 6-04'
13262 c Code des aretes coupees : 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 1
13263       charde (2079)(1:18) = '  1  2  3  4  5 12'
13264       chnp1 (2079) = 1
13265       chnar (2079) = 17
13266       chnpy (2079) = 12
13267       chnte (2079) = 6
13268       chnhe (2079) = 0
13269       chperm (2079) = 0
13270       chbirf (2079) = 2079
13271       chetat (2079) = 880
13272       chtn2i (2079) = 210
13273       chbiet (880) = 2079
13274 c
13275 c Aretes coupees :   1  2  3  4  6 10
13276       chclas (559) = ' 6-04'
13277 c Code des aretes coupees : 1, 1, 1, 1, 0, 1, 0, 0, 0, 1, 0, 0
13278       charde (559)(1:18) = '  1  2  3  4  6 10'
13279       chnp1 (559) = 1
13280       chnar (559) = 17
13281       chnpy (559) = 12
13282       chnte (559) = 6
13283       chnhe (559) = 0
13284       chperm (559) = 221
13285       chbirf (559) = 2079
13286       chetat (559) = 881
13287       chtn2i (559) = 210
13288       chbiet (881) = 559
13289 c
13290 c Aretes coupees :   1  2  3  4  7 11
13291       chclas (1103) = ' 6-04'
13292 c Code des aretes coupees : 1, 1, 1, 1, 0, 0, 1, 0, 0, 0, 1, 0
13293       charde (1103)(1:18) = '  1  2  3  4  7 11'
13294       chnp1 (1103) = 1
13295       chnar (1103) = 17
13296       chnpy (1103) = 12
13297       chnte (1103) = 6
13298       chnhe (1103) = 0
13299       chperm (1103) = 1
13300       chbirf (1103) = 2079
13301       chetat (1103) = 882
13302       chtn2i (1103) = 210
13303       chbiet (882) = 1103
13304 c
13305 c Aretes coupees :   1  2  3  4  8  9
13306       chclas (399) = ' 6-04'
13307 c Code des aretes coupees : 1, 1, 1, 1, 0, 0, 0, 1, 1, 0, 0, 0
13308       charde (399)(1:18) = '  1  2  3  4  8  9'
13309       chnp1 (399) = 1
13310       chnar (399) = 17
13311       chnpy (399) = 12
13312       chnte (399) = 6
13313       chnhe (399) = 0
13314       chperm (399) = 220
13315       chbirf (399) = 2079
13316       chetat (399) = 883
13317       chtn2i (399) = 210
13318       chbiet (883) = 399
13319 c
13320 c Aretes coupees :   1  2  5  6  8  9
13321       chclas (435) = ' 6-04'
13322 c Code des aretes coupees : 1, 1, 0, 0, 1, 1, 0, 1, 1, 0, 0, 0
13323       charde (435)(1:18) = '  1  2  5  6  8  9'
13324       chnp1 (435) = 1
13325       chnar (435) = 17
13326       chnpy (435) = 12
13327       chnte (435) = 6
13328       chnhe (435) = 0
13329       chperm (435) = 101
13330       chbirf (435) = 2079
13331       chetat (435) = 884
13332       chtn2i (435) = 210
13333       chbiet (884) = 435
13334 c
13335 c Aretes coupees :   1  2  5  7 10 11
13336       chclas (1619) = ' 6-04'
13337 c Code des aretes coupees : 1, 1, 0, 0, 1, 0, 1, 0, 0, 1, 1, 0
13338       charde (1619)(1:18) = '  1  2  5  7 10 11'
13339       chnp1 (1619) = 1
13340       chnar (1619) = 17
13341       chnpy (1619) = 12
13342       chnte (1619) = 6
13343       chnhe (1619) = 0
13344       chperm (1619) = 330
13345       chbirf (1619) = 2079
13346       chetat (1619) = 885
13347       chtn2i (1619) = 210
13348       chbiet (885) = 1619
13349 c
13350 c Aretes coupees :   1  3  5  6  9 12
13351       chclas (2357) = ' 6-04'
13352 c Code des aretes coupees : 1, 0, 1, 0, 1, 1, 0, 0, 1, 0, 0, 1
13353       charde (2357)(1:18) = '  1  3  5  6  9 12'
13354       chnp1 (2357) = 1
13355       chnar (2357) = 17
13356       chnpy (2357) = 12
13357       chnte (2357) = 6
13358       chnhe (2357) = 0
13359       chperm (2357) = 320
13360       chbirf (2357) = 2079
13361       chetat (2357) = 886
13362       chtn2i (2357) = 210
13363       chbiet (886) = 2357
13364 c
13365 c Aretes coupees :   1  3  6  7  8 11
13366       chclas (1253) = ' 6-04'
13367 c Code des aretes coupees : 1, 0, 1, 0, 0, 1, 1, 1, 0, 0, 1, 0
13368       charde (1253)(1:18) = '  1  3  6  7  8 11'
13369       chnp1 (1253) = 1
13370       chnar (1253) = 17
13371       chnpy (1253) = 12
13372       chnte (1253) = 6
13373       chnhe (1253) = 0
13374       chperm (1253) = 10
13375       chbirf (1253) = 2079
13376       chetat (1253) = 887
13377       chtn2i (1253) = 210
13378       chbiet (887) = 1253
13379 c
13380 c Aretes coupees :   1  4  5  6  9 10
13381       chclas (825) = ' 6-04'
13382 c Code des aretes coupees : 1, 0, 0, 1, 1, 1, 0, 0, 1, 1, 0, 0
13383       charde (825)(1:18) = '  1  4  5  6  9 10'
13384       chnp1 (825) = 1
13385       chnar (825) = 17
13386       chnpy (825) = 12
13387       chnte (825) = 6
13388       chnhe (825) = 0
13389       chperm (825) = 100
13390       chbirf (825) = 2079
13391       chetat (825) = 888
13392       chtn2i (825) = 210
13393       chbiet (888) = 825
13394 c
13395 c Aretes coupees :   1  4  7  8 11 12
13396       chclas (3273) = ' 6-04'
13397 c Code des aretes coupees : 1, 0, 0, 1, 0, 0, 1, 1, 0, 0, 1, 1
13398       charde (3273)(1:18) = '  1  4  7  8 11 12'
13399       chnp1 (3273) = 1
13400       chnar (3273) = 17
13401       chnpy (3273) = 12
13402       chnte (3273) = 6
13403       chnhe (3273) = 0
13404       chperm (3273) = 120
13405       chbirf (3273) = 2079
13406       chetat (3273) = 889
13407       chtn2i (3273) = 210
13408       chbiet (889) = 3273
13409 c
13410 c Aretes coupees :   1  5  6  7  9 11
13411       chclas (1393) = ' 6-04'
13412 c Code des aretes coupees : 1, 0, 0, 0, 1, 1, 1, 0, 1, 0, 1, 0
13413       charde (1393)(1:18) = '  1  5  6  7  9 11'
13414       chnp1 (1393) = 1
13415       chnar (1393) = 17
13416       chnpy (1393) = 12
13417       chnte (1393) = 6
13418       chnhe (1393) = 0
13419       chperm (1393) = 321
13420       chbirf (1393) = 2079
13421       chetat (1393) = 890
13422       chtn2i (1393) = 210
13423       chbiet (890) = 1393
13424 c
13425 c Aretes coupees :   1  7  9 10 11 12
13426       chclas (3905) = ' 6-04'
13427 c Code des aretes coupees : 1, 0, 0, 0, 0, 0, 1, 0, 1, 1, 1, 1
13428       charde (3905)(1:18) = '  1  7  9 10 11 12'
13429       chnp1 (3905) = 1
13430       chnar (3905) = 17
13431       chnpy (3905) = 12
13432       chnte (3905) = 6
13433       chnhe (3905) = 0
13434       chperm (3905) = 200
13435       chbirf (3905) = 2079
13436       chetat (3905) = 891
13437       chtn2i (3905) = 210
13438       chbiet (891) = 3905
13439 c
13440 c Aretes coupees :   2  3  5  7 10 12
13441       chclas (2646) = ' 6-04'
13442 c Code des aretes coupees : 0, 1, 1, 0, 1, 0, 1, 0, 0, 1, 0, 1
13443       charde (2646)(1:18) = '  2  3  5  7 10 12'
13444       chnp1 (2646) = 1
13445       chnar (2646) = 17
13446       chnpy (2646) = 12
13447       chnte (2646) = 6
13448       chnhe (2646) = 0
13449       chperm (2646) = 130
13450       chbirf (2646) = 2079
13451       chetat (2646) = 892
13452       chtn2i (2646) = 210
13453       chbiet (892) = 2646
13454 c
13455 c Aretes coupees :   2  3  6  8  9 11
13456       chclas (1446) = ' 6-04'
13457 c Code des aretes coupees : 0, 1, 1, 0, 0, 1, 0, 1, 1, 0, 1, 0
13458       charde (1446)(1:18) = '  2  3  6  8  9 11'
13459       chnp1 (1446) = 1
13460       chnar (1446) = 17
13461       chnpy (1446) = 12
13462       chnte (1446) = 6
13463       chnhe (1446) = 0
13464       chperm (1446) = 110
13465       chbirf (1446) = 2079
13466       chetat (1446) = 893
13467       chtn2i (1446) = 210
13468       chbiet (893) = 1446
13469 c
13470 c Aretes coupees :   2  4  5  6  7 10
13471       chclas (634) = ' 6-04'
13472 c Code des aretes coupees : 0, 1, 0, 1, 1, 1, 1, 0, 0, 1, 0, 0
13473       charde (634)(1:18) = '  2  4  5  6  7 10'
13474       chnp1 (634) = 1
13475       chnar (634) = 17
13476       chnpy (634) = 12
13477       chnte (634) = 6
13478       chnhe (634) = 0
13479       chperm (634) = 230
13480       chbirf (634) = 2079
13481       chetat (634) = 894
13482       chtn2i (634) = 210
13483       chbiet (894) = 634
13484 c
13485 c Aretes coupees :   2  4  7  8  9 12
13486       chclas (2506) = ' 6-04'
13487 c Code des aretes coupees : 0, 1, 0, 1, 0, 0, 1, 1, 1, 0, 0, 1
13488       charde (2506)(1:18) = '  2  4  7  8  9 12'
13489       chnp1 (2506) = 1
13490       chnar (2506) = 17
13491       chnpy (2506) = 12
13492       chnte (2506) = 6
13493       chnhe (2506) = 0
13494       chperm (2506) = 300
13495       chbirf (2506) = 2079
13496       chetat (2506) = 895
13497       chtn2i (2506) = 210
13498       chbiet (895) = 2506
13499 c
13500 c Aretes coupees :   2  5  7  8  9 10
13501       chclas (978) = ' 6-04'
13502 c Code des aretes coupees : 0, 1, 0, 0, 1, 0, 1, 1, 1, 1, 0, 0
13503       charde (978)(1:18) = '  2  5  7  8  9 10'
13504       chnp1 (978) = 1
13505       chnar (978) = 17
13506       chnpy (978) = 12
13507       chnte (978) = 6
13508       chnhe (978) = 0
13509       chperm (978) = 30
13510       chbirf (978) = 2079
13511       chetat (978) = 896
13512       chtn2i (978) = 210
13513       chbiet (896) = 978
13514 c
13515 c Aretes coupees :   2  8  9 10 11 12
13516       chclas (3970) = ' 6-04'
13517 c Code des aretes coupees : 0, 1, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1
13518       charde (3970)(1:18) = '  2  8  9 10 11 12'
13519       chnp1 (3970) = 1
13520       chnar (3970) = 17
13521       chnpy (3970) = 12
13522       chnte (3970) = 6
13523       chnhe (3970) = 0
13524       chperm (3970) = 21
13525       chbirf (3970) = 2079
13526       chetat (3970) = 897
13527       chtn2i (3970) = 210
13528       chbiet (897) = 3970
13529 c
13530 c Aretes coupees :   3  4  5  7  8 12
13531       chclas (2268) = ' 6-04'
13532 c Code des aretes coupees : 0, 0, 1, 1, 1, 0, 1, 1, 0, 0, 0, 1
13533       charde (2268)(1:18) = '  3  4  5  7  8 12'
13534       chnp1 (2268) = 1
13535       chnar (2268) = 17
13536       chnpy (2268) = 12
13537       chnte (2268) = 6
13538       chnhe (2268) = 0
13539       chperm (2268) = 121
13540       chbirf (2268) = 2079
13541       chetat (2268) = 898
13542       chtn2i (2268) = 210
13543       chbiet (898) = 2268
13544 c
13545 c Aretes coupees :   3  4  6  8 10 11
13546       chclas (1708) = ' 6-04'
13547 c Code des aretes coupees : 0, 0, 1, 1, 0, 1, 0, 1, 0, 1, 1, 0
13548       charde (1708)(1:18) = '  3  4  6  8 10 11'
13549       chnp1 (1708) = 1
13550       chnar (1708) = 17
13551       chnpy (1708) = 12
13552       chnte (1708) = 6
13553       chnhe (1708) = 0
13554       chperm (1708) = 310
13555       chbirf (1708) = 2079
13556       chetat (1708) = 899
13557       chtn2i (1708) = 210
13558       chbiet (899) = 1708
13559 c
13560 c Aretes coupees :   3  5  6  8 11 12
13561       chclas (3252) = ' 6-04'
13562 c Code des aretes coupees : 0, 0, 1, 0, 1, 1, 0, 1, 0, 0, 1, 1
13563       charde (3252)(1:18) = '  3  5  6  8 11 12'
13564       chnp1 (3252) = 1
13565       chnar (3252) = 17
13566       chnpy (3252) = 12
13567       chnte (3252) = 6
13568       chnhe (3252) = 0
13569       chperm (3252) = 210
13570       chbirf (3252) = 2079
13571       chetat (3252) = 900
13572       chtn2i (3252) = 210
13573       chbiet (900) = 3252
13574 c
13575 c Aretes coupees :   3  5  9 10 11 12
13576       chclas (3860) = ' 6-04'
13577 c Code des aretes coupees : 0, 0, 1, 0, 1, 0, 0, 0, 1, 1, 1, 1
13578       charde (3860)(1:18) = '  3  5  9 10 11 12'
13579       chnp1 (3860) = 1
13580       chnar (3860) = 17
13581       chnpy (3860) = 12
13582       chnte (3860) = 6
13583       chnhe (3860) = 0
13584       chperm (3860) = 201
13585       chbirf (3860) = 2079
13586       chetat (3860) = 901
13587       chtn2i (3860) = 210
13588       chbiet (901) = 3860
13589 c
13590 c Aretes coupees :   4  6  7  8 10 12
13591       chclas (2792) = ' 6-04'
13592 c Code des aretes coupees : 0, 0, 0, 1, 0, 1, 1, 1, 0, 1, 0, 1
13593       charde (2792)(1:18) = '  4  6  7  8 10 12'
13594       chnp1 (2792) = 1
13595       chnar (2792) = 17
13596       chnpy (2792) = 12
13597       chnte (2792) = 6
13598       chnhe (2792) = 0
13599       chperm (2792) = 301
13600       chbirf (2792) = 2079
13601       chetat (2792) = 902
13602       chtn2i (2792) = 210
13603       chbiet (902) = 2792
13604 c
13605 c Aretes coupees :   4  6  9 10 11 12
13606       chclas (3880) = ' 6-04'
13607 c Code des aretes coupees : 0, 0, 0, 1, 0, 1, 0, 0, 1, 1, 1, 1
13608       charde (3880)(1:18) = '  4  6  9 10 11 12'
13609       chnp1 (3880) = 1
13610       chnar (3880) = 17
13611       chnpy (3880) = 12
13612       chnte (3880) = 6
13613       chnhe (3880) = 0
13614       chperm (3880) = 20
13615       chbirf (3880) = 2079
13616       chetat (3880) = 903
13617       chtn2i (3880) = 210
13618       chbiet (903) = 3880
13619 c
13620 c ===========================================
13621 c Classe d'equivalence  6-05
13622 c
13623 c Aretes coupees :   1  2  3  4  5  8
13624       chclas (159) = ' 6-05'
13625 c Code des aretes coupees : 1, 1, 1, 1, 1, 0, 0, 1, 0, 0, 0, 0
13626       charde (159)(1:18) = '  1  2  3  4  5  8'
13627       chnp1 (159) = 1
13628       chnar (159) = 19
13629       chnpy (159) = 17
13630       chnte (159) = 0
13631       chnhe (159) = 0
13632       chperm (159) = 0
13633       chbirf (159) = 159
13634       chetat (159) = 904
13635       chtn2i (159) = 210
13636       chbiet (904) = 159
13637 c
13638 c Aretes coupees :   1  2  3  4  6  7
13639       chclas (111) = ' 6-05'
13640 c Code des aretes coupees : 1, 1, 1, 1, 0, 1, 1, 0, 0, 0, 0, 0
13641       charde (111)(1:18) = '  1  2  3  4  6  7'
13642       chnp1 (111) = 1
13643       chnar (111) = 19
13644       chnpy (111) = 17
13645       chnte (111) = 0
13646       chnhe (111) = 0
13647       chperm (111) = 1
13648       chbirf (111) = 159
13649       chetat (111) = 905
13650       chtn2i (111) = 210
13651       chbiet (905) = 111
13652 c
13653 c Aretes coupees :   1  2  5  6  9 11
13654       chclas (1331) = ' 6-05'
13655 c Code des aretes coupees : 1, 1, 0, 0, 1, 1, 0, 0, 1, 0, 1, 0
13656       charde (1331)(1:18) = '  1  2  5  6  9 11'
13657       chnp1 (1331) = 1
13658       chnar (1331) = 19
13659       chnpy (1331) = 17
13660       chnte (1331) = 0
13661       chnhe (1331) = 0
13662       chperm (1331) = 101
13663       chbirf (1331) = 159
13664       chetat (1331) = 906
13665       chtn2i (1331) = 210
13666       chbiet (906) = 1331
13667 c
13668 c Aretes coupees :   1  2  5  7 10 12
13669       chclas (2643) = ' 6-05'
13670 c Code des aretes coupees : 1, 1, 0, 0, 1, 0, 1, 0, 0, 1, 0, 1
13671       charde (2643)(1:18) = '  1  2  5  7 10 12'
13672       chnp1 (2643) = 1
13673       chnar (2643) = 19
13674       chnpy (2643) = 17
13675       chnte (2643) = 0
13676       chnhe (2643) = 0
13677       chperm (2643) = 130
13678       chbirf (2643) = 159
13679       chetat (2643) = 907
13680       chtn2i (2643) = 210
13681       chbiet (907) = 2643
13682 c
13683 c Aretes coupees :   1  3  5  6  9 10
13684       chclas (821) = ' 6-05'
13685 c Code des aretes coupees : 1, 0, 1, 0, 1, 1, 0, 0, 1, 1, 0, 0
13686       charde (821)(1:18) = '  1  3  5  6  9 10'
13687       chnp1 (821) = 1
13688       chnar (821) = 19
13689       chnpy (821) = 17
13690       chnte (821) = 0
13691       chnhe (821) = 0
13692       chperm (821) = 100
13693       chbirf (821) = 159
13694       chetat (821) = 908
13695       chtn2i (821) = 210
13696       chbiet (908) = 821
13697 c
13698 c Aretes coupees :   1  3  6  8 11 12
13699       chclas (3237) = ' 6-05'
13700 c Code des aretes coupees : 1, 0, 1, 0, 0, 1, 0, 1, 0, 0, 1, 1
13701       charde (3237)(1:18) = '  1  3  6  8 11 12'
13702       chnp1 (3237) = 1
13703       chnar (3237) = 19
13704       chnpy (3237) = 17
13705       chnte (3237) = 0
13706       chnhe (3237) = 0
13707       chperm (3237) = 10
13708       chbirf (3237) = 159
13709       chetat (3237) = 909
13710       chtn2i (3237) = 210
13711       chbiet (909) = 3237
13712 c
13713 c Aretes coupees :   2  4  5  7  9 10
13714       chclas (858) = ' 6-05'
13715 c Code des aretes coupees : 0, 1, 0, 1, 1, 0, 1, 0, 1, 1, 0, 0
13716       charde (858)(1:18) = '  2  4  5  7  9 10'
13717       chnp1 (858) = 1
13718       chnar (858) = 19
13719       chnpy (858) = 17
13720       chnte (858) = 0
13721       chnhe (858) = 0
13722       chperm (858) = 30
13723       chbirf (858) = 159
13724       chetat (858) = 910
13725       chtn2i (858) = 210
13726       chbiet (910) = 858
13727 c
13728 c Aretes coupees :   2  4  7  8 11 12
13729       chclas (3274) = ' 6-05'
13730 c Code des aretes coupees : 0, 1, 0, 1, 0, 0, 1, 1, 0, 0, 1, 1
13731       charde (3274)(1:18) = '  2  4  7  8 11 12'
13732       chnp1 (3274) = 1
13733       chnar (3274) = 19
13734       chnpy (3274) = 17
13735       chnte (3274) = 0
13736       chnhe (3274) = 0
13737       chperm (3274) = 300
13738       chbirf (3274) = 159
13739       chetat (3274) = 911
13740       chtn2i (3274) = 210
13741       chbiet (911) = 3274
13742 c
13743 c Aretes coupees :   3  4  6  8  9 11
13744       chclas (1452) = ' 6-05'
13745 c Code des aretes coupees : 0, 0, 1, 1, 0, 1, 0, 1, 1, 0, 1, 0
13746       charde (1452)(1:18) = '  3  4  6  8  9 11'
13747       chnp1 (1452) = 1
13748       chnar (1452) = 19
13749       chnpy (1452) = 17
13750       chnte (1452) = 0
13751       chnhe (1452) = 0
13752       chperm (1452) = 110
13753       chbirf (1452) = 159
13754       chetat (1452) = 912
13755       chtn2i (1452) = 210
13756       chbiet (912) = 1452
13757 c
13758 c Aretes coupees :   3  4  7  8 10 12
13759       chclas (2764) = ' 6-05'
13760 c Code des aretes coupees : 0, 0, 1, 1, 0, 0, 1, 1, 0, 1, 0, 1
13761       charde (2764)(1:18) = '  3  4  7  8 10 12'
13762       chnp1 (2764) = 1
13763       chnar (2764) = 19
13764       chnpy (2764) = 17
13765       chnte (2764) = 0
13766       chnhe (2764) = 0
13767       chperm (2764) = 301
13768       chbirf (2764) = 159
13769       chetat (2764) = 913
13770       chtn2i (2764) = 210
13771       chbiet (913) = 2764
13772 c
13773 c Aretes coupees :   5  8  9 10 11 12
13774       chclas (3984) = ' 6-05'
13775 c Code des aretes coupees : 0, 0, 0, 0, 1, 0, 0, 1, 1, 1, 1, 1
13776       charde (3984)(1:18) = '  5  8  9 10 11 12'
13777       chnp1 (3984) = 1
13778       chnar (3984) = 19
13779       chnpy (3984) = 17
13780       chnte (3984) = 0
13781       chnhe (3984) = 0
13782       chperm (3984) = 201
13783       chbirf (3984) = 159
13784       chetat (3984) = 914
13785       chtn2i (3984) = 210
13786       chbiet (914) = 3984
13787 c
13788 c Aretes coupees :   6  7  9 10 11 12
13789       chclas (3936) = ' 6-05'
13790 c Code des aretes coupees : 0, 0, 0, 0, 0, 1, 1, 0, 1, 1, 1, 1
13791       charde (3936)(1:18) = '  6  7  9 10 11 12'
13792       chnp1 (3936) = 1
13793       chnar (3936) = 19
13794       chnpy (3936) = 17
13795       chnte (3936) = 0
13796       chnhe (3936) = 0
13797       chperm (3936) = 200
13798       chbirf (3936) = 159
13799       chetat (3936) = 915
13800       chtn2i (3936) = 210
13801       chbiet (915) = 3936
13802 c
13803 c ===========================================
13804 c Classe d'equivalence  6-06
13805 c
13806 c Aretes coupees :   1  2  6  7 11 12
13807       chclas (3171) = ' 6-06'
13808 c Code des aretes coupees : 1, 1, 0, 0, 0, 1, 1, 0, 0, 0, 1, 1
13809       charde (3171)(1:18) = '  1  2  6  7 11 12'
13810       chnp1 (3171) = 1
13811       chnar (3171) = 20
13812       chnpy (3171) = 18
13813       chnte (3171) = 0
13814       chnhe (3171) = 0
13815       chperm (3171) = 0
13816       chbirf (3171) = 3171
13817       chetat (3171) = 916
13818       chtn2i (3171) = 210
13819       chbiet (916) = 3171
13820 c
13821 c Aretes coupees :   1  3  5  8 10 12
13822       chclas (2709) = ' 6-06'
13823 c Code des aretes coupees : 1, 0, 1, 0, 1, 0, 0, 1, 0, 1, 0, 1
13824       charde (2709)(1:18) = '  1  3  5  8 10 12'
13825       chnp1 (2709) = 1
13826       chnar (2709) = 20
13827       chnpy (2709) = 18
13828       chnte (2709) = 0
13829       chnhe (2709) = 0
13830       chperm (2709) = 200
13831       chbirf (2709) = 3171
13832       chetat (2709) = 917
13833       chtn2i (2709) = 210
13834       chbiet (917) = 2709
13835 c
13836 c Aretes coupees :   2  4  5  8  9 11
13837       chclas (1434) = ' 6-06'
13838 c Code des aretes coupees : 0, 1, 0, 1, 1, 0, 0, 1, 1, 0, 1, 0
13839       charde (1434)(1:18) = '  2  4  5  8  9 11'
13840       chnp1 (1434) = 1
13841       chnar (1434) = 20
13842       chnpy (1434) = 18
13843       chnte (1434) = 0
13844       chnhe (1434) = 0
13845       chperm (1434) = 100
13846       chbirf (1434) = 3171
13847       chetat (1434) = 918
13848       chtn2i (1434) = 210
13849       chbiet (918) = 1434
13850 c
13851 c Aretes coupees :   3  4  6  7  9 10
13852       chclas (876) = ' 6-06'
13853 c Code des aretes coupees : 0, 0, 1, 1, 0, 1, 1, 0, 1, 1, 0, 0
13854       charde (876)(1:18) = '  3  4  6  7  9 10'
13855       chnp1 (876) = 1
13856       chnar (876) = 20
13857       chnpy (876) = 18
13858       chnte (876) = 0
13859       chnhe (876) = 0
13860       chperm (876) = 300
13861       chbirf (876) = 3171
13862       chetat (876) = 919
13863       chtn2i (876) = 210
13864       chbiet (919) = 876
13865 c
13866 c ===========================================
13867 c Classe d'equivalence  6-07
13868 c
13869 c Aretes coupees :   1  2  6  8 10 12
13870       chclas (2723) = ' 6-07'
13871 c Code des aretes coupees : 1, 1, 0, 0, 0, 1, 0, 1, 0, 1, 0, 1
13872       charde (2723)(1:18) = '  1  2  6  8 10 12'
13873       chnp1 (2723) = 1
13874       chnar (2723) = 18
13875       chnpy (2723) = 16
13876       chnte (2723) = 0
13877       chnhe (2723) = 0
13878       chperm (2723) = 0
13879       chbirf (2723) = 2723
13880       chetat (2723) = 920
13881       chtn2i (2723) = 210
13882       chbiet (920) = 2723
13883 c
13884 c Aretes coupees :   1  3  7  8  9 10
13885       chclas (965) = ' 6-07'
13886 c Code des aretes coupees : 1, 0, 1, 0, 0, 0, 1, 1, 1, 1, 0, 0
13887       charde (965)(1:18) = '  1  3  7  8  9 10'
13888       chnp1 (965) = 1
13889       chnar (965) = 18
13890       chnpy (965) = 16
13891       chnte (965) = 0
13892       chnhe (965) = 0
13893       chperm (965) = 310
13894       chbirf (965) = 2723
13895       chetat (965) = 921
13896       chtn2i (965) = 210
13897       chbiet (921) = 965
13898 c
13899 c Aretes coupees :   1  4  5  8 10 11
13900       chclas (1689) = ' 6-07'
13901 c Code des aretes coupees : 1, 0, 0, 1, 1, 0, 0, 1, 0, 1, 1, 0
13902       charde (1689)(1:18) = '  1  4  5  8 10 11'
13903       chnp1 (1689) = 1
13904       chnar (1689) = 18
13905       chnpy (1689) = 16
13906       chnte (1689) = 0
13907       chnhe (1689) = 0
13908       chperm (1689) = 210
13909       chbirf (1689) = 2723
13910       chetat (1689) = 922
13911       chtn2i (1689) = 210
13912       chbiet (922) = 1689
13913 c
13914 c Aretes coupees :   2  3  6  7  9 12
13915       chclas (2406) = ' 6-07'
13916 c Code des aretes coupees : 0, 1, 1, 0, 0, 1, 1, 0, 1, 0, 0, 1
13917       charde (2406)(1:18) = '  2  3  6  7  9 12'
13918       chnp1 (2406) = 1
13919       chnar (2406) = 18
13920       chnpy (2406) = 16
13921       chnte (2406) = 0
13922       chnhe (2406) = 0
13923       chperm (2406) = 10
13924       chbirf (2406) = 2723
13925       chetat (2406) = 923
13926       chtn2i (2406) = 210
13927       chbiet (923) = 2406
13928 c
13929 c Aretes coupees :   2  4  5  6 11 12
13930       chclas (3130) = ' 6-07'
13931 c Code des aretes coupees : 0, 1, 0, 1, 1, 1, 0, 0, 0, 0, 1, 1
13932       charde (3130)(1:18) = '  2  4  5  6 11 12'
13933       chnp1 (3130) = 1
13934       chnar (3130) = 18
13935       chnpy (3130) = 16
13936       chnte (3130) = 0
13937       chnhe (3130) = 0
13938       chperm (3130) = 110
13939       chbirf (3130) = 2723
13940       chetat (3130) = 924
13941       chtn2i (3130) = 210
13942       chbiet (924) = 3130
13943 c
13944 c Aretes coupees :   3  4  5  7  9 11
13945       chclas (1372) = ' 6-07'
13946 c Code des aretes coupees : 0, 0, 1, 1, 1, 0, 1, 0, 1, 0, 1, 0
13947       charde (1372)(1:18) = '  3  4  5  7  9 11'
13948       chnp1 (1372) = 1
13949       chnar (1372) = 18
13950       chnpy (1372) = 16
13951       chnte (1372) = 0
13952       chnhe (1372) = 0
13953       chperm (1372) = 100
13954       chbirf (1372) = 2723
13955       chetat (1372) = 925
13956       chtn2i (1372) = 210
13957       chbiet (925) = 1372
13958 c
13959 c ===========================================
13960 c Classe d'equivalence  6-08
13961 c
13962 c Aretes coupees :   1  2  7  8  9 11
13963       chclas (1475) = ' 6-08'
13964 c Code des aretes coupees : 1, 1, 0, 0, 0, 0, 1, 1, 1, 0, 1, 0
13965       charde (1475)(1:18) = '  1  2  7  8  9 11'
13966       chnp1 (1475) = 1
13967       chnar (1475) = 18
13968       chnpy (1475) = 16
13969       chnte (1475) = 0
13970       chnhe (1475) = 0
13971       chperm (1475) = 0
13972       chbirf (1475) = 1475
13973       chetat (1475) = 926
13974       chtn2i (1475) = 210
13975       chbiet (926) = 1475
13976 c
13977 c Aretes coupees :   1  3  5  7 11 12
13978       chclas (3157) = ' 6-08'
13979 c Code des aretes coupees : 1, 0, 1, 0, 1, 0, 1, 0, 0, 0, 1, 1
13980       charde (3157)(1:18) = '  1  3  5  7 11 12'
13981       chnp1 (3157) = 1
13982       chnar (3157) = 18
13983       chnpy (3157) = 16
13984       chnte (3157) = 0
13985       chnhe (3157) = 0
13986       chperm (3157) = 101
13987       chbirf (3157) = 1475
13988       chetat (3157) = 927
13989       chtn2i (3157) = 210
13990       chbiet (927) = 3157
13991 c
13992 c Aretes coupees :   1  4  6  7 10 11
13993       chclas (1641) = ' 6-08'
13994 c Code des aretes coupees : 1, 0, 0, 1, 0, 1, 1, 0, 0, 1, 1, 0
13995       charde (1641)(1:18) = '  1  4  6  7 10 11'
13996       chnp1 (1641) = 1
13997       chnar (1641) = 18
13998       chnpy (1641) = 16
13999       chnte (1641) = 0
14000       chnhe (1641) = 0
14001       chperm (1641) = 300
14002       chbirf (1641) = 1475
14003       chetat (1641) = 928
14004       chtn2i (1641) = 210
14005       chbiet (928) = 1641
14006 c
14007 c Aretes coupees :   2  3  5  8  9 12
14008       chclas (2454) = ' 6-08'
14009 c Code des aretes coupees : 0, 1, 1, 0, 1, 0, 0, 1, 1, 0, 0, 1
14010       charde (2454)(1:18) = '  2  3  5  8  9 12'
14011       chnp1 (2454) = 1
14012       chnar (2454) = 18
14013       chnpy (2454) = 16
14014       chnte (2454) = 0
14015       chnhe (2454) = 0
14016       chperm (2454) = 100
14017       chbirf (2454) = 1475
14018       chetat (2454) = 929
14019       chtn2i (2454) = 210
14020       chbiet (929) = 2454
14021 c
14022 c Aretes coupees :   2  4  6  8  9 10
14023       chclas (938) = ' 6-08'
14024 c Code des aretes coupees : 0, 1, 0, 1, 0, 1, 0, 1, 1, 1, 0, 0
14025       charde (938)(1:18) = '  2  4  6  8  9 10'
14026       chnp1 (938) = 1
14027       chnar (938) = 18
14028       chnpy (938) = 16
14029       chnte (938) = 0
14030       chnhe (938) = 0
14031       chperm (938) = 1
14032       chbirf (938) = 1475
14033       chetat (938) = 930
14034       chtn2i (938) = 210
14035       chbiet (930) = 938
14036 c
14037 c Aretes coupees :   3  4  5  6 10 12
14038       chclas (2620) = ' 6-08'
14039 c Code des aretes coupees : 0, 0, 1, 1, 1, 1, 0, 0, 0, 1, 0, 1
14040       charde (2620)(1:18) = '  3  4  5  6 10 12'
14041       chnp1 (2620) = 1
14042       chnar (2620) = 18
14043       chnpy (2620) = 16
14044       chnte (2620) = 0
14045       chnhe (2620) = 0
14046       chperm (2620) = 200
14047       chbirf (2620) = 1475
14048       chetat (2620) = 931
14049       chtn2i (2620) = 210
14050       chbiet (931) = 2620
14051 c
14052 c ===========================================
14053 c Classe d'equivalence  7-00
14054 c
14055 c Aretes coupees :   1  2  3  4  5  6  9
14056       chclas (319) = ' 7-00'
14057 c Code des aretes coupees : 1, 1, 1, 1, 1, 1, 0, 0, 1, 0, 0, 0
14058       charde (319)(1:21) = '  1  2  3  4  5  6  9'
14059       chnp1 (319) = 1
14060       chnar (319) = 19
14061       chnpy (319) = 14
14062       chnte (319) = 6
14063       chnhe (319) = 0
14064       chperm (319) = 0
14065       chbirf (319) = 319
14066       chetat (319) = 932
14067       chtn2i (319) = 210
14068       chbiet (932) = 319
14069 c
14070 c Aretes coupees :   1  2  3  4  5  7 10
14071       chclas (607) = ' 7-00'
14072 c Code des aretes coupees : 1, 1, 1, 1, 1, 0, 1, 0, 0, 1, 0, 0
14073       charde (607)(1:21) = '  1  2  3  4  5  7 10'
14074       chnp1 (607) = 1
14075       chnar (607) = 19
14076       chnpy (607) = 14
14077       chnte (607) = 6
14078       chnhe (607) = 0
14079       chperm (607) = 330
14080       chbirf (607) = 319
14081       chetat (607) = 933
14082       chtn2i (607) = 210
14083       chbiet (933) = 607
14084 c
14085 c Aretes coupees :   1  2  3  4  6  8 11
14086       chclas (1199) = ' 7-00'
14087 c Code des aretes coupees : 1, 1, 1, 1, 0, 1, 0, 1, 0, 0, 1, 0
14088       charde (1199)(1:21) = '  1  2  3  4  6  8 11'
14089       chnp1 (1199) = 1
14090       chnar (1199) = 19
14091       chnpy (1199) = 14
14092       chnte (1199) = 6
14093       chnhe (1199) = 0
14094       chperm (1199) = 310
14095       chbirf (1199) = 319
14096       chetat (1199) = 934
14097       chtn2i (1199) = 210
14098       chbiet (934) = 1199
14099 c
14100 c Aretes coupees :   1  2  3  4  7  8 12
14101       chclas (2255) = ' 7-00'
14102 c Code des aretes coupees : 1, 1, 1, 1, 0, 0, 1, 1, 0, 0, 0, 1
14103       charde (2255)(1:21) = '  1  2  3  4  7  8 12'
14104       chnp1 (2255) = 1
14105       chnar (2255) = 19
14106       chnpy (2255) = 14
14107       chnte (2255) = 6
14108       chnhe (2255) = 0
14109       chperm (2255) = 300
14110       chbirf (2255) = 319
14111       chetat (2255) = 935
14112       chtn2i (2255) = 210
14113       chbiet (935) = 2255
14114 c
14115 c Aretes coupees :   1  2  5  6  7  9 10
14116       chclas (883) = ' 7-00'
14117 c Code des aretes coupees : 1, 1, 0, 0, 1, 1, 1, 0, 1, 1, 0, 0
14118       charde (883)(1:21) = '  1  2  5  6  7  9 10'
14119       chnp1 (883) = 1
14120       chnar (883) = 19
14121       chnpy (883) = 14
14122       chnte (883) = 6
14123       chnhe (883) = 0
14124       chperm (883) = 30
14125       chbirf (883) = 319
14126       chetat (883) = 936
14127       chtn2i (883) = 210
14128       chbiet (936) = 883
14129 c
14130 c Aretes coupees :   1  3  5  6  8  9 11
14131       chclas (1461) = ' 7-00'
14132 c Code des aretes coupees : 1, 0, 1, 0, 1, 1, 0, 1, 1, 0, 1, 0
14133       charde (1461)(1:21) = '  1  3  5  6  8  9 11'
14134       chnp1 (1461) = 1
14135       chnar (1461) = 19
14136       chnpy (1461) = 14
14137       chnte (1461) = 6
14138       chnhe (1461) = 0
14139       chperm (1461) = 10
14140       chbirf (1461) = 319
14141       chetat (1461) = 937
14142       chtn2i (1461) = 210
14143       chbiet (937) = 1461
14144 c
14145 c Aretes coupees :   1  5  6  9 10 11 12
14146       chclas (3889) = ' 7-00'
14147 c Code des aretes coupees : 1, 0, 0, 0, 1, 1, 0, 0, 1, 1, 1, 1
14148       charde (3889)(1:21) = '  1  5  6  9 10 11 12'
14149       chnp1 (3889) = 1
14150       chnar (3889) = 19
14151       chnpy (3889) = 14
14152       chnte (3889) = 6
14153       chnhe (3889) = 0
14154       chperm (3889) = 100
14155       chbirf (3889) = 319
14156       chetat (3889) = 938
14157       chtn2i (3889) = 210
14158       chbiet (938) = 3889
14159 c
14160 c Aretes coupees :   2  4  5  7  8 10 12
14161       chclas (2778) = ' 7-00'
14162 c Code des aretes coupees : 0, 1, 0, 1, 1, 0, 1, 1, 0, 1, 0, 1
14163       charde (2778)(1:21) = '  2  4  5  7  8 10 12'
14164       chnp1 (2778) = 1
14165       chnar (2778) = 19
14166       chnpy (2778) = 14
14167       chnte (2778) = 6
14168       chnhe (2778) = 0
14169       chperm (2778) = 230
14170       chbirf (2778) = 319
14171       chetat (2778) = 939
14172       chtn2i (2778) = 210
14173       chbiet (939) = 2778
14174 c
14175 c Aretes coupees :   2  5  7  9 10 11 12
14176       chclas (3922) = ' 7-00'
14177 c Code des aretes coupees : 0, 1, 0, 0, 1, 0, 1, 0, 1, 1, 1, 1
14178       charde (3922)(1:21) = '  2  5  7  9 10 11 12'
14179       chnp1 (3922) = 1
14180       chnar (3922) = 19
14181       chnpy (3922) = 14
14182       chnte (3922) = 6
14183       chnhe (3922) = 0
14184       chperm (3922) = 130
14185       chbirf (3922) = 319
14186       chetat (3922) = 940
14187       chtn2i (3922) = 210
14188       chbiet (940) = 3922
14189 c
14190 c Aretes coupees :   3  4  6  7  8 11 12
14191       chclas (3308) = ' 7-00'
14192 c Code des aretes coupees : 0, 0, 1, 1, 0, 1, 1, 1, 0, 0, 1, 1
14193       charde (3308)(1:21) = '  3  4  6  7  8 11 12'
14194       chnp1 (3308) = 1
14195       chnar (3308) = 19
14196       chnpy (3308) = 14
14197       chnte (3308) = 6
14198       chnhe (3308) = 0
14199       chperm (3308) = 210
14200       chbirf (3308) = 319
14201       chetat (3308) = 941
14202       chtn2i (3308) = 210
14203       chbiet (941) = 3308
14204 c
14205 c Aretes coupees :   3  6  8  9 10 11 12
14206       chclas (4004) = ' 7-00'
14207 c Code des aretes coupees : 0, 0, 1, 0, 0, 1, 0, 1, 1, 1, 1, 1
14208       charde (4004)(1:21) = '  3  6  8  9 10 11 12'
14209       chnp1 (4004) = 1
14210       chnar (4004) = 19
14211       chnpy (4004) = 14
14212       chnte (4004) = 6
14213       chnhe (4004) = 0
14214       chperm (4004) = 110
14215       chbirf (4004) = 319
14216       chetat (4004) = 942
14217       chtn2i (4004) = 210
14218       chbiet (942) = 4004
14219 c
14220 c Aretes coupees :   4  7  8  9 10 11 12
14221       chclas (4040) = ' 7-00'
14222 c Code des aretes coupees : 0, 0, 0, 1, 0, 0, 1, 1, 1, 1, 1, 1
14223       charde (4040)(1:21) = '  4  7  8  9 10 11 12'
14224       chnp1 (4040) = 1
14225       chnar (4040) = 19
14226       chnpy (4040) = 14
14227       chnte (4040) = 6
14228       chnhe (4040) = 0
14229       chperm (4040) = 200
14230       chbirf (4040) = 319
14231       chetat (4040) = 943
14232       chtn2i (4040) = 210
14233       chbiet (943) = 4040
14234 c
14235 c ===========================================
14236 c Classe d'equivalence  7-01
14237 c
14238 c Aretes coupees :   1  2  3  4  5 11 12
14239       chclas (3103) = ' 7-01'
14240 c Code des aretes coupees : 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 1, 1
14241       charde (3103)(1:21) = '  1  2  3  4  5 11 12'
14242       chnp1 (3103) = 1
14243       chnar (3103) = 19
14244       chnpy (3103) = 17
14245       chnte (3103) = 0
14246       chnhe (3103) = 0
14247       chperm (3103) = 0
14248       chbirf (3103) = 3103
14249       chetat (3103) = 944
14250       chtn2i (3103) = 210
14251       chbiet (944) = 3103
14252 c
14253 c Aretes coupees :   1  2  3  4  6 10 12
14254       chclas (2607) = ' 7-01'
14255 c Code des aretes coupees : 1, 1, 1, 1, 0, 1, 0, 0, 0, 1, 0, 1
14256       charde (2607)(1:21) = '  1  2  3  4  6 10 12'
14257       chnp1 (2607) = 1
14258       chnar (2607) = 19
14259       chnpy (2607) = 17
14260       chnte (2607) = 0
14261       chnhe (2607) = 0
14262       chperm (2607) = 221
14263       chbirf (2607) = 3103
14264       chetat (2607) = 945
14265       chtn2i (2607) = 210
14266       chbiet (945) = 2607
14267 c
14268 c Aretes coupees :   1  2  3  4  7  9 11
14269       chclas (1359) = ' 7-01'
14270 c Code des aretes coupees : 1, 1, 1, 1, 0, 0, 1, 0, 1, 0, 1, 0
14271       charde (1359)(1:21) = '  1  2  3  4  7  9 11'
14272       chnp1 (1359) = 1
14273       chnar (1359) = 19
14274       chnpy (1359) = 17
14275       chnte (1359) = 0
14276       chnhe (1359) = 0
14277       chperm (1359) = 1
14278       chbirf (1359) = 3103
14279       chetat (1359) = 946
14280       chtn2i (1359) = 210
14281       chbiet (946) = 1359
14282 c
14283 c Aretes coupees :   1  2  3  4  8  9 10
14284       chclas (911) = ' 7-01'
14285 c Code des aretes coupees : 1, 1, 1, 1, 0, 0, 0, 1, 1, 1, 0, 0
14286       charde (911)(1:21) = '  1  2  3  4  8  9 10'
14287       chnp1 (911) = 1
14288       chnar (911) = 19
14289       chnpy (911) = 17
14290       chnte (911) = 0
14291       chnhe (911) = 0
14292       chperm (911) = 220
14293       chbirf (911) = 3103
14294       chetat (911) = 947
14295       chtn2i (911) = 210
14296       chbiet (947) = 911
14297 c
14298 c Aretes coupees :   1  2  5  6  8  9 12
14299       chclas (2483) = ' 7-01'
14300 c Code des aretes coupees : 1, 1, 0, 0, 1, 1, 0, 1, 1, 0, 0, 1
14301       charde (2483)(1:21) = '  1  2  5  6  8  9 12'
14302       chnp1 (2483) = 1
14303       chnar (2483) = 19
14304       chnpy (2483) = 17
14305       chnte (2483) = 0
14306       chnhe (2483) = 0
14307       chperm (2483) = 101
14308       chbirf (2483) = 3103
14309       chetat (2483) = 948
14310       chtn2i (2483) = 210
14311       chbiet (948) = 2483
14312 c
14313 c Aretes coupees :   1  2  5  7  8 10 11
14314       chclas (1747) = ' 7-01'
14315 c Code des aretes coupees : 1, 1, 0, 0, 1, 0, 1, 1, 0, 1, 1, 0
14316       charde (1747)(1:21) = '  1  2  5  7  8 10 11'
14317       chnp1 (1747) = 1
14318       chnar (1747) = 19
14319       chnpy (1747) = 17
14320       chnte (1747) = 0
14321       chnhe (1747) = 0
14322       chperm (1747) = 330
14323       chbirf (1747) = 3103
14324       chetat (1747) = 949
14325       chtn2i (1747) = 210
14326       chbiet (949) = 1747
14327 c
14328 c Aretes coupees :   1  2  8  9 10 11 12
14329       chclas (3971) = ' 7-01'
14330 c Code des aretes coupees : 1, 1, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1
14331       charde (3971)(1:21) = '  1  2  8  9 10 11 12'
14332       chnp1 (3971) = 1
14333       chnar (3971) = 19
14334       chnpy (3971) = 17
14335       chnte (3971) = 0
14336       chnhe (3971) = 0
14337       chperm (3971) = 21
14338       chbirf (3971) = 3103
14339       chetat (3971) = 950
14340       chtn2i (3971) = 210
14341       chbiet (950) = 3971
14342 c
14343 c Aretes coupees :   1  3  5  6  7  9 12
14344       chclas (2421) = ' 7-01'
14345 c Code des aretes coupees : 1, 0, 1, 0, 1, 1, 1, 0, 1, 0, 0, 1
14346       charde (2421)(1:21) = '  1  3  5  6  7  9 12'
14347       chnp1 (2421) = 1
14348       chnar (2421) = 19
14349       chnpy (2421) = 17
14350       chnte (2421) = 0
14351       chnhe (2421) = 0
14352       chperm (2421) = 320
14353       chbirf (2421) = 3103
14354       chetat (2421) = 951
14355       chtn2i (2421) = 210
14356       chbiet (951) = 2421
14357 c
14358 c Aretes coupees :   1  3  6  7  8 10 11
14359       chclas (1765) = ' 7-01'
14360 c Code des aretes coupees : 1, 0, 1, 0, 0, 1, 1, 1, 0, 1, 1, 0
14361       charde (1765)(1:21) = '  1  3  6  7  8 10 11'
14362       chnp1 (1765) = 1
14363       chnar (1765) = 19
14364       chnpy (1765) = 17
14365       chnte (1765) = 0
14366       chnhe (1765) = 0
14367       chperm (1765) = 10
14368       chbirf (1765) = 3103
14369       chetat (1765) = 952
14370       chtn2i (1765) = 210
14371       chbiet (952) = 1765
14372 c
14373 c Aretes coupees :   1  3  7  9 10 11 12
14374       chclas (3909) = ' 7-01'
14375 c Code des aretes coupees : 1, 0, 1, 0, 0, 0, 1, 0, 1, 1, 1, 1
14376       charde (3909)(1:21) = '  1  3  7  9 10 11 12'
14377       chnp1 (3909) = 1
14378       chnar (3909) = 19
14379       chnpy (3909) = 17
14380       chnte (3909) = 0
14381       chnhe (3909) = 0
14382       chperm (3909) = 200
14383       chbirf (3909) = 3103
14384       chetat (3909) = 953
14385       chtn2i (3909) = 210
14386       chbiet (953) = 3909
14387 c
14388 c Aretes coupees :   1  4  5  6  7  9 11
14389       chclas (1401) = ' 7-01'
14390 c Code des aretes coupees : 1, 0, 0, 1, 1, 1, 1, 0, 1, 0, 1, 0
14391       charde (1401)(1:21) = '  1  4  5  6  7  9 11'
14392       chnp1 (1401) = 1
14393       chnar (1401) = 19
14394       chnpy (1401) = 17
14395       chnte (1401) = 0
14396       chnhe (1401) = 0
14397       chperm (1401) = 321
14398       chbirf (1401) = 3103
14399       chetat (1401) = 954
14400       chtn2i (1401) = 210
14401       chbiet (954) = 1401
14402 c
14403 c Aretes coupees :   1  4  5  6  8  9 10
14404       chclas (953) = ' 7-01'
14405 c Code des aretes coupees : 1, 0, 0, 1, 1, 1, 0, 1, 1, 1, 0, 0
14406       charde (953)(1:21) = '  1  4  5  6  8  9 10'
14407       chnp1 (953) = 1
14408       chnar (953) = 19
14409       chnpy (953) = 17
14410       chnte (953) = 0
14411       chnhe (953) = 0
14412       chperm (953) = 100
14413       chbirf (953) = 3103
14414       chetat (953) = 955
14415       chtn2i (953) = 210
14416       chbiet (955) = 953
14417 c
14418 c Aretes coupees :   1  4  5  7  8 11 12
14419       chclas (3289) = ' 7-01'
14420 c Code des aretes coupees : 1, 0, 0, 1, 1, 0, 1, 1, 0, 0, 1, 1
14421       charde (3289)(1:21) = '  1  4  5  7  8 11 12'
14422       chnp1 (3289) = 1
14423       chnar (3289) = 19
14424       chnpy (3289) = 17
14425       chnte (3289) = 0
14426       chnhe (3289) = 0
14427       chperm (3289) = 120
14428       chbirf (3289) = 3103
14429       chetat (3289) = 956
14430       chtn2i (3289) = 210
14431       chbiet (956) = 3289
14432 c
14433 c Aretes coupees :   1  4  6  7  8 10 12
14434       chclas (2793) = ' 7-01'
14435 c Code des aretes coupees : 1, 0, 0, 1, 0, 1, 1, 1, 0, 1, 0, 1
14436       charde (2793)(1:21) = '  1  4  6  7  8 10 12'
14437       chnp1 (2793) = 1
14438       chnar (2793) = 19
14439       chnpy (2793) = 17
14440       chnte (2793) = 0
14441       chnhe (2793) = 0
14442       chperm (2793) = 301
14443       chbirf (2793) = 3103
14444       chetat (2793) = 957
14445       chtn2i (2793) = 210
14446       chbiet (957) = 2793
14447 c
14448 c Aretes coupees :   2  3  5  6  7 10 12
14449       chclas (2678) = ' 7-01'
14450 c Code des aretes coupees : 0, 1, 1, 0, 1, 1, 1, 0, 0, 1, 0, 1
14451       charde (2678)(1:21) = '  2  3  5  6  7 10 12'
14452       chnp1 (2678) = 1
14453       chnar (2678) = 19
14454       chnpy (2678) = 17
14455       chnte (2678) = 0
14456       chnhe (2678) = 0
14457       chperm (2678) = 130
14458       chbirf (2678) = 3103
14459       chetat (2678) = 958
14460       chtn2i (2678) = 210
14461       chbiet (958) = 2678
14462 c
14463 c Aretes coupees :   2  3  5  6  8 11 12
14464       chclas (3254) = ' 7-01'
14465 c Code des aretes coupees : 0, 1, 1, 0, 1, 1, 0, 1, 0, 0, 1, 1
14466       charde (3254)(1:21) = '  2  3  5  6  8 11 12'
14467       chnp1 (3254) = 1
14468       chnar (3254) = 19
14469       chnpy (3254) = 17
14470       chnte (3254) = 0
14471       chnhe (3254) = 0
14472       chperm (3254) = 210
14473       chbirf (3254) = 3103
14474       chetat (3254) = 959
14475       chtn2i (3254) = 210
14476       chbiet (959) = 3254
14477 c
14478 c Aretes coupees :   2  3  5  7  8  9 10
14479       chclas (982) = ' 7-01'
14480 c Code des aretes coupees : 0, 1, 1, 0, 1, 0, 1, 1, 1, 1, 0, 0
14481       charde (982)(1:21) = '  2  3  5  7  8  9 10'
14482       chnp1 (982) = 1
14483       chnar (982) = 19
14484       chnpy (982) = 17
14485       chnte (982) = 0
14486       chnhe (982) = 0
14487       chperm (982) = 30
14488       chbirf (982) = 3103
14489       chetat (982) = 960
14490       chtn2i (982) = 210
14491       chbiet (960) = 982
14492 c
14493 c Aretes coupees :   2  3  6  7  8  9 11
14494       chclas (1510) = ' 7-01'
14495 c Code des aretes coupees : 0, 1, 1, 0, 0, 1, 1, 1, 1, 0, 1, 0
14496       charde (1510)(1:21) = '  2  3  6  7  8  9 11'
14497       chnp1 (1510) = 1
14498       chnar (1510) = 19
14499       chnpy (1510) = 17
14500       chnte (1510) = 0
14501       chnhe (1510) = 0
14502       chperm (1510) = 110
14503       chbirf (1510) = 3103
14504       chetat (1510) = 961
14505       chtn2i (1510) = 210
14506       chbiet (961) = 1510
14507 c
14508 c Aretes coupees :   2  4  5  6  7 10 11
14509       chclas (1658) = ' 7-01'
14510 c Code des aretes coupees : 0, 1, 0, 1, 1, 1, 1, 0, 0, 1, 1, 0
14511       charde (1658)(1:21) = '  2  4  5  6  7 10 11'
14512       chnp1 (1658) = 1
14513       chnar (1658) = 19
14514       chnpy (1658) = 17
14515       chnte (1658) = 0
14516       chnhe (1658) = 0
14517       chperm (1658) = 230
14518       chbirf (1658) = 3103
14519       chetat (1658) = 962
14520       chtn2i (1658) = 210
14521       chbiet (962) = 1658
14522 c
14523 c Aretes coupees :   2  4  6  7  8  9 12
14524       chclas (2538) = ' 7-01'
14525 c Code des aretes coupees : 0, 1, 0, 1, 0, 1, 1, 1, 1, 0, 0, 1
14526       charde (2538)(1:21) = '  2  4  6  7  8  9 12'
14527       chnp1 (2538) = 1
14528       chnar (2538) = 19
14529       chnpy (2538) = 17
14530       chnte (2538) = 0
14531       chnhe (2538) = 0
14532       chperm (2538) = 300
14533       chbirf (2538) = 3103
14534       chetat (2538) = 963
14535       chtn2i (2538) = 210
14536       chbiet (963) = 2538
14537 c
14538 c Aretes coupees :   2  4  6  9 10 11 12
14539       chclas (3882) = ' 7-01'
14540 c Code des aretes coupees : 0, 1, 0, 1, 0, 1, 0, 0, 1, 1, 1, 1
14541       charde (3882)(1:21) = '  2  4  6  9 10 11 12'
14542       chnp1 (3882) = 1
14543       chnar (3882) = 19
14544       chnpy (3882) = 17
14545       chnte (3882) = 0
14546       chnhe (3882) = 0
14547       chperm (3882) = 20
14548       chbirf (3882) = 3103
14549       chetat (3882) = 964
14550       chtn2i (3882) = 210
14551       chbiet (964) = 3882
14552 c
14553 c Aretes coupees :   3  4  5  6  8 10 11
14554       chclas (1724) = ' 7-01'
14555 c Code des aretes coupees : 0, 0, 1, 1, 1, 1, 0, 1, 0, 1, 1, 0
14556       charde (1724)(1:21) = '  3  4  5  6  8 10 11'
14557       chnp1 (1724) = 1
14558       chnar (1724) = 19
14559       chnpy (1724) = 17
14560       chnte (1724) = 0
14561       chnhe (1724) = 0
14562       chperm (1724) = 310
14563       chbirf (1724) = 3103
14564       chetat (1724) = 965
14565       chtn2i (1724) = 210
14566       chbiet (965) = 1724
14567 c
14568 c Aretes coupees :   3  4  5  7  8  9 12
14569       chclas (2524) = ' 7-01'
14570 c Code des aretes coupees : 0, 0, 1, 1, 1, 0, 1, 1, 1, 0, 0, 1
14571       charde (2524)(1:21) = '  3  4  5  7  8  9 12'
14572       chnp1 (2524) = 1
14573       chnar (2524) = 19
14574       chnpy (2524) = 17
14575       chnte (2524) = 0
14576       chnhe (2524) = 0
14577       chperm (2524) = 121
14578       chbirf (2524) = 3103
14579       chetat (2524) = 966
14580       chtn2i (2524) = 210
14581       chbiet (966) = 2524
14582 c
14583 c Aretes coupees :   3  4  5  9 10 11 12
14584       chclas (3868) = ' 7-01'
14585 c Code des aretes coupees : 0, 0, 1, 1, 1, 0, 0, 0, 1, 1, 1, 1
14586       charde (3868)(1:21) = '  3  4  5  9 10 11 12'
14587       chnp1 (3868) = 1
14588       chnar (3868) = 19
14589       chnpy (3868) = 17
14590       chnte (3868) = 0
14591       chnhe (3868) = 0
14592       chperm (3868) = 201
14593       chbirf (3868) = 3103
14594       chetat (3868) = 967
14595       chtn2i (3868) = 210
14596       chbiet (967) = 3868
14597 c
14598 c ===========================================
14599 c Classe d'equivalence  8-00
14600 c
14601 c Aretes coupees :   1  2  3  4  9 10 11 12
14602       chclas (3855) = ' 8-00'
14603 c Code des aretes coupees : 1, 1, 1, 1, 0, 0, 0, 0, 1, 1, 1, 1
14604       charde (3855)(1:24) = '  1  2  3  4  9 10 11 12'
14605       chnp1 (3855) = 0
14606       chnar (3855) = 1
14607       chnpy (3855) = 0
14608       chnte (3855) = 0
14609       chnhe (3855) = 4
14610       chperm (3855) = 0
14611       chbirf (3855) = 3855
14612       chetat (3855) = 968
14613       chtn2i (3855) = 17
14614       chbiet (968) = 3855
14615 c
14616 c Aretes coupees :   1  4  5  6  7  8  9 12
14617       chclas (2553) = ' 8-00'
14618 c Code des aretes coupees : 1, 0, 0, 1, 1, 1, 1, 1, 1, 0, 0, 1
14619       charde (2553)(1:24) = '  1  4  5  6  7  8  9 12'
14620       chnp1 (2553) = 0
14621       chnar (2553) = 1
14622       chnpy (2553) = 0
14623       chnte (2553) = 0
14624       chnhe (2553) = 4
14625       chperm (2553) = 100
14626       chbirf (2553) = 3855
14627       chetat (2553) = 969
14628       chtn2i (2553) = 17
14629       chbiet (969) = 2553
14630 c
14631 c Aretes coupees :   2  3  5  6  7  8 10 11
14632       chclas (1782) = ' 8-00'
14633 c Code des aretes coupees : 0, 1, 1, 0, 1, 1, 1, 1, 0, 1, 1, 0
14634       charde (1782)(1:24) = '  2  3  5  6  7  8 10 11'
14635       chnp1 (1782) = 0
14636       chnar (1782) = 1
14637       chnpy (1782) = 0
14638       chnte (1782) = 0
14639       chnhe (1782) = 4
14640       chperm (1782) = 10
14641       chbirf (1782) = 3855
14642       chetat (1782) = 970
14643       chtn2i (1782) = 17
14644       chbiet (970) = 1782
14645 c
14646 c ===========================================
14647 c Classe d'equivalence  8-01
14648 c
14649 c Aretes coupees :   1  2  3  4  5  6  9 12
14650       chclas (2367) = ' 8-01'
14651 c Code des aretes coupees : 1, 1, 1, 1, 1, 1, 0, 0, 1, 0, 0, 1
14652       charde (2367)(1:24) = '  1  2  3  4  5  6  9 12'
14653       chnp1 (2367) = 1
14654       chnar (2367) = 20
14655       chnpy (2367) = 18
14656       chnte (2367) = 0
14657       chnhe (2367) = 0
14658       chperm (2367) = 0
14659       chbirf (2367) = 2367
14660       chetat (2367) = 971
14661       chtn2i (2367) = 210
14662       chbiet (971) = 2367
14663 c
14664 c Aretes coupees :   1  2  3  4  5  7 10 11
14665       chclas (1631) = ' 8-01'
14666 c Code des aretes coupees : 1, 1, 1, 1, 1, 0, 1, 0, 0, 1, 1, 0
14667       charde (1631)(1:24) = '  1  2  3  4  5  7 10 11'
14668       chnp1 (1631) = 1
14669       chnar (1631) = 20
14670       chnpy (1631) = 18
14671       chnte (1631) = 0
14672       chnhe (1631) = 0
14673       chperm (1631) = 330
14674       chbirf (1631) = 2367
14675       chetat (1631) = 972
14676       chtn2i (1631) = 210
14677       chbiet (972) = 1631
14678 c
14679 c Aretes coupees :   1  2  3  4  6  8 10 11
14680       chclas (1711) = ' 8-01'
14681 c Code des aretes coupees : 1, 1, 1, 1, 0, 1, 0, 1, 0, 1, 1, 0
14682       charde (1711)(1:24) = '  1  2  3  4  6  8 10 11'
14683       chnp1 (1711) = 1
14684       chnar (1711) = 20
14685       chnpy (1711) = 18
14686       chnte (1711) = 0
14687       chnhe (1711) = 0
14688       chperm (1711) = 310
14689       chbirf (1711) = 2367
14690       chetat (1711) = 973
14691       chtn2i (1711) = 210
14692       chbiet (973) = 1711
14693 c
14694 c Aretes coupees :   1  2  3  4  7  8  9 12
14695       chclas (2511) = ' 8-01'
14696 c Code des aretes coupees : 1, 1, 1, 1, 0, 0, 1, 1, 1, 0, 0, 1
14697       charde (2511)(1:24) = '  1  2  3  4  7  8  9 12'
14698       chnp1 (2511) = 1
14699       chnar (2511) = 20
14700       chnpy (2511) = 18
14701       chnte (2511) = 0
14702       chnhe (2511) = 0
14703       chperm (2511) = 300
14704       chbirf (2511) = 2367
14705       chetat (2511) = 974
14706       chtn2i (2511) = 210
14707       chbiet (974) = 2511
14708 c
14709 c Aretes coupees :   1  2  5  6  7  8  9 10
14710       chclas (1011) = ' 8-01'
14711 c Code des aretes coupees : 1, 1, 0, 0, 1, 1, 1, 1, 1, 1, 0, 0
14712       charde (1011)(1:24) = '  1  2  5  6  7  8  9 10'
14713       chnp1 (1011) = 1
14714       chnar (1011) = 20
14715       chnpy (1011) = 18
14716       chnte (1011) = 0
14717       chnhe (1011) = 0
14718       chperm (1011) = 30
14719       chbirf (1011) = 2367
14720       chetat (1011) = 975
14721       chtn2i (1011) = 210
14722       chbiet (975) = 1011
14723 c
14724 c Aretes coupees :   1  3  5  6  7  8  9 11
14725       chclas (1525) = ' 8-01'
14726 c Code des aretes coupees : 1, 0, 1, 0, 1, 1, 1, 1, 1, 0, 1, 0
14727       charde (1525)(1:24) = '  1  3  5  6  7  8  9 11'
14728       chnp1 (1525) = 1
14729       chnar (1525) = 20
14730       chnpy (1525) = 18
14731       chnte (1525) = 0
14732       chnhe (1525) = 0
14733       chperm (1525) = 10
14734       chbirf (1525) = 2367
14735       chetat (1525) = 976
14736       chtn2i (1525) = 210
14737       chbiet (976) = 1525
14738 c
14739 c Aretes coupees :   1  4  5  6  9 10 11 12
14740       chclas (3897) = ' 8-01'
14741 c Code des aretes coupees : 1, 0, 0, 1, 1, 1, 0, 0, 1, 1, 1, 1
14742       charde (3897)(1:24) = '  1  4  5  6  9 10 11 12'
14743       chnp1 (3897) = 1
14744       chnar (3897) = 20
14745       chnpy (3897) = 18
14746       chnte (3897) = 0
14747       chnhe (3897) = 0
14748       chperm (3897) = 100
14749       chbirf (3897) = 2367
14750       chetat (3897) = 977
14751       chtn2i (3897) = 210
14752       chbiet (977) = 3897
14753 c
14754 c Aretes coupees :   1  4  7  8  9 10 11 12
14755       chclas (4041) = ' 8-01'
14756 c Code des aretes coupees : 1, 0, 0, 1, 0, 0, 1, 1, 1, 1, 1, 1
14757       charde (4041)(1:24) = '  1  4  7  8  9 10 11 12'
14758       chnp1 (4041) = 1
14759       chnar (4041) = 20
14760       chnpy (4041) = 18
14761       chnte (4041) = 0
14762       chnhe (4041) = 0
14763       chperm (4041) = 200
14764       chbirf (4041) = 2367
14765       chetat (4041) = 978
14766       chtn2i (4041) = 210
14767       chbiet (978) = 4041
14768 c
14769 c Aretes coupees :   2  3  5  7  9 10 11 12
14770       chclas (3926) = ' 8-01'
14771 c Code des aretes coupees : 0, 1, 1, 0, 1, 0, 1, 0, 1, 1, 1, 1
14772       charde (3926)(1:24) = '  2  3  5  7  9 10 11 12'
14773       chnp1 (3926) = 1
14774       chnar (3926) = 20
14775       chnpy (3926) = 18
14776       chnte (3926) = 0
14777       chnhe (3926) = 0
14778       chperm (3926) = 130
14779       chbirf (3926) = 2367
14780       chetat (3926) = 979
14781       chtn2i (3926) = 210
14782       chbiet (979) = 3926
14783 c
14784 c Aretes coupees :   2  3  6  8  9 10 11 12
14785       chclas (4006) = ' 8-01'
14786 c Code des aretes coupees : 0, 1, 1, 0, 0, 1, 0, 1, 1, 1, 1, 1
14787       charde (4006)(1:24) = '  2  3  6  8  9 10 11 12'
14788       chnp1 (4006) = 1
14789       chnar (4006) = 20
14790       chnpy (4006) = 18
14791       chnte (4006) = 0
14792       chnhe (4006) = 0
14793       chperm (4006) = 110
14794       chbirf (4006) = 2367
14795       chetat (4006) = 980
14796       chtn2i (4006) = 210
14797       chbiet (980) = 4006
14798 c
14799 c Aretes coupees :   2  4  5  6  7  8 10 12
14800       chclas (2810) = ' 8-01'
14801 c Code des aretes coupees : 0, 1, 0, 1, 1, 1, 1, 1, 0, 1, 0, 1
14802       charde (2810)(1:24) = '  2  4  5  6  7  8 10 12'
14803       chnp1 (2810) = 1
14804       chnar (2810) = 20
14805       chnpy (2810) = 18
14806       chnte (2810) = 0
14807       chnhe (2810) = 0
14808       chperm (2810) = 230
14809       chbirf (2810) = 2367
14810       chetat (2810) = 981
14811       chtn2i (2810) = 210
14812       chbiet (981) = 2810
14813 c
14814 c Aretes coupees :   3  4  5  6  7  8 11 12
14815       chclas (3324) = ' 8-01'
14816 c Code des aretes coupees : 0, 0, 1, 1, 1, 1, 1, 1, 0, 0, 1, 1
14817       charde (3324)(1:24) = '  3  4  5  6  7  8 11 12'
14818       chnp1 (3324) = 1
14819       chnar (3324) = 20
14820       chnpy (3324) = 18
14821       chnte (3324) = 0
14822       chnhe (3324) = 0
14823       chperm (3324) = 210
14824       chbirf (3324) = 2367
14825       chetat (3324) = 982
14826       chtn2i (3324) = 210
14827       chbiet (982) = 3324
14828 c
14829 c ===========================================
14830 c Classe d'equivalence  9-00
14831 c
14832 c Aretes coupees :   1  2  3  4  5  6  7  9 10
14833       chclas (895) = ' 9-00'
14834 c Code des aretes coupees : 1, 1, 1, 1, 1, 1, 1, 0, 1, 1, 0, 0
14835       charde (895)(1:27) = '  1  2  3  4  5  6  7  9 10'
14836       chnp1 (895) = 1
14837       chnar (895) = 23
14838       chnpy (895) = 21
14839       chnte (895) = 0
14840       chnhe (895) = 0
14841       chperm (895) = 0
14842       chbirf (895) = 895
14843       chetat (895) = 983
14844       chtn2i (895) = 210
14845       chbiet (983) = 895
14846 c
14847 c Aretes coupees :   1  2  3  4  5  6  8  9 11
14848       chclas (1471) = ' 9-00'
14849 c Code des aretes coupees : 1, 1, 1, 1, 1, 1, 0, 1, 1, 0, 1, 0
14850       charde (1471)(1:27) = '  1  2  3  4  5  6  8  9 11'
14851       chnp1 (1471) = 1
14852       chnar (1471) = 23
14853       chnpy (1471) = 21
14854       chnte (1471) = 0
14855       chnhe (1471) = 0
14856       chperm (1471) = 10
14857       chbirf (1471) = 895
14858       chetat (1471) = 984
14859       chtn2i (1471) = 210
14860       chbiet (984) = 1471
14861 c
14862 c Aretes coupees :   1  2  3  4  5  7  8 10 12
14863       chclas (2783) = ' 9-00'
14864 c Code des aretes coupees : 1, 1, 1, 1, 1, 0, 1, 1, 0, 1, 0, 1
14865       charde (2783)(1:27) = '  1  2  3  4  5  7  8 10 12'
14866       chnp1 (2783) = 1
14867       chnar (2783) = 23
14868       chnpy (2783) = 21
14869       chnte (2783) = 0
14870       chnhe (2783) = 0
14871       chperm (2783) = 300
14872       chbirf (2783) = 895
14873       chetat (2783) = 985
14874       chtn2i (2783) = 210
14875       chbiet (985) = 2783
14876 c
14877 c Aretes coupees :   1  2  3  4  6  7  8 11 12
14878       chclas (3311) = ' 9-00'
14879 c Code des aretes coupees : 1, 1, 1, 1, 0, 1, 1, 1, 0, 0, 1, 1
14880       charde (3311)(1:27) = '  1  2  3  4  6  7  8 11 12'
14881       chnp1 (3311) = 1
14882       chnar (3311) = 23
14883       chnpy (3311) = 21
14884       chnte (3311) = 0
14885       chnhe (3311) = 0
14886       chperm (3311) = 310
14887       chbirf (3311) = 895
14888       chetat (3311) = 986
14889       chtn2i (3311) = 210
14890       chbiet (986) = 3311
14891 c
14892 c Aretes coupees :   1  2  5  6  7  9 10 11 12
14893       chclas (3955) = ' 9-00'
14894 c Code des aretes coupees : 1, 1, 0, 0, 1, 1, 1, 0, 1, 1, 1, 1
14895       charde (3955)(1:27) = '  1  2  5  6  7  9 10 11 12'
14896       chnp1 (3955) = 1
14897       chnar (3955) = 23
14898       chnpy (3955) = 21
14899       chnte (3955) = 0
14900       chnhe (3955) = 0
14901       chperm (3955) = 100
14902       chbirf (3955) = 895
14903       chetat (3955) = 987
14904       chtn2i (3955) = 210
14905       chbiet (987) = 3955
14906 c
14907 c Aretes coupees :   1  3  5  6  8  9 10 11 12
14908       chclas (4021) = ' 9-00'
14909 c Code des aretes coupees : 1, 0, 1, 0, 1, 1, 0, 1, 1, 1, 1, 1
14910       charde (4021)(1:27) = '  1  3  5  6  8  9 10 11 12'
14911       chnp1 (4021) = 1
14912       chnar (4021) = 23
14913       chnpy (4021) = 21
14914       chnte (4021) = 0
14915       chnhe (4021) = 0
14916       chperm (4021) = 110
14917       chbirf (4021) = 895
14918       chetat (4021) = 988
14919       chtn2i (4021) = 210
14920       chbiet (988) = 4021
14921 c
14922 c Aretes coupees :   2  4  5  7  8  9 10 11 12
14923       chclas (4058) = ' 9-00'
14924 c Code des aretes coupees : 0, 1, 0, 1, 1, 0, 1, 1, 1, 1, 1, 1
14925       charde (4058)(1:27) = '  2  4  5  7  8  9 10 11 12'
14926       chnp1 (4058) = 1
14927       chnar (4058) = 23
14928       chnpy (4058) = 21
14929       chnte (4058) = 0
14930       chnhe (4058) = 0
14931       chperm (4058) = 200
14932       chbirf (4058) = 895
14933       chetat (4058) = 989
14934       chtn2i (4058) = 210
14935       chbiet (989) = 4058
14936 c
14937 c Aretes coupees :   3  4  6  7  8  9 10 11 12
14938       chclas (4076) = ' 9-00'
14939 c Code des aretes coupees : 0, 0, 1, 1, 0, 1, 1, 1, 1, 1, 1, 1
14940       charde (4076)(1:27) = '  3  4  6  7  8  9 10 11 12'
14941       chnp1 (4076) = 1
14942       chnar (4076) = 23
14943       chnpy (4076) = 21
14944       chnte (4076) = 0
14945       chnhe (4076) = 0
14946       chperm (4076) = 210
14947       chbirf (4076) = 895
14948       chetat (4076) = 990
14949       chtn2i (4076) = 210
14950       chbiet (990) = 4076
14951 c
14952 c ===========================================
14953 c Classe d'equivalence 12-00
14954 c
14955 c Aretes coupees :   1  2  3  4  5  6  7  8  9 10 11 12
14956       chclas (4095) = '12-00'
14957 c Code des aretes coupees : 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1
14958       charde (4095)(1:36) = '  1  2  3  4  5  6  7  8  9 10 11 12'
14959       chnp1 (4095) = 1
14960       chnar (4095) = 6
14961       chnpy (4095) = 0
14962       chnte (4095) = 0
14963       chnhe (4095) = 8
14964       chperm (4095) = 0
14965       chbirf (4095) = 4095
14966       chetat (4095) = 8
14967       chtn2i (4095) = 6
14968       chbiet (8) = 4095