-
Notifications
You must be signed in to change notification settings - Fork 1
/
manuscript_Stragiotti.aux
9589 lines (9589 loc) · 434 KB
/
manuscript_Stragiotti.aux
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
\relax
\providecommand*\new@tpo@label[2]{}
\providecommand\hyper@newdestlabel[2]{}
\providecommand\HyperFirstAtBeginDocument{\AtBeginDocument}
\HyperFirstAtBeginDocument{\ifx\hyper@anchor\@undefined
\global\let\oldnewlabel\newlabel
\gdef\newlabel#1#2{\newlabelxx{#1}#2}
\gdef\newlabelxx#1#2#3#4#5#6{\oldnewlabel{#1}{{#2}{#3}}}
\AtEndDocument{\ifx\hyper@anchor\@undefined
\let\newlabel\oldnewlabel
\fi}
\fi}
\global\let\hyper@last\relax
\gdef\HyperFirstAtBeginDocument#1{#1}
\providecommand\HyField@AuxAddToFields[1]{}
\providecommand\HyField@AuxAddToCoFields[2]{}
\providecommand\BKM@entry[2]{}
\providecommand\babel@aux[2]{}
\@nameuse{bbl@beforestart}
\abx@aux@refcontext{none/global//global/global}
\nicematrix@redefine@check@rerun
\providecommand \oddpage@label [2]{}
\@writefile{toc}{\@ifundefined {etoctocstyle}{\let \etoc@startlocaltoc \@gobble \let \etoc@settocdepth \@gobble \let \etoc@depthtag \@gobble \let \etoc@setlocaltop \@gobble }{}}
\providecommand\@newglossary[4]{}
\@newglossary{main}{glg}{gls}{glo}
\providecommand\@glsorder[1]{}
\providecommand\@istfilename[1]{}
\@istfilename{manuscript_Stragiotti.ist}
\@glsorder{word}
\babel@aux{english}{}
\@input{chapters/0_abs.aux}
\BKM@entry{id=1,open,dest={73656374696F6E2A2E32},srcline={3}}{5C3337365C3337375C303030415C303030625C303030735C303030745C303030725C303030615C303030635C30303074}
\BKM@entry{id=2,open,dest={73656374696F6E2A2E34},srcline={16}}{5C3337365C3337375C303030415C303030635C3030306B5C3030306E5C3030306F5C303030775C3030306C5C303030655C303030645C303030675C303030655C3030306D5C303030655C3030306E5C30303074}
\BKM@entry{id=3,open,dest={636861707465722A2E35},srcline={192}}{5C3337365C3337375C303030435C3030306F5C3030306E5C303030745C303030655C3030306E5C303030745C30303073}
\@writefile{toc}{\contentsline {chapter}{\nonumberline Contents}{vii}{chapter*.5}\protected@file@percent }
\BKM@entry{id=4,open,dest={636861707465722A2E36},srcline={193}}{5C3337365C3337375C3030304C5C303030695C303030735C303030745C3030305C3034305C3030306F5C303030665C3030305C3034305C303030465C303030695C303030675C303030755C303030725C303030655C30303073}
\@writefile{toc}{\contentsline {chapter}{\nonumberline List of Figures}{xi}{chapter*.6}\protected@file@percent }
\BKM@entry{id=5,open,dest={636861707465722A2E37},srcline={199}}{5C3337365C3337375C3030304C5C303030695C303030735C303030745C3030305C3034305C3030306F5C303030665C3030305C3034305C303030545C303030615C303030625C3030306C5C303030655C30303073}
\@writefile{toc}{\contentsline {chapter}{\nonumberline List of Tables}{xviii}{chapter*.7}\protected@file@percent }
\BKM@entry{id=6,open,dest={73656374696F6E2A2E38},srcline={1}}{5C3337365C3337375C3030304C5C303030695C303030735C303030745C3030305C3034305C3030306F5C303030665C3030305C3034305C303030415C303030625C303030625C303030725C303030655C303030765C303030695C303030615C303030745C303030695C3030306F5C3030306E5C30303073}
\@writefile{toc}{\contentsline {chapter}{List of Abbreviations}{xx}{section*.8}\protected@file@percent }
\@input{chapters/1_intro.aux}
\BKM@entry{id=7,open,dest={73656374696F6E2A2E3131},srcline={4}}{5C3337365C3337375C303030495C3030306E5C303030745C303030725C3030306F5C303030645C303030755C303030635C303030745C303030695C3030306F5C3030306E}
\abx@aux@cite{0}{carrier_investigation_2012}
\abx@aux@segm{0}{0}{carrier_investigation_2012}
\abx@aux@cite{0}{carrier_multidisciplinary_2021}
\abx@aux@segm{0}{0}{carrier_multidisciplinary_2021}
\abx@aux@count{0}{carrier_investigation_2012}
\abx@aux@count{0}{carrier_multidisciplinary_2021}
\abx@aux@cite{0}{noauthor_airbus_2021}
\abx@aux@segm{0}{0}{noauthor_airbus_2021}
\abx@aux@count{0}{noauthor_airbus_2021}
\abx@aux@backref{28}{carrier_investigation_2012}{0}{1}{1}
\abx@aux@page{28}{1}
\abx@aux@backref{29}{carrier_multidisciplinary_2021}{0}{1}{1}
\abx@aux@page{29}{1}
\abx@aux@backref{30}{noauthor_airbus_2021}{0}{1}{1}
\abx@aux@page{30}{1}
\abx@aux@cite{0}{belvin_space_2016}
\abx@aux@segm{0}{0}{belvin_space_2016}
\abx@aux@count{0}{belvin_space_2016}
\abx@aux@cite{0}{belvin_space_2016}
\abx@aux@segm{0}{0}{belvin_space_2016}
\abx@aux@cite{0}{belvin_space_2016}
\abx@aux@segm{0}{0}{belvin_space_2016}
\abx@aux@count{0}{belvin_space_2016}
\abx@aux@cite{0}{belvin_space_2016}
\abx@aux@segm{0}{0}{belvin_space_2016}
\abx@aux@cite{0}{belvin_space_2016}
\abx@aux@segm{0}{0}{belvin_space_2016}
\abx@aux@cite{0}{belvin_space_2016}
\abx@aux@segm{0}{0}{belvin_space_2016}
\abx@aux@count{0}{belvin_space_2016}
\abx@aux@cite{0}{cheung_reversibly_2013}
\abx@aux@segm{0}{0}{cheung_reversibly_2013}
\abx@aux@count{0}{cheung_reversibly_2013}
\abx@aux@cite{0}{costa_algorithmic_2020}
\abx@aux@segm{0}{0}{costa_algorithmic_2020}
\abx@aux@count{0}{costa_algorithmic_2020}
\abx@aux@backref{37}{cheung_reversibly_2013}{0}{2}{2}
\abx@aux@page{37}{2}
\abx@aux@backref{38}{costa_algorithmic_2020}{0}{2}{2}
\abx@aux@page{38}{2}
\abx@aux@backref{32}{belvin_space_2016}{0}{2}{2}
\abx@aux@page{32}{2}
\abx@aux@backref{33}{belvin_space_2016}{0}{2}{2}
\abx@aux@page{33}{2}
\abx@aux@backref{34}{belvin_space_2016}{0}{2}{2}
\abx@aux@backref{35}{belvin_space_2016}{0}{2}{2}
\abx@aux@backref{36}{belvin_space_2016}{0}{2}{2}
\abx@aux@backref{31}{belvin_space_2016}{0}{2}{2}
\abx@aux@page{31}{2}
\@input{chapters/2_literature_review.aux}
\BKM@entry{id=8,open,dest={636861707465722E31},srcline={4}}{5C3337365C3337375C3030304C5C303030695C303030745C303030655C303030725C303030615C303030745C303030755C303030725C303030655C3030305C3034305C303030725C303030655C303030765C303030695C303030655C30303077}
\BKM@entry{id=9,open,dest={73656374696F6E2E312E31},srcline={8}}{5C3337365C3337375C303030475C303030655C3030306E5C303030655C303030725C303030615C3030306C5C303030695C303030745C303030695C303030655C303030735C3030305C3034305C3030306F5C303030665C3030305C3034305C303030735C303030745C303030725C303030755C303030635C303030745C303030755C303030725C303030615C3030306C5C3030305C3034305C3030306F5C303030705C303030745C303030695C3030306D5C303030695C3030307A5C303030615C303030745C303030695C3030306F5C3030306E}
\abx@aux@cite{0}{bendsoe_topology_2004}
\abx@aux@segm{0}{0}{bendsoe_topology_2004}
\abx@aux@count{0}{bendsoe_topology_2004}
\abx@aux@backref{39}{bendsoe_topology_2004}{0}{5}{5}
\abx@aux@page{39}{5}
\abx@aux@cite{0}{martins_engineering_2021}
\abx@aux@segm{0}{0}{martins_engineering_2021}
\abx@aux@count{0}{martins_engineering_2021}
\abx@aux@cite{0}{martins_engineering_2021}
\abx@aux@segm{0}{0}{martins_engineering_2021}
\abx@aux@cite{0}{martins_engineering_2021}
\abx@aux@segm{0}{0}{martins_engineering_2021}
\abx@aux@count{0}{martins_engineering_2021}
\abx@aux@cite{0}{martins_engineering_2021}
\abx@aux@segm{0}{0}{martins_engineering_2021}
\abx@aux@cite{0}{martins_engineering_2021}
\abx@aux@segm{0}{0}{martins_engineering_2021}
\abx@aux@cite{0}{martins_engineering_2021}
\abx@aux@segm{0}{0}{martins_engineering_2021}
\abx@aux@count{0}{martins_engineering_2021}
\abx@aux@backref{41}{martins_engineering_2021}{0}{6}{6}
\abx@aux@page{41}{6}
\abx@aux@backref{42}{martins_engineering_2021}{0}{6}{6}
\abx@aux@page{42}{6}
\abx@aux@backref{43}{martins_engineering_2021}{0}{6}{6}
\abx@aux@backref{44}{martins_engineering_2021}{0}{6}{6}
\abx@aux@backref{45}{martins_engineering_2021}{0}{6}{6}
\abx@aux@backref{40}{martins_engineering_2021}{0}{6}{6}
\abx@aux@page{40}{6}
\abx@aux@cite{0}{prager_problems_1968}
\abx@aux@segm{0}{0}{prager_problems_1968}
\abx@aux@cite{0}{prager_optimality_1968}
\abx@aux@segm{0}{0}{prager_optimality_1968}
\abx@aux@count{0}{prager_problems_1968}
\abx@aux@count{0}{prager_optimality_1968}
\abx@aux@cite{0}{prager_problems_1968}
\abx@aux@segm{0}{0}{prager_problems_1968}
\abx@aux@cite{0}{prager_optimality_1968}
\abx@aux@segm{0}{0}{prager_optimality_1968}
\abx@aux@cite{0}{prager_problems_1968}
\abx@aux@segm{0}{0}{prager_problems_1968}
\abx@aux@count{0}{prager_problems_1968}
\abx@aux@cite{0}{prager_problems_1968}
\abx@aux@segm{0}{0}{prager_problems_1968}
\abx@aux@cite{0}{prager_problems_1968}
\abx@aux@segm{0}{0}{prager_problems_1968}
\abx@aux@cite{0}{prager_problems_1968}
\abx@aux@segm{0}{0}{prager_problems_1968}
\abx@aux@count{0}{prager_problems_1968}
\abx@aux@cite{0}{prager_optimality_1968}
\abx@aux@segm{0}{0}{prager_optimality_1968}
\abx@aux@count{0}{prager_optimality_1968}
\abx@aux@cite{0}{prager_optimality_1968}
\abx@aux@segm{0}{0}{prager_optimality_1968}
\abx@aux@cite{0}{prager_optimality_1968}
\abx@aux@segm{0}{0}{prager_optimality_1968}
\abx@aux@cite{0}{prager_optimality_1968}
\abx@aux@segm{0}{0}{prager_optimality_1968}
\abx@aux@count{0}{prager_optimality_1968}
\abx@aux@cite{0}{bendsoe_generating_1988}
\abx@aux@segm{0}{0}{bendsoe_generating_1988}
\abx@aux@count{0}{bendsoe_generating_1988}
\abx@aux@cite{0}{bendsoe_generating_1988}
\abx@aux@segm{0}{0}{bendsoe_generating_1988}
\abx@aux@cite{0}{bendsoe_generating_1988}
\abx@aux@segm{0}{0}{bendsoe_generating_1988}
\abx@aux@count{0}{bendsoe_generating_1988}
\abx@aux@cite{0}{bendsoe_generating_1988}
\abx@aux@segm{0}{0}{bendsoe_generating_1988}
\abx@aux@cite{0}{bendsoe_generating_1988}
\abx@aux@segm{0}{0}{bendsoe_generating_1988}
\abx@aux@cite{0}{bendsoe_generating_1988}
\abx@aux@segm{0}{0}{bendsoe_generating_1988}
\abx@aux@count{0}{bendsoe_generating_1988}
\abx@aux@cite{0}{bendsoe_optimization_1995}
\abx@aux@segm{0}{0}{bendsoe_optimization_1995}
\abx@aux@cite{0}{sigmund_99_2001}
\abx@aux@segm{0}{0}{sigmund_99_2001}
\abx@aux@count{0}{bendsoe_optimization_1995}
\abx@aux@count{0}{sigmund_99_2001}
\abx@aux@cite{0}{bendsoe_optimization_1995}
\abx@aux@segm{0}{0}{bendsoe_optimization_1995}
\abx@aux@cite{0}{sigmund_99_2001}
\abx@aux@segm{0}{0}{sigmund_99_2001}
\abx@aux@cite{0}{bendsoe_optimization_1995}
\abx@aux@segm{0}{0}{bendsoe_optimization_1995}
\abx@aux@count{0}{bendsoe_optimization_1995}
\abx@aux@cite{0}{bendsoe_optimization_1995}
\abx@aux@segm{0}{0}{bendsoe_optimization_1995}
\abx@aux@cite{0}{bendsoe_optimization_1995}
\abx@aux@segm{0}{0}{bendsoe_optimization_1995}
\abx@aux@cite{0}{bendsoe_optimization_1995}
\abx@aux@segm{0}{0}{bendsoe_optimization_1995}
\abx@aux@count{0}{bendsoe_optimization_1995}
\abx@aux@cite{0}{sigmund_99_2001}
\abx@aux@segm{0}{0}{sigmund_99_2001}
\abx@aux@count{0}{sigmund_99_2001}
\abx@aux@cite{0}{sigmund_99_2001}
\abx@aux@segm{0}{0}{sigmund_99_2001}
\abx@aux@cite{0}{sigmund_99_2001}
\abx@aux@segm{0}{0}{sigmund_99_2001}
\abx@aux@cite{0}{sigmund_99_2001}
\abx@aux@segm{0}{0}{sigmund_99_2001}
\abx@aux@count{0}{sigmund_99_2001}
\abx@aux@cite{0}{allaire_homogenization_1996}
\abx@aux@segm{0}{0}{allaire_homogenization_1996}
\abx@aux@count{0}{allaire_homogenization_1996}
\abx@aux@cite{0}{allaire_homogenization_1996}
\abx@aux@segm{0}{0}{allaire_homogenization_1996}
\abx@aux@cite{0}{allaire_homogenization_1996}
\abx@aux@segm{0}{0}{allaire_homogenization_1996}
\abx@aux@count{0}{allaire_homogenization_1996}
\abx@aux@cite{0}{allaire_homogenization_1996}
\abx@aux@segm{0}{0}{allaire_homogenization_1996}
\abx@aux@cite{0}{allaire_homogenization_1996}
\abx@aux@segm{0}{0}{allaire_homogenization_1996}
\abx@aux@cite{0}{allaire_homogenization_1996}
\abx@aux@segm{0}{0}{allaire_homogenization_1996}
\abx@aux@count{0}{allaire_homogenization_1996}
\abx@aux@cite{0}{li_accelerated_2020}
\abx@aux@segm{0}{0}{li_accelerated_2020}
\abx@aux@cite{0}{ferrari_new_2020}
\abx@aux@segm{0}{0}{ferrari_new_2020}
\abx@aux@count{0}{li_accelerated_2020}
\abx@aux@count{0}{ferrari_new_2020}
\abx@aux@cite{0}{li_accelerated_2020}
\abx@aux@segm{0}{0}{li_accelerated_2020}
\abx@aux@cite{0}{ferrari_new_2020}
\abx@aux@segm{0}{0}{ferrari_new_2020}
\abx@aux@cite{0}{li_accelerated_2020}
\abx@aux@segm{0}{0}{li_accelerated_2020}
\abx@aux@count{0}{li_accelerated_2020}
\abx@aux@cite{0}{li_accelerated_2020}
\abx@aux@segm{0}{0}{li_accelerated_2020}
\abx@aux@cite{0}{li_accelerated_2020}
\abx@aux@segm{0}{0}{li_accelerated_2020}
\abx@aux@cite{0}{li_accelerated_2020}
\abx@aux@segm{0}{0}{li_accelerated_2020}
\abx@aux@count{0}{li_accelerated_2020}
\abx@aux@cite{0}{ferrari_new_2020}
\abx@aux@segm{0}{0}{ferrari_new_2020}
\abx@aux@count{0}{ferrari_new_2020}
\abx@aux@cite{0}{ferrari_new_2020}
\abx@aux@segm{0}{0}{ferrari_new_2020}
\abx@aux@cite{0}{ferrari_new_2020}
\abx@aux@segm{0}{0}{ferrari_new_2020}
\abx@aux@cite{0}{ferrari_new_2020}
\abx@aux@segm{0}{0}{ferrari_new_2020}
\abx@aux@count{0}{ferrari_new_2020}
\abx@aux@cite{0}{anderson_iterative_1965}
\abx@aux@segm{0}{0}{anderson_iterative_1965}
\abx@aux@count{0}{anderson_iterative_1965}
\abx@aux@cite{0}{anderson_iterative_1965}
\abx@aux@segm{0}{0}{anderson_iterative_1965}
\abx@aux@cite{0}{anderson_iterative_1965}
\abx@aux@segm{0}{0}{anderson_iterative_1965}
\abx@aux@count{0}{anderson_iterative_1965}
\abx@aux@cite{0}{anderson_iterative_1965}
\abx@aux@segm{0}{0}{anderson_iterative_1965}
\abx@aux@cite{0}{anderson_iterative_1965}
\abx@aux@segm{0}{0}{anderson_iterative_1965}
\abx@aux@cite{0}{anderson_iterative_1965}
\abx@aux@segm{0}{0}{anderson_iterative_1965}
\abx@aux@count{0}{anderson_iterative_1965}
\abx@aux@cite{0}{martins_engineering_2021}
\abx@aux@segm{0}{0}{martins_engineering_2021}
\abx@aux@count{0}{martins_engineering_2021}
\abx@aux@cite{0}{martins_engineering_2021}
\abx@aux@segm{0}{0}{martins_engineering_2021}
\abx@aux@cite{0}{martins_engineering_2021}
\abx@aux@segm{0}{0}{martins_engineering_2021}
\abx@aux@count{0}{martins_engineering_2021}
\abx@aux@cite{0}{martins_engineering_2021}
\abx@aux@segm{0}{0}{martins_engineering_2021}
\abx@aux@cite{0}{martins_engineering_2021}
\abx@aux@segm{0}{0}{martins_engineering_2021}
\abx@aux@cite{0}{martins_engineering_2021}
\abx@aux@segm{0}{0}{martins_engineering_2021}
\abx@aux@count{0}{martins_engineering_2021}
\abx@aux@cite{0}{conn_introduction_2009}
\abx@aux@segm{0}{0}{conn_introduction_2009}
\abx@aux@count{0}{conn_introduction_2009}
\abx@aux@cite{0}{conn_introduction_2009}
\abx@aux@segm{0}{0}{conn_introduction_2009}
\abx@aux@cite{0}{conn_introduction_2009}
\abx@aux@segm{0}{0}{conn_introduction_2009}
\abx@aux@count{0}{conn_introduction_2009}
\abx@aux@cite{0}{conn_introduction_2009}
\abx@aux@segm{0}{0}{conn_introduction_2009}
\abx@aux@cite{0}{conn_introduction_2009}
\abx@aux@segm{0}{0}{conn_introduction_2009}
\abx@aux@cite{0}{conn_introduction_2009}
\abx@aux@segm{0}{0}{conn_introduction_2009}
\abx@aux@count{0}{conn_introduction_2009}
\abx@aux@cite{0}{audet_derivative-free_2017}
\abx@aux@segm{0}{0}{audet_derivative-free_2017}
\abx@aux@count{0}{audet_derivative-free_2017}
\abx@aux@cite{0}{audet_derivative-free_2017}
\abx@aux@segm{0}{0}{audet_derivative-free_2017}
\abx@aux@cite{0}{audet_derivative-free_2017}
\abx@aux@segm{0}{0}{audet_derivative-free_2017}
\abx@aux@count{0}{audet_derivative-free_2017}
\abx@aux@cite{0}{audet_derivative-free_2017}
\abx@aux@segm{0}{0}{audet_derivative-free_2017}
\abx@aux@cite{0}{audet_derivative-free_2017}
\abx@aux@segm{0}{0}{audet_derivative-free_2017}
\abx@aux@cite{0}{audet_derivative-free_2017}
\abx@aux@segm{0}{0}{audet_derivative-free_2017}
\abx@aux@count{0}{audet_derivative-free_2017}
\abx@aux@cite{0}{simon_evolutionary_2013}
\abx@aux@segm{0}{0}{simon_evolutionary_2013}
\abx@aux@count{0}{simon_evolutionary_2013}
\abx@aux@cite{0}{simon_evolutionary_2013}
\abx@aux@segm{0}{0}{simon_evolutionary_2013}
\abx@aux@cite{0}{simon_evolutionary_2013}
\abx@aux@segm{0}{0}{simon_evolutionary_2013}
\abx@aux@count{0}{simon_evolutionary_2013}
\abx@aux@cite{0}{simon_evolutionary_2013}
\abx@aux@segm{0}{0}{simon_evolutionary_2013}
\abx@aux@cite{0}{simon_evolutionary_2013}
\abx@aux@segm{0}{0}{simon_evolutionary_2013}
\abx@aux@cite{0}{simon_evolutionary_2013}
\abx@aux@segm{0}{0}{simon_evolutionary_2013}
\abx@aux@count{0}{simon_evolutionary_2013}
\abx@aux@cite{0}{balamurugan_two_2011}
\abx@aux@segm{0}{0}{balamurugan_two_2011}
\abx@aux@count{0}{balamurugan_two_2011}
\abx@aux@cite{0}{balamurugan_two_2011}
\abx@aux@segm{0}{0}{balamurugan_two_2011}
\abx@aux@cite{0}{balamurugan_two_2011}
\abx@aux@segm{0}{0}{balamurugan_two_2011}
\abx@aux@count{0}{balamurugan_two_2011}
\abx@aux@cite{0}{balamurugan_two_2011}
\abx@aux@segm{0}{0}{balamurugan_two_2011}
\abx@aux@cite{0}{balamurugan_two_2011}
\abx@aux@segm{0}{0}{balamurugan_two_2011}
\abx@aux@cite{0}{balamurugan_two_2011}
\abx@aux@segm{0}{0}{balamurugan_two_2011}
\abx@aux@count{0}{balamurugan_two_2011}
\abx@aux@cite{0}{sigmund_usefulness_2011}
\abx@aux@segm{0}{0}{sigmund_usefulness_2011}
\abx@aux@count{0}{sigmund_usefulness_2011}
\abx@aux@cite{0}{sigmund_usefulness_2011}
\abx@aux@segm{0}{0}{sigmund_usefulness_2011}
\abx@aux@cite{0}{sigmund_usefulness_2011}
\abx@aux@segm{0}{0}{sigmund_usefulness_2011}
\abx@aux@count{0}{sigmund_usefulness_2011}
\abx@aux@cite{0}{sigmund_usefulness_2011}
\abx@aux@segm{0}{0}{sigmund_usefulness_2011}
\abx@aux@cite{0}{sigmund_usefulness_2011}
\abx@aux@segm{0}{0}{sigmund_usefulness_2011}
\abx@aux@cite{0}{sigmund_usefulness_2011}
\abx@aux@segm{0}{0}{sigmund_usefulness_2011}
\abx@aux@count{0}{sigmund_usefulness_2011}
\abx@aux@cite{0}{luh_structural_2009}
\abx@aux@segm{0}{0}{luh_structural_2009}
\abx@aux@cite{0}{luh_binary_2011}
\abx@aux@segm{0}{0}{luh_binary_2011}
\abx@aux@count{0}{luh_structural_2009}
\abx@aux@count{0}{luh_binary_2011}
\abx@aux@cite{0}{luh_structural_2009}
\abx@aux@segm{0}{0}{luh_structural_2009}
\abx@aux@cite{0}{luh_binary_2011}
\abx@aux@segm{0}{0}{luh_binary_2011}
\abx@aux@cite{0}{luh_structural_2009}
\abx@aux@segm{0}{0}{luh_structural_2009}
\abx@aux@count{0}{luh_structural_2009}
\abx@aux@cite{0}{luh_structural_2009}
\abx@aux@segm{0}{0}{luh_structural_2009}
\abx@aux@cite{0}{luh_structural_2009}
\abx@aux@segm{0}{0}{luh_structural_2009}
\abx@aux@cite{0}{luh_structural_2009}
\abx@aux@segm{0}{0}{luh_structural_2009}
\abx@aux@count{0}{luh_structural_2009}
\abx@aux@cite{0}{luh_binary_2011}
\abx@aux@segm{0}{0}{luh_binary_2011}
\abx@aux@count{0}{luh_binary_2011}
\abx@aux@cite{0}{luh_binary_2011}
\abx@aux@segm{0}{0}{luh_binary_2011}
\abx@aux@cite{0}{luh_binary_2011}
\abx@aux@segm{0}{0}{luh_binary_2011}
\abx@aux@cite{0}{luh_binary_2011}
\abx@aux@segm{0}{0}{luh_binary_2011}
\abx@aux@count{0}{luh_binary_2011}
\abx@aux@cite{0}{stolpe_global_2004}
\abx@aux@segm{0}{0}{stolpe_global_2004}
\abx@aux@count{0}{stolpe_global_2004}
\abx@aux@cite{0}{stolpe_global_2004}
\abx@aux@segm{0}{0}{stolpe_global_2004}
\abx@aux@cite{0}{stolpe_global_2004}
\abx@aux@segm{0}{0}{stolpe_global_2004}
\abx@aux@count{0}{stolpe_global_2004}
\abx@aux@cite{0}{stolpe_global_2004}
\abx@aux@segm{0}{0}{stolpe_global_2004}
\abx@aux@cite{0}{stolpe_global_2004}
\abx@aux@segm{0}{0}{stolpe_global_2004}
\abx@aux@cite{0}{stolpe_global_2004}
\abx@aux@segm{0}{0}{stolpe_global_2004}
\abx@aux@count{0}{stolpe_global_2004}
\abx@aux@cite{0}{mattheck_new_1990}
\abx@aux@segm{0}{0}{mattheck_new_1990}
\abx@aux@cite{0}{xie_simple_1993}
\abx@aux@segm{0}{0}{xie_simple_1993}
\abx@aux@count{0}{mattheck_new_1990}
\abx@aux@count{0}{xie_simple_1993}
\abx@aux@cite{0}{mattheck_new_1990}
\abx@aux@segm{0}{0}{mattheck_new_1990}
\abx@aux@cite{0}{xie_simple_1993}
\abx@aux@segm{0}{0}{xie_simple_1993}
\abx@aux@cite{0}{mattheck_new_1990}
\abx@aux@segm{0}{0}{mattheck_new_1990}
\abx@aux@count{0}{mattheck_new_1990}
\abx@aux@cite{0}{mattheck_new_1990}
\abx@aux@segm{0}{0}{mattheck_new_1990}
\abx@aux@cite{0}{mattheck_new_1990}
\abx@aux@segm{0}{0}{mattheck_new_1990}
\abx@aux@cite{0}{mattheck_new_1990}
\abx@aux@segm{0}{0}{mattheck_new_1990}
\abx@aux@count{0}{mattheck_new_1990}
\abx@aux@cite{0}{xie_simple_1993}
\abx@aux@segm{0}{0}{xie_simple_1993}
\abx@aux@count{0}{xie_simple_1993}
\abx@aux@cite{0}{xie_simple_1993}
\abx@aux@segm{0}{0}{xie_simple_1993}
\abx@aux@cite{0}{xie_simple_1993}
\abx@aux@segm{0}{0}{xie_simple_1993}
\abx@aux@cite{0}{xie_simple_1993}
\abx@aux@segm{0}{0}{xie_simple_1993}
\abx@aux@count{0}{xie_simple_1993}
\abx@aux@cite{0}{manickarajah_evolutionary_1998}
\abx@aux@segm{0}{0}{manickarajah_evolutionary_1998}
\abx@aux@count{0}{manickarajah_evolutionary_1998}
\abx@aux@cite{0}{manickarajah_evolutionary_1998}
\abx@aux@segm{0}{0}{manickarajah_evolutionary_1998}
\abx@aux@cite{0}{manickarajah_evolutionary_1998}
\abx@aux@segm{0}{0}{manickarajah_evolutionary_1998}
\abx@aux@count{0}{manickarajah_evolutionary_1998}
\abx@aux@cite{0}{manickarajah_evolutionary_1998}
\abx@aux@segm{0}{0}{manickarajah_evolutionary_1998}
\abx@aux@cite{0}{manickarajah_evolutionary_1998}
\abx@aux@segm{0}{0}{manickarajah_evolutionary_1998}
\abx@aux@cite{0}{manickarajah_evolutionary_1998}
\abx@aux@segm{0}{0}{manickarajah_evolutionary_1998}
\abx@aux@count{0}{manickarajah_evolutionary_1998}
\abx@aux@cite{0}{young_3d_1999}
\abx@aux@segm{0}{0}{young_3d_1999}
\abx@aux@count{0}{young_3d_1999}
\abx@aux@cite{0}{young_3d_1999}
\abx@aux@segm{0}{0}{young_3d_1999}
\abx@aux@cite{0}{young_3d_1999}
\abx@aux@segm{0}{0}{young_3d_1999}
\abx@aux@count{0}{young_3d_1999}
\abx@aux@cite{0}{young_3d_1999}
\abx@aux@segm{0}{0}{young_3d_1999}
\abx@aux@cite{0}{young_3d_1999}
\abx@aux@segm{0}{0}{young_3d_1999}
\abx@aux@cite{0}{young_3d_1999}
\abx@aux@segm{0}{0}{young_3d_1999}
\abx@aux@count{0}{young_3d_1999}
\abx@aux@backref{48}{prager_problems_1968}{0}{7}{7}
\abx@aux@page{48}{7}
\abx@aux@backref{49}{prager_problems_1968}{0}{7}{7}
\abx@aux@page{49}{7}
\abx@aux@backref{50}{prager_problems_1968}{0}{7}{7}
\abx@aux@backref{51}{prager_problems_1968}{0}{7}{7}
\abx@aux@backref{52}{prager_problems_1968}{0}{7}{7}
\abx@aux@backref{53}{prager_optimality_1968}{0}{7}{7}
\abx@aux@page{53}{7}
\abx@aux@backref{54}{prager_optimality_1968}{0}{7}{7}
\abx@aux@page{54}{7}
\abx@aux@backref{55}{prager_optimality_1968}{0}{7}{7}
\abx@aux@backref{56}{prager_optimality_1968}{0}{7}{7}
\abx@aux@backref{57}{prager_optimality_1968}{0}{7}{7}
\abx@aux@backref{59}{bendsoe_generating_1988}{0}{7}{7}
\abx@aux@page{59}{7}
\abx@aux@backref{60}{bendsoe_generating_1988}{0}{7}{7}
\abx@aux@page{60}{7}
\abx@aux@backref{61}{bendsoe_generating_1988}{0}{7}{7}
\abx@aux@backref{62}{bendsoe_generating_1988}{0}{7}{7}
\abx@aux@backref{63}{bendsoe_generating_1988}{0}{7}{7}
\abx@aux@backref{66}{bendsoe_optimization_1995}{0}{7}{7}
\abx@aux@page{66}{7}
\abx@aux@backref{67}{bendsoe_optimization_1995}{0}{7}{7}
\abx@aux@page{67}{7}
\abx@aux@backref{68}{bendsoe_optimization_1995}{0}{7}{7}
\abx@aux@backref{69}{bendsoe_optimization_1995}{0}{7}{7}
\abx@aux@backref{70}{bendsoe_optimization_1995}{0}{7}{7}
\abx@aux@backref{71}{sigmund_99_2001}{0}{7}{7}
\abx@aux@page{71}{7}
\abx@aux@backref{72}{sigmund_99_2001}{0}{7}{7}
\abx@aux@page{72}{7}
\abx@aux@backref{73}{sigmund_99_2001}{0}{7}{7}
\abx@aux@backref{74}{sigmund_99_2001}{0}{7}{7}
\abx@aux@backref{75}{sigmund_99_2001}{0}{7}{7}
\abx@aux@backref{77}{allaire_homogenization_1996}{0}{7}{7}
\abx@aux@page{77}{7}
\abx@aux@backref{78}{allaire_homogenization_1996}{0}{7}{7}
\abx@aux@page{78}{7}
\abx@aux@backref{79}{allaire_homogenization_1996}{0}{7}{7}
\abx@aux@backref{80}{allaire_homogenization_1996}{0}{7}{7}
\abx@aux@backref{81}{allaire_homogenization_1996}{0}{7}{7}
\abx@aux@backref{84}{li_accelerated_2020}{0}{7}{7}
\abx@aux@page{84}{7}
\abx@aux@backref{85}{li_accelerated_2020}{0}{7}{7}
\abx@aux@page{85}{7}
\abx@aux@backref{86}{li_accelerated_2020}{0}{7}{7}
\abx@aux@backref{87}{li_accelerated_2020}{0}{7}{7}
\abx@aux@backref{88}{li_accelerated_2020}{0}{7}{7}
\abx@aux@backref{89}{ferrari_new_2020}{0}{7}{7}
\abx@aux@page{89}{7}
\abx@aux@backref{90}{ferrari_new_2020}{0}{7}{7}
\abx@aux@page{90}{7}
\abx@aux@backref{91}{ferrari_new_2020}{0}{7}{7}
\abx@aux@backref{92}{ferrari_new_2020}{0}{7}{7}
\abx@aux@backref{93}{ferrari_new_2020}{0}{7}{7}
\abx@aux@backref{95}{anderson_iterative_1965}{0}{7}{7}
\abx@aux@page{95}{7}
\abx@aux@backref{96}{anderson_iterative_1965}{0}{7}{7}
\abx@aux@page{96}{7}
\abx@aux@backref{97}{anderson_iterative_1965}{0}{7}{7}
\abx@aux@backref{98}{anderson_iterative_1965}{0}{7}{7}
\abx@aux@backref{99}{anderson_iterative_1965}{0}{7}{7}
\abx@aux@backref{101}{martins_engineering_2021}{0}{7}{7}
\abx@aux@page{101}{7}
\abx@aux@backref{102}{martins_engineering_2021}{0}{7}{7}
\abx@aux@page{102}{7}
\abx@aux@backref{103}{martins_engineering_2021}{0}{7}{7}
\abx@aux@backref{104}{martins_engineering_2021}{0}{7}{7}
\abx@aux@backref{105}{martins_engineering_2021}{0}{7}{7}
\abx@aux@backref{107}{conn_introduction_2009}{0}{7}{7}
\abx@aux@page{107}{7}
\abx@aux@backref{108}{conn_introduction_2009}{0}{7}{7}
\abx@aux@page{108}{7}
\abx@aux@backref{109}{conn_introduction_2009}{0}{7}{7}
\abx@aux@backref{110}{conn_introduction_2009}{0}{7}{7}
\abx@aux@backref{111}{conn_introduction_2009}{0}{7}{7}
\abx@aux@backref{113}{audet_derivative-free_2017}{0}{7}{7}
\abx@aux@page{113}{7}
\abx@aux@backref{114}{audet_derivative-free_2017}{0}{7}{7}
\abx@aux@page{114}{7}
\abx@aux@backref{115}{audet_derivative-free_2017}{0}{7}{7}
\abx@aux@backref{116}{audet_derivative-free_2017}{0}{7}{7}
\abx@aux@backref{117}{audet_derivative-free_2017}{0}{7}{7}
\abx@aux@backref{46}{prager_problems_1968}{0}{7}{7}
\abx@aux@page{46}{7}
\abx@aux@backref{47}{prager_optimality_1968}{0}{7}{7}
\abx@aux@page{47}{7}
\abx@aux@backref{58}{bendsoe_generating_1988}{0}{7}{7}
\abx@aux@page{58}{7}
\abx@aux@backref{64}{bendsoe_optimization_1995}{0}{7}{7}
\abx@aux@page{64}{7}
\abx@aux@backref{65}{sigmund_99_2001}{0}{7}{7}
\abx@aux@page{65}{7}
\abx@aux@backref{76}{allaire_homogenization_1996}{0}{7}{7}
\abx@aux@page{76}{7}
\abx@aux@backref{82}{li_accelerated_2020}{0}{7}{7}
\abx@aux@page{82}{7}
\abx@aux@backref{83}{ferrari_new_2020}{0}{7}{7}
\abx@aux@page{83}{7}
\abx@aux@backref{94}{anderson_iterative_1965}{0}{7}{7}
\abx@aux@page{94}{7}
\abx@aux@backref{100}{martins_engineering_2021}{0}{7}{7}
\abx@aux@page{100}{7}
\abx@aux@backref{106}{conn_introduction_2009}{0}{7}{7}
\abx@aux@page{106}{7}
\abx@aux@backref{112}{audet_derivative-free_2017}{0}{7}{7}
\abx@aux@page{112}{7}
\abx@aux@cite{0}{kraft_software_1988}
\abx@aux@segm{0}{0}{kraft_software_1988}
\abx@aux@count{0}{kraft_software_1988}
\abx@aux@cite{0}{kraft_software_1988}
\abx@aux@segm{0}{0}{kraft_software_1988}
\abx@aux@cite{0}{kraft_software_1988}
\abx@aux@segm{0}{0}{kraft_software_1988}
\abx@aux@count{0}{kraft_software_1988}
\abx@aux@cite{0}{kraft_software_1988}
\abx@aux@segm{0}{0}{kraft_software_1988}
\abx@aux@cite{0}{kraft_software_1988}
\abx@aux@segm{0}{0}{kraft_software_1988}
\abx@aux@cite{0}{kraft_software_1988}
\abx@aux@segm{0}{0}{kraft_software_1988}
\abx@aux@count{0}{kraft_software_1988}
\abx@aux@cite{0}{fleury_structural_1986}
\abx@aux@segm{0}{0}{fleury_structural_1986}
\abx@aux@count{0}{fleury_structural_1986}
\abx@aux@cite{0}{fleury_structural_1986}
\abx@aux@segm{0}{0}{fleury_structural_1986}
\abx@aux@cite{0}{fleury_structural_1986}
\abx@aux@segm{0}{0}{fleury_structural_1986}
\abx@aux@count{0}{fleury_structural_1986}
\abx@aux@cite{0}{fleury_structural_1986}
\abx@aux@segm{0}{0}{fleury_structural_1986}
\abx@aux@cite{0}{fleury_structural_1986}
\abx@aux@segm{0}{0}{fleury_structural_1986}
\abx@aux@cite{0}{fleury_structural_1986}
\abx@aux@segm{0}{0}{fleury_structural_1986}
\abx@aux@count{0}{fleury_structural_1986}
\abx@aux@cite{0}{svanberg_method_1987}
\abx@aux@segm{0}{0}{svanberg_method_1987}
\abx@aux@count{0}{svanberg_method_1987}
\abx@aux@cite{0}{svanberg_method_1987}
\abx@aux@segm{0}{0}{svanberg_method_1987}
\abx@aux@cite{0}{svanberg_method_1987}
\abx@aux@segm{0}{0}{svanberg_method_1987}
\abx@aux@count{0}{svanberg_method_1987}
\abx@aux@cite{0}{svanberg_method_1987}
\abx@aux@segm{0}{0}{svanberg_method_1987}
\abx@aux@cite{0}{svanberg_method_1987}
\abx@aux@segm{0}{0}{svanberg_method_1987}
\abx@aux@cite{0}{svanberg_method_1987}
\abx@aux@segm{0}{0}{svanberg_method_1987}
\abx@aux@count{0}{svanberg_method_1987}
\abx@aux@cite{0}{svanberg_class_2002}
\abx@aux@segm{0}{0}{svanberg_class_2002}
\abx@aux@count{0}{svanberg_class_2002}
\abx@aux@cite{0}{svanberg_class_2002}
\abx@aux@segm{0}{0}{svanberg_class_2002}
\abx@aux@cite{0}{svanberg_class_2002}
\abx@aux@segm{0}{0}{svanberg_class_2002}
\abx@aux@count{0}{svanberg_class_2002}
\abx@aux@cite{0}{svanberg_class_2002}
\abx@aux@segm{0}{0}{svanberg_class_2002}
\abx@aux@cite{0}{svanberg_class_2002}
\abx@aux@segm{0}{0}{svanberg_class_2002}
\abx@aux@cite{0}{svanberg_class_2002}
\abx@aux@segm{0}{0}{svanberg_class_2002}
\abx@aux@count{0}{svanberg_class_2002}
\abx@aux@cite{0}{bruyneel_family_2002}
\abx@aux@segm{0}{0}{bruyneel_family_2002}
\abx@aux@count{0}{bruyneel_family_2002}
\abx@aux@cite{0}{bruyneel_family_2002}
\abx@aux@segm{0}{0}{bruyneel_family_2002}
\abx@aux@cite{0}{bruyneel_family_2002}
\abx@aux@segm{0}{0}{bruyneel_family_2002}
\abx@aux@count{0}{bruyneel_family_2002}
\abx@aux@cite{0}{bruyneel_family_2002}
\abx@aux@segm{0}{0}{bruyneel_family_2002}
\abx@aux@cite{0}{bruyneel_family_2002}
\abx@aux@segm{0}{0}{bruyneel_family_2002}
\abx@aux@cite{0}{bruyneel_family_2002}
\abx@aux@segm{0}{0}{bruyneel_family_2002}
\abx@aux@count{0}{bruyneel_family_2002}
\abx@aux@backref{119}{simon_evolutionary_2013}{0}{8}{8}
\abx@aux@page{119}{8}
\abx@aux@backref{120}{simon_evolutionary_2013}{0}{8}{8}
\abx@aux@page{120}{8}
\abx@aux@backref{121}{simon_evolutionary_2013}{0}{8}{8}
\abx@aux@backref{122}{simon_evolutionary_2013}{0}{8}{8}
\abx@aux@backref{123}{simon_evolutionary_2013}{0}{8}{8}
\abx@aux@backref{125}{balamurugan_two_2011}{0}{8}{8}
\abx@aux@page{125}{8}
\abx@aux@backref{126}{balamurugan_two_2011}{0}{8}{8}
\abx@aux@page{126}{8}
\abx@aux@backref{127}{balamurugan_two_2011}{0}{8}{8}
\abx@aux@backref{128}{balamurugan_two_2011}{0}{8}{8}
\abx@aux@backref{129}{balamurugan_two_2011}{0}{8}{8}
\abx@aux@backref{131}{sigmund_usefulness_2011}{0}{8}{8}
\abx@aux@page{131}{8}
\abx@aux@backref{132}{sigmund_usefulness_2011}{0}{8}{8}
\abx@aux@page{132}{8}
\abx@aux@backref{133}{sigmund_usefulness_2011}{0}{8}{8}
\abx@aux@backref{134}{sigmund_usefulness_2011}{0}{8}{8}
\abx@aux@backref{135}{sigmund_usefulness_2011}{0}{8}{8}
\abx@aux@backref{138}{luh_structural_2009}{0}{8}{8}
\abx@aux@page{138}{8}
\abx@aux@backref{139}{luh_structural_2009}{0}{8}{8}
\abx@aux@page{139}{8}
\abx@aux@backref{140}{luh_structural_2009}{0}{8}{8}
\abx@aux@backref{141}{luh_structural_2009}{0}{8}{8}
\abx@aux@backref{142}{luh_structural_2009}{0}{8}{8}
\abx@aux@backref{143}{luh_binary_2011}{0}{8}{8}
\abx@aux@page{143}{8}
\abx@aux@backref{144}{luh_binary_2011}{0}{8}{8}
\abx@aux@page{144}{8}
\abx@aux@backref{145}{luh_binary_2011}{0}{8}{8}
\abx@aux@backref{146}{luh_binary_2011}{0}{8}{8}
\abx@aux@backref{147}{luh_binary_2011}{0}{8}{8}
\abx@aux@backref{149}{stolpe_global_2004}{0}{8}{8}
\abx@aux@page{149}{8}
\abx@aux@backref{150}{stolpe_global_2004}{0}{8}{8}
\abx@aux@page{150}{8}
\abx@aux@backref{151}{stolpe_global_2004}{0}{8}{8}
\abx@aux@backref{152}{stolpe_global_2004}{0}{8}{8}
\abx@aux@backref{153}{stolpe_global_2004}{0}{8}{8}
\abx@aux@backref{156}{mattheck_new_1990}{0}{8}{8}
\abx@aux@page{156}{8}
\abx@aux@backref{157}{mattheck_new_1990}{0}{8}{8}
\abx@aux@page{157}{8}
\abx@aux@backref{158}{mattheck_new_1990}{0}{8}{8}
\abx@aux@backref{159}{mattheck_new_1990}{0}{8}{8}
\abx@aux@backref{160}{mattheck_new_1990}{0}{8}{8}
\abx@aux@backref{161}{xie_simple_1993}{0}{8}{8}
\abx@aux@page{161}{8}
\abx@aux@backref{162}{xie_simple_1993}{0}{8}{8}
\abx@aux@page{162}{8}
\abx@aux@backref{163}{xie_simple_1993}{0}{8}{8}
\abx@aux@backref{164}{xie_simple_1993}{0}{8}{8}
\abx@aux@backref{165}{xie_simple_1993}{0}{8}{8}
\abx@aux@backref{167}{manickarajah_evolutionary_1998}{0}{8}{8}
\abx@aux@page{167}{8}
\abx@aux@backref{168}{manickarajah_evolutionary_1998}{0}{8}{8}
\abx@aux@page{168}{8}
\abx@aux@backref{169}{manickarajah_evolutionary_1998}{0}{8}{8}
\abx@aux@backref{170}{manickarajah_evolutionary_1998}{0}{8}{8}
\abx@aux@backref{171}{manickarajah_evolutionary_1998}{0}{8}{8}
\abx@aux@backref{173}{young_3d_1999}{0}{8}{8}
\abx@aux@page{173}{8}
\abx@aux@backref{174}{young_3d_1999}{0}{8}{8}
\abx@aux@page{174}{8}
\abx@aux@backref{175}{young_3d_1999}{0}{8}{8}
\abx@aux@backref{176}{young_3d_1999}{0}{8}{8}
\abx@aux@backref{177}{young_3d_1999}{0}{8}{8}
\abx@aux@backref{118}{simon_evolutionary_2013}{0}{8}{8}
\abx@aux@page{118}{8}
\abx@aux@backref{124}{balamurugan_two_2011}{0}{8}{8}
\abx@aux@page{124}{8}
\abx@aux@backref{130}{sigmund_usefulness_2011}{0}{8}{8}
\abx@aux@page{130}{8}
\abx@aux@backref{136}{luh_structural_2009}{0}{8}{8}
\abx@aux@page{136}{8}
\abx@aux@backref{137}{luh_binary_2011}{0}{8}{8}
\abx@aux@page{137}{8}
\abx@aux@backref{148}{stolpe_global_2004}{0}{8}{8}
\abx@aux@page{148}{8}
\abx@aux@backref{154}{mattheck_new_1990}{0}{8}{8}
\abx@aux@page{154}{8}
\abx@aux@backref{155}{xie_simple_1993}{0}{8}{8}
\abx@aux@page{155}{8}
\abx@aux@backref{166}{manickarajah_evolutionary_1998}{0}{8}{8}
\abx@aux@page{166}{8}
\abx@aux@backref{172}{young_3d_1999}{0}{8}{8}
\abx@aux@page{172}{8}
\abx@aux@cite{0}{wachter_implementation_2006}
\abx@aux@segm{0}{0}{wachter_implementation_2006}
\abx@aux@count{0}{wachter_implementation_2006}
\abx@aux@cite{0}{wachter_implementation_2006}
\abx@aux@segm{0}{0}{wachter_implementation_2006}
\abx@aux@cite{0}{wachter_implementation_2006}
\abx@aux@segm{0}{0}{wachter_implementation_2006}
\abx@aux@count{0}{wachter_implementation_2006}
\abx@aux@cite{0}{wachter_implementation_2006}
\abx@aux@segm{0}{0}{wachter_implementation_2006}
\abx@aux@cite{0}{wachter_implementation_2006}
\abx@aux@segm{0}{0}{wachter_implementation_2006}
\abx@aux@cite{0}{wachter_implementation_2006}
\abx@aux@segm{0}{0}{wachter_implementation_2006}
\abx@aux@count{0}{wachter_implementation_2006}
\abx@aux@cite{0}{rojas_labanda_benchmarking_2015}
\abx@aux@segm{0}{0}{rojas_labanda_benchmarking_2015}
\abx@aux@count{0}{rojas_labanda_benchmarking_2015}
\abx@aux@cite{0}{rojas_labanda_benchmarking_2015}
\abx@aux@segm{0}{0}{rojas_labanda_benchmarking_2015}
\abx@aux@cite{0}{rojas_labanda_benchmarking_2015}
\abx@aux@segm{0}{0}{rojas_labanda_benchmarking_2015}
\abx@aux@count{0}{rojas_labanda_benchmarking_2015}
\abx@aux@cite{0}{rojas_labanda_benchmarking_2015}
\abx@aux@segm{0}{0}{rojas_labanda_benchmarking_2015}
\abx@aux@cite{0}{rojas_labanda_benchmarking_2015}
\abx@aux@segm{0}{0}{rojas_labanda_benchmarking_2015}
\abx@aux@cite{0}{rojas_labanda_benchmarking_2015}
\abx@aux@segm{0}{0}{rojas_labanda_benchmarking_2015}
\abx@aux@count{0}{rojas_labanda_benchmarking_2015}
\BKM@entry{id=10,open,dest={73656374696F6E2E312E32},srcline={58}}{5C3337365C3337375C303030555C3030306C5C303030745C303030725C303030615C3030302D5C3030306C5C303030695C303030675C303030685C303030745C303030775C303030655C303030695C303030675C303030685C303030745C3030305C3034305C303030735C303030745C303030725C303030755C303030635C303030745C303030755C303030725C303030655C303030735C3030305C3034305C3030306F5C303030705C303030745C303030695C3030306D5C303030695C3030307A5C303030615C303030745C303030695C3030306F5C3030306E5C3030305C3034305C303030615C303030705C303030705C303030725C3030306F5C303030615C303030635C303030685C303030655C30303073}
\abx@aux@cite{0}{dorn_automatic_1964}
\abx@aux@segm{0}{0}{dorn_automatic_1964}
\abx@aux@cite{0}{chan_optimum_1964}
\abx@aux@segm{0}{0}{chan_optimum_1964}
\abx@aux@cite{0}{hemp_optimum_1973}
\abx@aux@segm{0}{0}{hemp_optimum_1973}
\abx@aux@count{0}{dorn_automatic_1964}
\abx@aux@count{0}{chan_optimum_1964}
\abx@aux@count{0}{hemp_optimum_1973}
\abx@aux@cite{0}{dorn_automatic_1964}
\abx@aux@segm{0}{0}{dorn_automatic_1964}
\abx@aux@cite{0}{chan_optimum_1964}
\abx@aux@segm{0}{0}{chan_optimum_1964}
\abx@aux@cite{0}{hemp_optimum_1973}
\abx@aux@segm{0}{0}{hemp_optimum_1973}
\abx@aux@cite{0}{dorn_automatic_1964}
\abx@aux@segm{0}{0}{dorn_automatic_1964}
\abx@aux@count{0}{dorn_automatic_1964}
\abx@aux@cite{0}{dorn_automatic_1964}
\abx@aux@segm{0}{0}{dorn_automatic_1964}
\abx@aux@cite{0}{dorn_automatic_1964}
\abx@aux@segm{0}{0}{dorn_automatic_1964}
\abx@aux@cite{0}{dorn_automatic_1964}
\abx@aux@segm{0}{0}{dorn_automatic_1964}
\abx@aux@count{0}{dorn_automatic_1964}
\abx@aux@cite{0}{chan_optimum_1964}
\abx@aux@segm{0}{0}{chan_optimum_1964}
\abx@aux@count{0}{chan_optimum_1964}
\abx@aux@cite{0}{chan_optimum_1964}
\abx@aux@segm{0}{0}{chan_optimum_1964}
\abx@aux@cite{0}{chan_optimum_1964}
\abx@aux@segm{0}{0}{chan_optimum_1964}
\abx@aux@cite{0}{chan_optimum_1964}
\abx@aux@segm{0}{0}{chan_optimum_1964}
\abx@aux@count{0}{chan_optimum_1964}
\abx@aux@cite{0}{hemp_optimum_1973}
\abx@aux@segm{0}{0}{hemp_optimum_1973}
\abx@aux@count{0}{hemp_optimum_1973}
\abx@aux@cite{0}{hemp_optimum_1973}
\abx@aux@segm{0}{0}{hemp_optimum_1973}
\abx@aux@cite{0}{hemp_optimum_1973}
\abx@aux@segm{0}{0}{hemp_optimum_1973}
\abx@aux@cite{0}{hemp_optimum_1973}
\abx@aux@segm{0}{0}{hemp_optimum_1973}
\abx@aux@count{0}{hemp_optimum_1973}
\abx@aux@cite{0}{sankaranarayanan_truss_1994}
\abx@aux@segm{0}{0}{sankaranarayanan_truss_1994}
\abx@aux@count{0}{sankaranarayanan_truss_1994}
\abx@aux@cite{0}{sankaranarayanan_truss_1994}
\abx@aux@segm{0}{0}{sankaranarayanan_truss_1994}
\abx@aux@cite{0}{sankaranarayanan_truss_1994}
\abx@aux@segm{0}{0}{sankaranarayanan_truss_1994}
\abx@aux@count{0}{sankaranarayanan_truss_1994}
\abx@aux@cite{0}{sankaranarayanan_truss_1994}
\abx@aux@segm{0}{0}{sankaranarayanan_truss_1994}
\abx@aux@cite{0}{sankaranarayanan_truss_1994}
\abx@aux@segm{0}{0}{sankaranarayanan_truss_1994}
\abx@aux@cite{0}{sankaranarayanan_truss_1994}
\abx@aux@segm{0}{0}{sankaranarayanan_truss_1994}
\abx@aux@count{0}{sankaranarayanan_truss_1994}
\abx@aux@cite{0}{bendsoe_generating_1988}
\abx@aux@segm{0}{0}{bendsoe_generating_1988}
\abx@aux@cite{0}{bendsoe_optimal_1989}
\abx@aux@segm{0}{0}{bendsoe_optimal_1989}
\abx@aux@count{0}{bendsoe_generating_1988}
\abx@aux@count{0}{bendsoe_optimal_1989}
\abx@aux@cite{0}{bendsoe_generating_1988}
\abx@aux@segm{0}{0}{bendsoe_generating_1988}
\abx@aux@cite{0}{bendsoe_optimal_1989}
\abx@aux@segm{0}{0}{bendsoe_optimal_1989}
\abx@aux@cite{0}{bendsoe_generating_1988}
\abx@aux@segm{0}{0}{bendsoe_generating_1988}
\abx@aux@count{0}{bendsoe_generating_1988}
\abx@aux@cite{0}{bendsoe_generating_1988}
\abx@aux@segm{0}{0}{bendsoe_generating_1988}
\abx@aux@cite{0}{bendsoe_generating_1988}
\abx@aux@segm{0}{0}{bendsoe_generating_1988}
\abx@aux@cite{0}{bendsoe_generating_1988}
\abx@aux@segm{0}{0}{bendsoe_generating_1988}
\abx@aux@count{0}{bendsoe_generating_1988}
\abx@aux@cite{0}{bendsoe_optimal_1989}
\abx@aux@segm{0}{0}{bendsoe_optimal_1989}
\abx@aux@count{0}{bendsoe_optimal_1989}
\abx@aux@cite{0}{bendsoe_optimal_1989}
\abx@aux@segm{0}{0}{bendsoe_optimal_1989}
\abx@aux@cite{0}{bendsoe_optimal_1989}
\abx@aux@segm{0}{0}{bendsoe_optimal_1989}
\abx@aux@cite{0}{bendsoe_optimal_1989}
\abx@aux@segm{0}{0}{bendsoe_optimal_1989}
\abx@aux@count{0}{bendsoe_optimal_1989}
\abx@aux@cite{0}{sigmund_materials_1994}
\abx@aux@segm{0}{0}{sigmund_materials_1994}
\abx@aux@cite{0}{zhang_scale-related_2006}
\abx@aux@segm{0}{0}{zhang_scale-related_2006}
\abx@aux@cite{0}{collet_topology_2018}
\abx@aux@segm{0}{0}{collet_topology_2018}
\abx@aux@count{0}{sigmund_materials_1994}
\abx@aux@count{0}{zhang_scale-related_2006}
\abx@aux@count{0}{collet_topology_2018}
\abx@aux@cite{0}{sigmund_materials_1994}
\abx@aux@segm{0}{0}{sigmund_materials_1994}
\abx@aux@cite{0}{zhang_scale-related_2006}
\abx@aux@segm{0}{0}{zhang_scale-related_2006}
\abx@aux@cite{0}{collet_topology_2018}
\abx@aux@segm{0}{0}{collet_topology_2018}
\abx@aux@cite{0}{sigmund_materials_1994}
\abx@aux@segm{0}{0}{sigmund_materials_1994}
\abx@aux@count{0}{sigmund_materials_1994}
\abx@aux@cite{0}{sigmund_materials_1994}
\abx@aux@segm{0}{0}{sigmund_materials_1994}
\abx@aux@cite{0}{sigmund_materials_1994}
\abx@aux@segm{0}{0}{sigmund_materials_1994}
\abx@aux@cite{0}{sigmund_materials_1994}
\abx@aux@segm{0}{0}{sigmund_materials_1994}
\abx@aux@count{0}{sigmund_materials_1994}
\abx@aux@cite{0}{zhang_scale-related_2006}
\abx@aux@segm{0}{0}{zhang_scale-related_2006}
\abx@aux@count{0}{zhang_scale-related_2006}
\abx@aux@cite{0}{zhang_scale-related_2006}
\abx@aux@segm{0}{0}{zhang_scale-related_2006}
\abx@aux@cite{0}{zhang_scale-related_2006}
\abx@aux@segm{0}{0}{zhang_scale-related_2006}
\abx@aux@cite{0}{zhang_scale-related_2006}
\abx@aux@segm{0}{0}{zhang_scale-related_2006}
\abx@aux@count{0}{zhang_scale-related_2006}
\abx@aux@cite{0}{collet_topology_2018}
\abx@aux@segm{0}{0}{collet_topology_2018}
\abx@aux@count{0}{collet_topology_2018}
\abx@aux@cite{0}{collet_topology_2018}
\abx@aux@segm{0}{0}{collet_topology_2018}
\abx@aux@cite{0}{collet_topology_2018}
\abx@aux@segm{0}{0}{collet_topology_2018}
\abx@aux@cite{0}{collet_topology_2018}
\abx@aux@segm{0}{0}{collet_topology_2018}
\abx@aux@count{0}{collet_topology_2018}
\abx@aux@cite{0}{borrvall_topology_2003}
\abx@aux@segm{0}{0}{borrvall_topology_2003}
\abx@aux@count{0}{borrvall_topology_2003}
\abx@aux@cite{0}{borrvall_topology_2003}
\abx@aux@segm{0}{0}{borrvall_topology_2003}
\abx@aux@cite{0}{borrvall_topology_2003}
\abx@aux@segm{0}{0}{borrvall_topology_2003}
\abx@aux@count{0}{borrvall_topology_2003}
\abx@aux@cite{0}{borrvall_topology_2003}
\abx@aux@segm{0}{0}{borrvall_topology_2003}
\abx@aux@cite{0}{borrvall_topology_2003}
\abx@aux@segm{0}{0}{borrvall_topology_2003}
\abx@aux@cite{0}{borrvall_topology_2003}
\abx@aux@segm{0}{0}{borrvall_topology_2003}
\abx@aux@count{0}{borrvall_topology_2003}
\abx@aux@cite{0}{bruyneel_note_2005}
\abx@aux@segm{0}{0}{bruyneel_note_2005}
\abx@aux@count{0}{bruyneel_note_2005}
\abx@aux@cite{0}{bruyneel_note_2005}
\abx@aux@segm{0}{0}{bruyneel_note_2005}
\abx@aux@cite{0}{bruyneel_note_2005}
\abx@aux@segm{0}{0}{bruyneel_note_2005}
\abx@aux@count{0}{bruyneel_note_2005}
\abx@aux@cite{0}{bruyneel_note_2005}
\abx@aux@segm{0}{0}{bruyneel_note_2005}
\abx@aux@cite{0}{bruyneel_note_2005}
\abx@aux@segm{0}{0}{bruyneel_note_2005}
\abx@aux@cite{0}{bruyneel_note_2005}
\abx@aux@segm{0}{0}{bruyneel_note_2005}
\abx@aux@count{0}{bruyneel_note_2005}
\abx@aux@cite{0}{sigmund_manufacturing_2009}
\abx@aux@segm{0}{0}{sigmund_manufacturing_2009}
\abx@aux@cite{0}{brackett_topology_2011}
\abx@aux@segm{0}{0}{brackett_topology_2011}
\abx@aux@count{0}{sigmund_manufacturing_2009}
\abx@aux@count{0}{brackett_topology_2011}
\abx@aux@cite{0}{sigmund_manufacturing_2009}
\abx@aux@segm{0}{0}{sigmund_manufacturing_2009}
\abx@aux@cite{0}{brackett_topology_2011}
\abx@aux@segm{0}{0}{brackett_topology_2011}
\abx@aux@cite{0}{sigmund_manufacturing_2009}
\abx@aux@segm{0}{0}{sigmund_manufacturing_2009}
\abx@aux@count{0}{sigmund_manufacturing_2009}
\abx@aux@cite{0}{sigmund_manufacturing_2009}
\abx@aux@segm{0}{0}{sigmund_manufacturing_2009}
\abx@aux@cite{0}{sigmund_manufacturing_2009}
\abx@aux@segm{0}{0}{sigmund_manufacturing_2009}
\abx@aux@cite{0}{sigmund_manufacturing_2009}
\abx@aux@segm{0}{0}{sigmund_manufacturing_2009}
\abx@aux@count{0}{sigmund_manufacturing_2009}
\abx@aux@cite{0}{brackett_topology_2011}
\abx@aux@segm{0}{0}{brackett_topology_2011}
\abx@aux@count{0}{brackett_topology_2011}
\abx@aux@cite{0}{brackett_topology_2011}
\abx@aux@segm{0}{0}{brackett_topology_2011}
\abx@aux@cite{0}{brackett_topology_2011}
\abx@aux@segm{0}{0}{brackett_topology_2011}
\abx@aux@cite{0}{brackett_topology_2011}
\abx@aux@segm{0}{0}{brackett_topology_2011}
\abx@aux@count{0}{brackett_topology_2011}
\abx@aux@cite{0}{sigmund_design_1997}
\abx@aux@segm{0}{0}{sigmund_design_1997}
\abx@aux@cite{0}{bruns_topology_2001}
\abx@aux@segm{0}{0}{bruns_topology_2001}
\abx@aux@count{0}{sigmund_design_1997}
\abx@aux@count{0}{bruns_topology_2001}
\abx@aux@cite{0}{sigmund_design_1997}
\abx@aux@segm{0}{0}{sigmund_design_1997}
\abx@aux@cite{0}{bruns_topology_2001}
\abx@aux@segm{0}{0}{bruns_topology_2001}
\abx@aux@cite{0}{sigmund_design_1997}
\abx@aux@segm{0}{0}{sigmund_design_1997}
\abx@aux@count{0}{sigmund_design_1997}
\abx@aux@cite{0}{sigmund_design_1997}
\abx@aux@segm{0}{0}{sigmund_design_1997}
\abx@aux@cite{0}{sigmund_design_1997}
\abx@aux@segm{0}{0}{sigmund_design_1997}
\abx@aux@cite{0}{sigmund_design_1997}
\abx@aux@segm{0}{0}{sigmund_design_1997}
\abx@aux@count{0}{sigmund_design_1997}
\abx@aux@cite{0}{bruns_topology_2001}
\abx@aux@segm{0}{0}{bruns_topology_2001}
\abx@aux@count{0}{bruns_topology_2001}
\abx@aux@cite{0}{bruns_topology_2001}
\abx@aux@segm{0}{0}{bruns_topology_2001}
\abx@aux@cite{0}{bruns_topology_2001}
\abx@aux@segm{0}{0}{bruns_topology_2001}
\abx@aux@cite{0}{bruns_topology_2001}
\abx@aux@segm{0}{0}{bruns_topology_2001}
\abx@aux@count{0}{bruns_topology_2001}
\abx@aux@cite{0}{wang_space-time_2020}
\abx@aux@segm{0}{0}{wang_space-time_2020}
\abx@aux@count{0}{wang_space-time_2020}
\abx@aux@cite{0}{wang_space-time_2020}
\abx@aux@segm{0}{0}{wang_space-time_2020}
\abx@aux@cite{0}{wang_space-time_2020}
\abx@aux@segm{0}{0}{wang_space-time_2020}
\abx@aux@count{0}{wang_space-time_2020}
\abx@aux@cite{0}{wang_space-time_2020}
\abx@aux@segm{0}{0}{wang_space-time_2020}
\abx@aux@cite{0}{wang_space-time_2020}
\abx@aux@segm{0}{0}{wang_space-time_2020}
\abx@aux@cite{0}{wang_space-time_2020}
\abx@aux@segm{0}{0}{wang_space-time_2020}
\abx@aux@count{0}{wang_space-time_2020}
\abx@aux@cite{0}{allaire_level-set_2002}
\abx@aux@segm{0}{0}{allaire_level-set_2002}