|
1 | | -The Edge Addition Planarity Suite |
2 | | -Copyright (c) 1997-2015, John M. Boyer |
3 | | -All rights reserved. Includes a reference implementation of the following: |
4 | | - |
5 | | -* John M. Boyer. "Subgraph Homeomorphism via the Edge Addition Planarity Algorithm". |
6 | | - Journal of Graph Algorithms and Applications, Vol. 16, no. 2, pp. 381-410, 2012. |
7 | | - http://www.jgaa.info/16/268.html |
8 | | - |
9 | | -* John M. Boyer. "A New Method for Efficiently Generating Planar Graph |
10 | | - Visibility Representations". In P. Eades and P. Healy, editors, |
11 | | - Proceedings of the 13th International Conference on Graph Drawing 2005, |
12 | | - Lecture Notes Comput. Sci., Volume 3843, pp. 508-511, Springer-Verlag, 2006. |
13 | | - |
14 | | -* John M. Boyer and Wendy J. Myrvold. "On the Cutting Edge: Simplified O(n) |
15 | | - Planarity by Edge Addition". Journal of Graph Algorithms and Applications, |
16 | | - Vol. 8, No. 3, pp. 241-273, 2004. |
17 | | - http://www.jgaa.info/08/91.html |
18 | | - |
19 | | -* John M. Boyer. "Simplified O(n) Algorithms for Planar Graph Embedding, |
20 | | - Kuratowski Subgraph Isolation, and Related Problems". Ph.D. Dissertation, |
21 | | - University of Victoria, 2001. |
22 | | - |
23 | | -Redistribution and use in source and binary forms, with or without |
24 | | -modification, are permitted provided that the following conditions are met: |
25 | | - |
26 | | -* Redistributions of source code must retain the above copyright notice, this |
27 | | - list of conditions and the following disclaimer. |
28 | | - |
29 | | -* Redistributions in binary form must reproduce the above copyright notice, |
30 | | - this list of conditions and the following disclaimer in the documentation |
31 | | - and/or other materials provided with the distribution. |
32 | | - |
33 | | -* Neither the name of The Edge Addition Planarity Suite nor the names of its |
34 | | - contributors may be used to endorse or promote products derived from |
35 | | - this software without specific prior written permission. |
36 | | - |
37 | | -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" |
38 | | -AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
39 | | -IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE |
40 | | -DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE |
41 | | -FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
42 | | -DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR |
43 | | -SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER |
44 | | -CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, |
45 | | -OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE |
46 | | -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 1 | +The Edge Addition Planarity Suite |
| 2 | +Copyright (c) 1997-2025, John M. Boyer |
| 3 | +All rights reserved. Includes a reference implementation of the following: |
| 4 | + |
| 5 | +* John M. Boyer. "Subgraph Homeomorphism via the Edge Addition Planarity Algorithm". |
| 6 | + Journal of Graph Algorithms and Applications, Vol. 16, no. 2, pp. 381-410, 2012. |
| 7 | + http://dx.doi.org/10.7155/jgaa.00268 |
| 8 | + |
| 9 | +* John M. Boyer. "A New Method for Efficiently Generating Planar Graph |
| 10 | + Visibility Representations". In P. Eades and P. Healy, editors, |
| 11 | + Proceedings of the 13th International Conference on Graph Drawing 2005, |
| 12 | + Lecture Notes Comput. Sci., Volume 3843, pp. 508-511, Springer-Verlag, 2006. |
| 13 | + http://dx.doi.org/10.1007/11618058_47 |
| 14 | + |
| 15 | +* John M. Boyer and Wendy J. Myrvold. "On the Cutting Edge: Simplified O(n) |
| 16 | + Planarity by Edge Addition". Journal of Graph Algorithms and Applications, |
| 17 | + Vol. 8, No. 3, pp. 241-273, 2004. |
| 18 | + http://dx.doi.org/10.7155/jgaa.00091 |
| 19 | + |
| 20 | +* John M. Boyer. "Simplified O(n) Algorithms for Planar Graph Embedding, |
| 21 | + Kuratowski Subgraph Isolation, and Related Problems". Ph.D. Dissertation, |
| 22 | + University of Victoria, 2001. |
| 23 | + https://dspace.library.uvic.ca/handle/1828/9918 |
| 24 | + |
| 25 | +Redistribution and use in source and binary forms, with or without |
| 26 | +modification, are permitted provided that the following conditions are met: |
| 27 | + |
| 28 | +* Redistributions of source code must retain the above copyright notice, this |
| 29 | + list of conditions and the following disclaimer. |
| 30 | + |
| 31 | +* Redistributions in binary form must reproduce the above copyright notice, |
| 32 | + this list of conditions and the following disclaimer in the documentation |
| 33 | + and/or other materials provided with the distribution. |
| 34 | + |
| 35 | +* Neither the name of The Edge Addition Planarity Suite nor the names of its |
| 36 | + contributors may be used to endorse or promote products derived from |
| 37 | + this software without specific prior written permission. |
| 38 | + |
| 39 | +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" |
| 40 | +AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 41 | +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE |
| 42 | +DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE |
| 43 | +FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 44 | +DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR |
| 45 | +SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER |
| 46 | +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, |
| 47 | +OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE |
| 48 | +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
0 commit comments