blob: 6953d4ad4fbb7184a7d14167ea93bbb26ed60a4e (
plain) (
blame)
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
|
%%COIN%%include/coin/CglAllDifferent.hpp
%%COIN%%include/coin/CglClique.hpp
%%COIN%%include/coin/CglConfig.h
%%COIN%%include/coin/CglCutGenerator.hpp
%%COIN%%include/coin/CglDuplicateRow.hpp
%%COIN%%include/coin/CglFlowCover.hpp
%%COIN%%include/coin/CglGomory.hpp
%%COIN%%include/coin/CglKnapsackCover.hpp
%%COIN%%include/coin/CglLandP.hpp
%%COIN%%include/coin/CglLandPMessages.hpp
%%COIN%%include/coin/CglLandPSimplex.hpp
%%COIN%%include/coin/CglLandPTabRow.hpp
%%COIN%%include/coin/CglLandPUtils.hpp
%%COIN%%include/coin/CglLandPValidator.hpp
%%COIN%%include/coin/CglLiftAndProject.hpp
%%COIN%%include/coin/CglMessage.hpp
%%COIN%%include/coin/CglMixedIntegerRounding.hpp
%%COIN%%include/coin/CglMixedIntegerRounding2.hpp
%%COIN%%include/coin/CglOddHole.hpp
%%COIN%%include/coin/CglParam.hpp
%%COIN%%include/coin/CglPreProcess.hpp
%%COIN%%include/coin/CglProbing.hpp
%%COIN%%include/coin/CglRedSplit.hpp
%%COIN%%include/coin/CglRedSplitParam.hpp
%%COIN%%include/coin/CglResidualCapacity.hpp
%%COIN%%include/coin/CglSimpleRounding.hpp
%%COIN%%include/coin/CglStored.hpp
%%COIN%%include/coin/CglTreeInfo.hpp
%%COIN%%include/coin/CglTwomir.hpp
%%COIN%%include/coin/ClpCholeskyBase.hpp
%%COIN%%include/coin/ClpCholeskyDense.hpp
%%COIN%%include/coin/ClpCholeskyMumps.hpp
%%COIN%%include/coin/ClpCholeskyTaucs.hpp
%%COIN%%include/coin/ClpCholeskyUfl.hpp
%%COIN%%include/coin/ClpCholeskyWssmp.hpp
%%COIN%%include/coin/ClpCholeskyWssmpKKT.hpp
%%COIN%%include/coin/ClpConfig.h
%%COIN%%include/coin/ClpConstraint.hpp
%%COIN%%include/coin/ClpConstraintLinear.hpp
%%COIN%%include/coin/ClpConstraintQuadratic.hpp
%%COIN%%include/coin/ClpDualRowDantzig.hpp
%%COIN%%include/coin/ClpDualRowPivot.hpp
%%COIN%%include/coin/ClpDualRowSteepest.hpp
%%COIN%%include/coin/ClpDummyMatrix.hpp
%%COIN%%include/coin/ClpDynamicExampleMatrix.hpp
%%COIN%%include/coin/ClpDynamicMatrix.hpp
%%COIN%%include/coin/ClpEventHandler.hpp
%%COIN%%include/coin/ClpFactorization.hpp
%%COIN%%include/coin/ClpGubDynamicMatrix.hpp
%%COIN%%include/coin/ClpGubMatrix.hpp
%%COIN%%include/coin/ClpHelperFunctions.hpp
%%COIN%%include/coin/ClpInterior.hpp
%%COIN%%include/coin/ClpLinearObjective.hpp
%%COIN%%include/coin/ClpLsqr.hpp
%%COIN%%include/coin/ClpMatrixBase.hpp
%%COIN%%include/coin/ClpMessage.hpp
%%COIN%%include/coin/ClpModel.hpp
%%COIN%%include/coin/ClpNetworkBasis.hpp
%%COIN%%include/coin/ClpNetworkMatrix.hpp
%%COIN%%include/coin/ClpNode.hpp
%%COIN%%include/coin/ClpNonLinearCost.hpp
%%COIN%%include/coin/ClpObjective.hpp
%%COIN%%include/coin/ClpPackedMatrix.hpp
%%COIN%%include/coin/ClpParameters.hpp
%%COIN%%include/coin/ClpPdco.hpp
%%COIN%%include/coin/ClpPdcoBase.hpp
%%COIN%%include/coin/ClpPlusMinusOneMatrix.hpp
%%COIN%%include/coin/ClpPredictorCorrector.hpp
%%COIN%%include/coin/ClpPresolve.hpp
%%COIN%%include/coin/ClpPrimalColumnDantzig.hpp
%%COIN%%include/coin/ClpPrimalColumnPivot.hpp
%%COIN%%include/coin/ClpPrimalColumnSteepest.hpp
%%COIN%%include/coin/ClpPrimalQuadraticDantzig.hpp
%%COIN%%include/coin/ClpQuadraticObjective.hpp
%%COIN%%include/coin/ClpSimplex.hpp
%%COIN%%include/coin/ClpSimplexDual.hpp
%%COIN%%include/coin/ClpSimplexNonlinear.hpp
%%COIN%%include/coin/ClpSimplexOther.hpp
%%COIN%%include/coin/ClpSimplexPrimal.hpp
%%COIN%%include/coin/ClpSolve.hpp
%%COIN%%include/coin/CoinAlloc.hpp
%%COIN%%include/coin/CoinBuild.hpp
%%COIN%%include/coin/CoinDenseFactorization.hpp
%%COIN%%include/coin/CoinDenseVector.hpp
%%COIN%%include/coin/CoinDistance.hpp
%%COIN%%include/coin/CoinError.hpp
%%COIN%%include/coin/CoinFactorization.hpp
%%COIN%%include/coin/CoinFileIO.hpp
%%COIN%%include/coin/CoinFinite.hpp
%%COIN%%include/coin/CoinFloatEqual.hpp
%%COIN%%include/coin/CoinHelperFunctions.hpp
%%COIN%%include/coin/CoinIndexedVector.hpp
%%COIN%%include/coin/CoinLpIO.hpp
%%COIN%%include/coin/CoinMessage.hpp
%%COIN%%include/coin/CoinMessageHandler.hpp
%%COIN%%include/coin/CoinModel.hpp
%%COIN%%include/coin/CoinModelUseful.hpp
%%COIN%%include/coin/CoinMpsIO.hpp
%%COIN%%include/coin/CoinOslC.h
%%COIN%%include/coin/CoinOslFactorization.hpp
%%COIN%%include/coin/CoinPackedMatrix.hpp
%%COIN%%include/coin/CoinPackedVector.hpp
%%COIN%%include/coin/CoinPackedVectorBase.hpp
%%COIN%%include/coin/CoinParam.hpp
%%COIN%%include/coin/CoinPragma.hpp
%%COIN%%include/coin/CoinPresolveDoubleton.hpp
%%COIN%%include/coin/CoinPresolveDual.hpp
%%COIN%%include/coin/CoinPresolveDupcol.hpp
%%COIN%%include/coin/CoinPresolveEmpty.hpp
%%COIN%%include/coin/CoinPresolveFixed.hpp
%%COIN%%include/coin/CoinPresolveForcing.hpp
%%COIN%%include/coin/CoinPresolveImpliedFree.hpp
%%COIN%%include/coin/CoinPresolveIsolated.hpp
%%COIN%%include/coin/CoinPresolveMatrix.hpp
%%COIN%%include/coin/CoinPresolvePsdebug.hpp
%%COIN%%include/coin/CoinPresolveSingleton.hpp
%%COIN%%include/coin/CoinPresolveSubst.hpp
%%COIN%%include/coin/CoinPresolveTighten.hpp
%%COIN%%include/coin/CoinPresolveTripleton.hpp
%%COIN%%include/coin/CoinPresolveUseless.hpp
%%COIN%%include/coin/CoinPresolveZeros.hpp
%%COIN%%include/coin/CoinSearchTree.hpp
%%COIN%%include/coin/CoinShallowPackedVector.hpp
%%COIN%%include/coin/CoinSignal.hpp
%%COIN%%include/coin/CoinSimpFactorization.hpp
%%COIN%%include/coin/CoinSmartPtr.hpp
%%COIN%%include/coin/CoinSnapshot.hpp
%%COIN%%include/coin/CoinSort.hpp
%%COIN%%include/coin/CoinStructuredModel.hpp
%%COIN%%include/coin/CoinTime.hpp
%%COIN%%include/coin/CoinTypes.hpp
%%COIN%%include/coin/CoinUtility.hpp
%%COIN%%include/coin/CoinUtilsConfig.h
%%COIN%%include/coin/CoinWarmStart.hpp
%%COIN%%include/coin/CoinWarmStartBasis.hpp
%%COIN%%include/coin/CoinWarmStartDual.hpp
%%COIN%%include/coin/CoinWarmStartPrimalDual.hpp
%%COIN%%include/coin/CoinWarmStartVector.hpp
%%COIN%%include/coin/Coin_C_defines.h
%%COIN%%include/coin/Idiot.hpp
%%COIN%%include/coin/MyEventHandler.hpp
%%COIN%%include/coin/MyMessageHandler.hpp
%%COIN%%include/coin/OsiAuxInfo.hpp
%%COIN%%include/coin/OsiBranchingObject.hpp
%%COIN%%include/coin/OsiChooseVariable.hpp
%%COIN%%include/coin/OsiClpSolverInterface.hpp
%%COIN%%include/coin/OsiColCut.hpp
%%COIN%%include/coin/OsiCollections.hpp
%%COIN%%include/coin/OsiCpxSolverInterface.hpp
%%COIN%%include/coin/OsiCut.hpp
%%COIN%%include/coin/OsiCuts.hpp
%%COIN%%include/coin/OsiGrbSolverInterface.hpp
%%COIN%%include/coin/OsiPresolve.hpp
%%COIN%%include/coin/OsiRowCut.hpp
%%COIN%%include/coin/OsiRowCutDebugger.hpp
%%COIN%%include/coin/OsiSolverBranch.hpp
%%COIN%%include/coin/OsiSolverInterface.hpp
%%COIN%%include/coin/OsiSolverParameters.hpp
%%COIN%%include/coin/OsiSymSolverInterface.hpp
%%COIN%%include/coin/OsiSymSolverParameters.hpp
%%COIN%%include/coin/SymConfig.h
%%COIN%%include/coin/SymWarmStart.hpp
%%COIN%%include/coin/config.h
%%COIN%%include/coin/config_cgl.h
%%COIN%%include/coin/config_cgl_default.h
%%COIN%%include/coin/config_clp_default.h
%%COIN%%include/coin/config_coinutils_default.h
%%COIN%%include/coin/config_default.h
%%COIN%%include/coin/config_sym_default.h
%%COIN%%include/coin/configall_system.h
%%COIN%%include/coin/configall_system_msc.h
%%COIN%%include/coin/sym_cg.h
%%COIN%%include/coin/sym_cg_params.h
%%COIN%%include/coin/sym_cg_u.h
%%COIN%%include/coin/sym_constants.h
%%COIN%%include/coin/sym_cp.h
%%COIN%%include/coin/sym_cp_params.h
%%COIN%%include/coin/sym_cp_u.h
%%COIN%%include/coin/sym_dg.h
%%COIN%%include/coin/sym_dg_params.h
%%COIN%%include/coin/sym_dg_u.h
%%COIN%%include/coin/sym_lp.h
%%COIN%%include/coin/sym_lp_params.h
%%COIN%%include/coin/sym_lp_solver.h
%%COIN%%include/coin/sym_lp_u.h
%%COIN%%include/coin/sym_macros.h
%%COIN%%include/coin/sym_master.h
%%COIN%%include/coin/sym_master_params.h
%%COIN%%include/coin/sym_master_u.h
%%COIN%%include/coin/sym_messages.h
%%COIN%%include/coin/sym_pack_array.h
%%COIN%%include/coin/sym_pack_cut.h
%%COIN%%include/coin/sym_prep.h
%%COIN%%include/coin/sym_prep_params.h
%%COIN%%include/coin/sym_primal_heuristics.h
%%COIN%%include/coin/sym_proccomm.h
%%COIN%%include/coin/sym_proto.h
%%COIN%%include/coin/sym_qsort.h
%%COIN%%include/coin/sym_return_values.h
%%COIN%%include/coin/sym_timemeas.h
%%COIN%%include/coin/sym_tm.h
%%COIN%%include/coin/sym_tm_params.h
%%COIN%%include/coin/sym_types.h
%%COIN%%include/coin/sym_win32_time.h
%%COIN%%include/coin/symphony.h
%%COIN%%include/coin/symphony_api.h
include/ogdf/abacus/abacusroot.h
include/ogdf/abacus/active.h
include/ogdf/abacus/bheap.h
include/ogdf/abacus/boundbranchrule.h
include/ogdf/abacus/bprioqueue.h
include/ogdf/abacus/branchrule.h
include/ogdf/abacus/column.h
include/ogdf/abacus/colvar.h
include/ogdf/abacus/conbranchrule.h
include/ogdf/abacus/conclass.h
include/ogdf/abacus/constraint.h
include/ogdf/abacus/convar.h
include/ogdf/abacus/csense.h
include/ogdf/abacus/cutbuffer.h
include/ogdf/abacus/fixcand.h
include/ogdf/abacus/fsvarstat.h
include/ogdf/abacus/global.h
include/ogdf/abacus/hash.h
include/ogdf/abacus/history.h
include/ogdf/abacus/infeascon.h
include/ogdf/abacus/lp.h
include/ogdf/abacus/lpmaster.h
include/ogdf/abacus/lpmasterosi.h
include/ogdf/abacus/lpsolution.h
include/ogdf/abacus/lpsub.h
include/ogdf/abacus/lpsubosi.h
include/ogdf/abacus/lpvarstat.h
include/ogdf/abacus/master.h
include/ogdf/abacus/nonduplpool.h
include/ogdf/abacus/numcon.h
include/ogdf/abacus/numvar.h
include/ogdf/abacus/opensub.h
include/ogdf/abacus/optsense.h
include/ogdf/abacus/osiif.h
include/ogdf/abacus/osiinclude.h
include/ogdf/abacus/pool.h
include/ogdf/abacus/poolslot.h
include/ogdf/abacus/poolslotref.h
include/ogdf/abacus/ring.h
include/ogdf/abacus/row.h
include/ogdf/abacus/rowcon.h
include/ogdf/abacus/separator.h
include/ogdf/abacus/setbranchrule.h
include/ogdf/abacus/slackstat.h
include/ogdf/abacus/sparvec.h
include/ogdf/abacus/srowcon.h
include/ogdf/abacus/standardpool.h
include/ogdf/abacus/sub.h
include/ogdf/abacus/tailoff.h
include/ogdf/abacus/valbranchrule.h
include/ogdf/abacus/variable.h
include/ogdf/abacus/vartype.h
include/ogdf/augmentation/DfsMakeBiconnected.h
include/ogdf/augmentation/PlanarAugmentation.h
include/ogdf/augmentation/PlanarAugmentationFix.h
include/ogdf/basic/AdjEntryArray.h
include/ogdf/basic/AdjacencyOracle.h
include/ogdf/basic/Array.h
include/ogdf/basic/Array2D.h
include/ogdf/basic/ArrayBuffer.h
include/ogdf/basic/Barrier.h
include/ogdf/basic/BinaryHeap.h
include/ogdf/basic/BinaryHeap2.h
include/ogdf/basic/BoundedQueue.h
include/ogdf/basic/BoundedStack.h
include/ogdf/basic/CombinatorialEmbedding.h
include/ogdf/basic/Constraints.h
include/ogdf/basic/CriticalSection.h
include/ogdf/basic/DisjointSets.h
include/ogdf/basic/DualGraph.h
include/ogdf/basic/EFreeList.h
include/ogdf/basic/EList.h
include/ogdf/basic/EdgeArray.h
include/ogdf/basic/EdgeComparer.h
include/ogdf/basic/EdgeComparerSimple.h
include/ogdf/basic/FaceArray.h
include/ogdf/basic/FaceSet.h
include/ogdf/basic/Graph.h
include/ogdf/basic/GraphAttributes.h
include/ogdf/basic/GraphCopy.h
include/ogdf/basic/GraphCopyAttributes.h
include/ogdf/basic/GraphList.h
include/ogdf/basic/GraphObserver.h
include/ogdf/basic/Graph_d.h
include/ogdf/basic/GridLayout.h
include/ogdf/basic/GridLayoutMapped.h
include/ogdf/basic/HashArray.h
include/ogdf/basic/HashArray2D.h
include/ogdf/basic/HashIterator2D.h
include/ogdf/basic/Hashing.h
include/ogdf/basic/HeapBase.h
include/ogdf/basic/HyperGraph.h
include/ogdf/basic/IncNodeInserter.h
include/ogdf/basic/Layout.h
include/ogdf/basic/LayoutStandards.h
include/ogdf/basic/List.h
include/ogdf/basic/Logger.h
include/ogdf/basic/Math.h
include/ogdf/basic/MinHeap.h
include/ogdf/basic/MinPriorityQueue.h
include/ogdf/basic/Module.h
include/ogdf/basic/ModuleOption.h
include/ogdf/basic/NearestRectangleFinder.h
include/ogdf/basic/NodeArray.h
include/ogdf/basic/NodeComparer.h
include/ogdf/basic/NodeSet.h
include/ogdf/basic/PreprocessorLayout.h
include/ogdf/basic/Queue.h
include/ogdf/basic/SList.h
include/ogdf/basic/Skiplist.h
include/ogdf/basic/Stack.h
include/ogdf/basic/Stopwatch.h
include/ogdf/basic/SubsetEnumerator.h
include/ogdf/basic/System.h
include/ogdf/basic/Thread.h
include/ogdf/basic/Timeouter.h
include/ogdf/basic/TopologyModule.h
include/ogdf/basic/basic.h
include/ogdf/basic/comparer.h
include/ogdf/basic/exceptions.h
include/ogdf/basic/extended_graph_alg.h
include/ogdf/basic/geometry.h
include/ogdf/basic/graph_generators.h
include/ogdf/basic/graphics.h
include/ogdf/basic/memory.h
include/ogdf/basic/precondition.h
include/ogdf/basic/simple_graph_alg.h
include/ogdf/basic/tuples.h
include/ogdf/cluster/CPlanarEdgeInserter.h
include/ogdf/cluster/CPlanarSubClusteredGraph.h
include/ogdf/cluster/CconnectClusterPlanar.h
include/ogdf/cluster/CconnectClusterPlanarEmbed.h
include/ogdf/cluster/ClusterAnalysis.h
include/ogdf/cluster/ClusterArray.h
include/ogdf/cluster/ClusterGraph.h
include/ogdf/cluster/ClusterGraphAttributes.h
include/ogdf/cluster/ClusterGraphCopyAttributes.h
include/ogdf/cluster/ClusterGraphObserver.h
include/ogdf/cluster/ClusterOrthoLayout.h
include/ogdf/cluster/ClusterOrthoShaper.h
include/ogdf/cluster/ClusterPlanRep.h
include/ogdf/cluster/ClusterPlanarizationLayout.h
include/ogdf/cluster/ClusterSet.h
include/ogdf/cluster/MaximumCPlanarSubgraph.h
include/ogdf/decomposition/BCTree.h
include/ogdf/decomposition/DynamicBCTree.h
include/ogdf/decomposition/DynamicPlanarSPQRTree.h
include/ogdf/decomposition/DynamicSPQRForest.h
include/ogdf/decomposition/DynamicSPQRTree.h
include/ogdf/decomposition/DynamicSkeleton.h
include/ogdf/decomposition/PertinentGraph.h
include/ogdf/decomposition/PlanarSPQRTree.h
include/ogdf/decomposition/SPQRTree.h
include/ogdf/decomposition/Skeleton.h
include/ogdf/decomposition/StaticPlanarSPQRTree.h
include/ogdf/decomposition/StaticSPQRTree.h
include/ogdf/decomposition/StaticSkeleton.h
include/ogdf/energybased/DavidsonHarel.h
include/ogdf/energybased/DavidsonHarelLayout.h
include/ogdf/energybased/FMMMLayout.h
include/ogdf/energybased/FastMultipoleEmbedder.h
include/ogdf/energybased/GEMLayout.h
include/ogdf/energybased/MultilevelLayout.h
include/ogdf/energybased/PivotMDS.h
include/ogdf/energybased/SpringEmbedderFR.h
include/ogdf/energybased/SpringEmbedderFRExact.h
include/ogdf/energybased/SpringEmbedderKK.h
include/ogdf/energybased/StressMinimization.h
include/ogdf/energybased/TutteLayout.h
include/ogdf/energybased/multilevelmixer/BarycenterPlacer.h
include/ogdf/energybased/multilevelmixer/CirclePlacer.h
include/ogdf/energybased/multilevelmixer/EdgeCoverMerger.h
include/ogdf/energybased/multilevelmixer/IndependentSetMerger.h
include/ogdf/energybased/multilevelmixer/InitialPlacer.h
include/ogdf/energybased/multilevelmixer/LocalBiconnectedMerger.h
include/ogdf/energybased/multilevelmixer/MMMExampleFastLayout.h
include/ogdf/energybased/multilevelmixer/MMMExampleNiceLayout.h
include/ogdf/energybased/multilevelmixer/MMMExampleNoTwistLayout.h
include/ogdf/energybased/multilevelmixer/MatchingMerger.h
include/ogdf/energybased/multilevelmixer/MedianPlacer.h
include/ogdf/energybased/multilevelmixer/MixedForceLayout.h
include/ogdf/energybased/multilevelmixer/ModularMultilevelMixer.h
include/ogdf/energybased/multilevelmixer/MultilevelBuilder.h
include/ogdf/energybased/multilevelmixer/RandomMerger.h
include/ogdf/energybased/multilevelmixer/RandomPlacer.h
include/ogdf/energybased/multilevelmixer/ScalingLayout.h
include/ogdf/energybased/multilevelmixer/SolarMerger.h
include/ogdf/energybased/multilevelmixer/SolarPlacer.h
include/ogdf/energybased/multilevelmixer/ZeroPlacer.h
include/ogdf/external/abacus.h
include/ogdf/external/coin.h
include/ogdf/fileformats/DLParser.h
include/ogdf/fileformats/DOT.h
include/ogdf/fileformats/DotLexer.h
include/ogdf/fileformats/DotParser.h
include/ogdf/fileformats/GDF.h
include/ogdf/fileformats/GEXF.h
include/ogdf/fileformats/GdfParser.h
include/ogdf/fileformats/GexfParser.h
include/ogdf/fileformats/GmlParser.h
include/ogdf/fileformats/GraphIO.h
include/ogdf/fileformats/GraphML.h
include/ogdf/fileformats/GraphMLParser.h
include/ogdf/fileformats/LineBuffer.h
include/ogdf/fileformats/Ogml.h
include/ogdf/fileformats/OgmlParser.h
include/ogdf/fileformats/Tlp.h
include/ogdf/fileformats/TlpLexer.h
include/ogdf/fileformats/TlpParser.h
include/ogdf/fileformats/UmlDiagramGraph.h
include/ogdf/fileformats/UmlModelGraph.h
include/ogdf/fileformats/UmlToGraphConverter.h
include/ogdf/fileformats/Utils.h
include/ogdf/fileformats/XmlParser.h
include/ogdf/fileformats/XmlScanner.h
include/ogdf/graphalg/CliqueFinder.h
include/ogdf/graphalg/Clusterer.h
include/ogdf/graphalg/ConvexHull.h
include/ogdf/graphalg/Dijkstra.h
include/ogdf/graphalg/GraphReduction.h
include/ogdf/graphalg/MinCostFlowReinelt.h
include/ogdf/graphalg/MinimumCut.h
include/ogdf/graphalg/PageRank.h
include/ogdf/graphalg/ShortestPathAlgorithms.h
include/ogdf/graphalg/ShortestPathWithBFM.h
include/ogdf/graphalg/Voronoi.h
include/ogdf/hypergraph/EdgeStandardRep.h
include/ogdf/hypergraph/Hypergraph.h
include/ogdf/hypergraph/HypergraphArray.h
include/ogdf/hypergraph/HypergraphAttributes.h
include/ogdf/hypergraph/HypergraphLayout.h
include/ogdf/hypergraph/HypergraphLayoutModule.h
include/ogdf/hypergraph/HypergraphObserver.h
include/ogdf/internal/augmentation/PALabel.h
include/ogdf/internal/basic/MallocMemoryAllocator.h
include/ogdf/internal/basic/PoolMemoryAllocator.h
include/ogdf/internal/basic/config.h
include/ogdf/internal/basic/intrinsics.h
include/ogdf/internal/basic/list_templates.h
include/ogdf/internal/cluster/CPlanarSubClusteredST.h
include/ogdf/internal/cluster/ClusterPQContainer.h
include/ogdf/internal/cluster/Cluster_ChunkConnection.h
include/ogdf/internal/cluster/Cluster_CutConstraint.h
include/ogdf/internal/cluster/Cluster_EdgeVar.h
include/ogdf/internal/cluster/Cluster_MaxPlanarEdges.h
include/ogdf/internal/cluster/KuratowskiConstraint.h
include/ogdf/internal/cluster/MaxCPlanar_Master.h
include/ogdf/internal/cluster/MaxCPlanar_MinimalClusterConnection.h
include/ogdf/internal/cluster/MaxCPlanar_Sub.h
include/ogdf/internal/cluster/basics.h
include/ogdf/internal/config_autogen.h
include/ogdf/internal/energybased/Attraction.h
include/ogdf/internal/energybased/EdgeAttributes.h
include/ogdf/internal/energybased/EnergyFunction.h
include/ogdf/internal/energybased/FruchtermanReingold.h
include/ogdf/internal/energybased/IntersectionRectangle.h
include/ogdf/internal/energybased/MultilevelGraph.h
include/ogdf/internal/energybased/NMM.h
include/ogdf/internal/energybased/NodeAttributes.h
include/ogdf/internal/energybased/NodePairEnergy.h
include/ogdf/internal/energybased/Overlap.h
include/ogdf/internal/energybased/ParticleInfo.h
include/ogdf/internal/energybased/Planarity.h
include/ogdf/internal/energybased/PlanarityGrid.h
include/ogdf/internal/energybased/QuadTreeNM.h
include/ogdf/internal/energybased/QuadTreeNodeNM.h
include/ogdf/internal/energybased/Repulsion.h
include/ogdf/internal/energybased/UniformGrid.h
include/ogdf/internal/lpsolver/LPSolver_coin.h
include/ogdf/internal/orthogonal/NodeInfo.h
include/ogdf/internal/orthogonal/RoutingChannel.h
include/ogdf/internal/planarity/BoyerMyrvoldInit.h
include/ogdf/internal/planarity/BoyerMyrvoldPlanar.h
include/ogdf/internal/planarity/CliqueReplacer.h
include/ogdf/internal/planarity/ConnectedSubgraph.h
include/ogdf/internal/planarity/CrossingStructure.h
include/ogdf/internal/planarity/EmbedIndicator.h
include/ogdf/internal/planarity/EmbedPQTree.h
include/ogdf/internal/planarity/EmbedderMaxFaceBiconnectedGraphs.h
include/ogdf/internal/planarity/EmbedderMaxFaceBiconnectedGraphsLayers.h
include/ogdf/internal/planarity/FindKuratowskis.h
include/ogdf/internal/planarity/FixEdgeInserterCore.h
include/ogdf/internal/planarity/IndInfo.h
include/ogdf/internal/planarity/MDMFLengthAttribute.h
include/ogdf/internal/planarity/MaxSequencePQTree.h
include/ogdf/internal/planarity/PQBasicKey.h
include/ogdf/internal/planarity/PQBasicKeyRoot.h
include/ogdf/internal/planarity/PQInternalKey.h
include/ogdf/internal/planarity/PQInternalNode.h
include/ogdf/internal/planarity/PQLeaf.h
include/ogdf/internal/planarity/PQLeafKey.h
include/ogdf/internal/planarity/PQNode.h
include/ogdf/internal/planarity/PQNodeKey.h
include/ogdf/internal/planarity/PQNodeRoot.h
include/ogdf/internal/planarity/PQTree.h
include/ogdf/internal/planarity/PlanarLeafKey.h
include/ogdf/internal/planarity/PlanarPQTree.h
include/ogdf/internal/planarity/PlanarSubgraphPQTree.h
include/ogdf/internal/planarity/VarEdgeInserterCore.h
include/ogdf/internal/planarity/VarEdgeInserterDynCore.h
include/ogdf/internal/planarity/whaInfo.h
include/ogdf/internal/steinertree/EdgeWeightedGraph.h
include/ogdf/internal/upward/UpwardPlanarityEmbeddedDigraph.h
include/ogdf/internal/upward/UpwardPlanaritySingleSource.h
include/ogdf/internal/version.h
include/ogdf/labeling/ELabelInterface.h
include/ogdf/labeling/ELabelPosSimple.h
include/ogdf/layered/BarycenterHeuristic.h
include/ogdf/layered/BlockOrder.h
include/ogdf/layered/CoffmanGrahamRanking.h
include/ogdf/layered/CrossingMinInterfaces.h
include/ogdf/layered/CrossingsMatrix.h
include/ogdf/layered/DfsAcyclicSubgraph.h
include/ogdf/layered/ExtendedNestingGraph.h
include/ogdf/layered/FastHierarchyLayout.h
include/ogdf/layered/FastSimpleHierarchyLayout.h
include/ogdf/layered/GreedyCycleRemoval.h
include/ogdf/layered/GreedyInsertHeuristic.h
include/ogdf/layered/GreedySwitchHeuristic.h
include/ogdf/layered/GridSifting.h
include/ogdf/layered/Hierarchy.h
include/ogdf/layered/HierarchyLevels.h
include/ogdf/layered/Level.h
include/ogdf/layered/LongestPathRanking.h
include/ogdf/layered/MedianHeuristic.h
include/ogdf/layered/OptimalHierarchyClusterLayout.h
include/ogdf/layered/OptimalHierarchyLayout.h
include/ogdf/layered/OptimalRanking.h
include/ogdf/layered/SiftingHeuristic.h
include/ogdf/layered/SplitHeuristic.h
include/ogdf/layered/SugiyamaLayout.h
include/ogdf/lpsolver/LPSolver.h
include/ogdf/misclayout/BalloonLayout.h
include/ogdf/misclayout/BertaultLayout.h
include/ogdf/misclayout/CircularLayout.h
include/ogdf/misclayout/ProcrustesSubLayout.h
include/ogdf/module/AcyclicSubgraphModule.h
include/ogdf/module/AugmentationModule.h
include/ogdf/module/CCLayoutPackModule.h
include/ogdf/module/CPlanarSubgraphModule.h
include/ogdf/module/ClustererModule.h
include/ogdf/module/CrossingMinimizationModule.h
include/ogdf/module/EdgeInsertionModule.h
include/ogdf/module/EmbedderModule.h
include/ogdf/module/FUPSModule.h
include/ogdf/module/ForceLayoutModule.h
include/ogdf/module/GridLayoutModule.h
include/ogdf/module/HierarchyClusterLayoutModule.h
include/ogdf/module/HierarchyLayoutModule.h
include/ogdf/module/LayerByLayerSweep.h
include/ogdf/module/LayeredCrossMinModule.h
include/ogdf/module/LayoutClusterPlanRepModule.h
include/ogdf/module/LayoutModule.h
include/ogdf/module/LayoutPlanRepModule.h
include/ogdf/module/LayoutPlanRepUMLModule.h
include/ogdf/module/MMCrossingMinimizationModule.h
include/ogdf/module/MMEdgeInsertionModule.h
include/ogdf/module/MinCostFlowModule.h
include/ogdf/module/MixedModelCrossingsBeautifierModule.h
include/ogdf/module/MultilevelLayoutModule.h
include/ogdf/module/PlanarSubgraphModule.h
include/ogdf/module/PlanarityModule.h
include/ogdf/module/RankingModule.h
include/ogdf/module/ShellingOrderModule.h
include/ogdf/module/ShortestPathModule.h
include/ogdf/module/UMLCrossingMinimizationModule.h
include/ogdf/module/UMLEdgeInsertionModule.h
include/ogdf/module/UMLLayoutModule.h
include/ogdf/module/UPRLayoutModule.h
include/ogdf/module/UpwardEdgeInserterModule.h
include/ogdf/module/UpwardPlanarSubgraphModule.h
include/ogdf/module/UpwardPlanarizerModule.h
include/ogdf/orthogonal/CompactionConstraintGraph.h
include/ogdf/orthogonal/EdgeRouter.h
include/ogdf/orthogonal/FlowCompaction.h
include/ogdf/orthogonal/LongestPathCompaction.h
include/ogdf/orthogonal/MinimumEdgeDistances.h
include/ogdf/orthogonal/OrthoLayout.h
include/ogdf/orthogonal/OrthoRep.h
include/ogdf/orthogonal/OrthoShaper.h
include/ogdf/packing/ComponentSplitterLayout.h
include/ogdf/packing/TileToRowsCCPacker.h
include/ogdf/planarity/BoothLueker.h
include/ogdf/planarity/BoyerMyrvold.h
include/ogdf/planarity/EdgeTypePatterns.h
include/ogdf/planarity/EmbedderMaxFace.h
include/ogdf/planarity/EmbedderMaxFaceLayers.h
include/ogdf/planarity/EmbedderMinDepth.h
include/ogdf/planarity/EmbedderMinDepthMaxFace.h
include/ogdf/planarity/EmbedderMinDepthMaxFaceLayers.h
include/ogdf/planarity/EmbedderMinDepthPiTa.h
include/ogdf/planarity/EmbedderOptimalFlexDraw.h
include/ogdf/planarity/ExtractKuratowskis.h
include/ogdf/planarity/FastPlanarSubgraph.h
include/ogdf/planarity/FixedEmbeddingInserter.h
include/ogdf/planarity/KuratowskiSubdivision.h
include/ogdf/planarity/MMFixedEmbeddingInserter.h
include/ogdf/planarity/MMSubgraphPlanarizer.h
include/ogdf/planarity/MMVariableEmbeddingInserter.h
include/ogdf/planarity/MaximalPlanarSubgraphSimple.h
include/ogdf/planarity/MaximumPlanarSubgraph.h
include/ogdf/planarity/MultiEdgeApproxInserter.h
include/ogdf/planarity/NodeTypePatterns.h
include/ogdf/planarity/NonPlanarCore.h
include/ogdf/planarity/PlanRep.h
include/ogdf/planarity/PlanRepExpansion.h
include/ogdf/planarity/PlanRepInc.h
include/ogdf/planarity/PlanRepLight.h
include/ogdf/planarity/PlanarizationGridLayout.h
include/ogdf/planarity/PlanarizationLayout.h
include/ogdf/planarity/RemoveReinsertType.h
include/ogdf/planarity/SimpleEmbedder.h
include/ogdf/planarity/SimpleIncNodeInserter.h
include/ogdf/planarity/SubgraphPlanarizer.h
include/ogdf/planarity/VariableEmbeddingInserter.h
include/ogdf/planarity/VariableEmbeddingInserterDyn.h
include/ogdf/planarlayout/BiconnectedShellingOrder.h
include/ogdf/planarlayout/FPPLayout.h
include/ogdf/planarlayout/MMCBBase.h
include/ogdf/planarlayout/MMCBDoubleGrid.h
include/ogdf/planarlayout/MMCBLocalStretch.h
include/ogdf/planarlayout/MixedModelLayout.h
include/ogdf/planarlayout/PlanarDrawLayout.h
include/ogdf/planarlayout/PlanarStraightLayout.h
include/ogdf/planarlayout/SchnyderLayout.h
include/ogdf/planarlayout/ShellingOrder.h
include/ogdf/planarlayout/TriconnectedShellingOrder.h
include/ogdf/simultaneous/SimDraw.h
include/ogdf/simultaneous/SimDrawCaller.h
include/ogdf/simultaneous/SimDrawColorizer.h
include/ogdf/simultaneous/SimDrawCreator.h
include/ogdf/simultaneous/SimDrawCreatorSimple.h
include/ogdf/simultaneous/SimDrawManipulatorModule.h
include/ogdf/simultaneous/TwoLayerCrossMinSimDraw.h
include/ogdf/tree/LCA.h
include/ogdf/tree/RadialTreeLayout.h
include/ogdf/tree/TreeLayout.h
include/ogdf/uml/FixedEmbeddingInserterUML.h
include/ogdf/uml/OrthoLayoutUML.h
include/ogdf/uml/PlanRepUML.h
include/ogdf/uml/PlanarizationLayoutUML.h
include/ogdf/uml/SubgraphPlanarizerUML.h
include/ogdf/uml/UMLGraph.h
include/ogdf/uml/VariableEmbeddingInserterDynUML.h
include/ogdf/uml/VariableEmbeddingInserterUML.h
include/ogdf/upward/DominanceLayout.h
include/ogdf/upward/ExpansionGraph.h
include/ogdf/upward/FUPSSimple.h
include/ogdf/upward/FaceSinkGraph.h
include/ogdf/upward/FeasibleUpwardPlanarSubgraph.h
include/ogdf/upward/FixedEmbeddingUpwardEdgeInserter.h
include/ogdf/upward/FixedUpwardEmbeddingInserter.h
include/ogdf/upward/LayerBasedUPRLayout.h
include/ogdf/upward/SubgraphUpwardPlanarizer.h
include/ogdf/upward/UpwardPlanRep.h
include/ogdf/upward/UpwardPlanarSubgraphSimple.h
include/ogdf/upward/UpwardPlanarity.h
include/ogdf/upward/UpwardPlanarizationLayout.h
include/ogdf/upward/VisibilityLayout.h
%%COIN%%lib/libCOIN.so
lib/libOGDF.so
libdata/pkgconfig/ogdf.pc
|