From ab5f8ff5869021958f4ae8b838c3d707a2e85eaa Mon Sep 17 00:00:00 2001 From: Marc Jeanmougin Date: Sun, 29 Apr 2018 16:25:32 +0200 Subject: Put adaptagrams into its own folder --- src/libcola/doc/description.doc | 50 ----------------------------------------- 1 file changed, 50 deletions(-) delete mode 100644 src/libcola/doc/description.doc (limited to 'src/libcola/doc') diff --git a/src/libcola/doc/description.doc b/src/libcola/doc/description.doc deleted file mode 100644 index 3f11f545f..000000000 --- a/src/libcola/doc/description.doc +++ /dev/null @@ -1,50 +0,0 @@ -/*! - -\if LIBCOLA_DOC -@mainpage libcola: Force-directed Network Layout ubject to Separation Constraints -\endif -\if ADAPTAGRAMS_DOC -@page libcola libcola — Overview -\endif - -libcola is a cross-platform C++ library for constraint graph layout. Specifically, force-directed layout using the stress-majorization method subject to separation constraints. Applications include layout with non-overlapping nodes and clusters, directed graph layout and layout preserving the crossing properties of a given starting layout. - -libcola is part of the -Adaptagrams project. -There are no official releases yet, though the code is stable and -available from the Adaptagrams -github -repository. - -The API is documented using Doxygen. The documentation you are currently -reading can be obtained by running doxygen in the cola directory. - -libcola is written and maintained by -Michael Wybrow and -Tim Dwyer, -members of MArVL: the Monash Adaptive Visualisation Lab at Monash University, Australia. - -The algorithms used for ConstrainedFDLayout are described in the following papers. If you use libcola, please cite the relevant paper. -- Tim Dwyer, Kim Marriott, and Michael Wybrow. Topology preserving - constrained graph layout. In Proc. 16th Intl. Symp. Graph Drawing - (GD'08), volume 5417 of Lecture Notes in Computer Science, pages - 230-241. Springer, 2009. -- Tim Dwyer, Kim Marriott, and Michael Wybrow. Dunnart: A - constraint-based network diagram authoring tool. In Proc. 16th Intl. - Symp. Graph Drawing (GD'08), volume 5417 of Lecture Notes in Computer - Science, pages 420-431. Springer, 2009. -- Tim Dwyer, Kim Marriott, Falk Schreiber, Peter J. Stuckey, - Michael Woodward, and Michael Wybrow. Exploration of networks using - overview+detail with constraint-based cooperative layout. IEEE - Transactions on Visualization and Computer Graphics, 14(6):1293-1300, - 2008. - -The method used in ConstrainedMajorizationLayout is described in: -- Tim Dwyer and Kim Marriott. Constrained stress majorization using diagonally - scaled gradient projection. In Proc. 15th Intl. Symp. Graph Drawing (GD - '07), volume 4875 of Lecture Notes in Computer Science. Springer, 2008. - - -*/ - - -- cgit v1.2.3