Open
Graph Drawing
Framework

 v. 2025.10-dev (Foxglove)
 

Loading...
Searching...
No Matches
EdgePairPartition.h File Reference

Partial solutions for backtracking 1-Planarity. More...

#include <ogdf/basic/Graph.h>
#include <ogdf/basic/GraphList.h>
#include <ogdf/basic/GraphSets.h>
#include <ogdf/basic/basic.h>
#include <list>
#include <memory>
#include <set>
#include <stack>
#include <vector>

Go to the source code of this file.

Classes

class  ogdf::oneplan_backtracking::EdgePairPartition
 A partial solution for a 1-Planarity instance, representing a node in the backtracking tree. More...
 
struct  ogdf::oneplan_backtracking::EdgePairPartition::UndoInformation
 
class  ogdf::oneplan_backtracking::OrderedPair< GraphElementPointer >
 A pair of distinct graph elements, ordered by their index. More...
 

Namespaces

namespace  ogdf
 The namespace for all OGDF objects.
 
namespace  ogdf::oneplan_backtracking
 

Typedefs

using ogdf::oneplan_backtracking::EdgePair = OrderedPair< edge >
 
using ogdf::oneplan_backtracking::VertexPair = OrderedPair< node >
 

Enumerations

enum class  ogdf::oneplan_backtracking::OneplanMode { ogdf::oneplan_backtracking::Normal , ogdf::oneplan_backtracking::NIC , ogdf::oneplan_backtracking::IC }
 The different modes for 1-Planarity. More...
 

Detailed Description

Partial solutions for backtracking 1-Planarity.

Author
Matthias Pfretzschner
License:
This file is part of the Open Graph Drawing Framework (OGDF).
Copyright (C)
See README.md in the OGDF root directory for details.
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License Version 2 or 3 as published by the Free Software Foundation; see the file LICENSE.txt included in the packaging of this file for details.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program; if not, see http://www.gnu.org/copyleft/gpl.html

Definition in file EdgePairPartition.h.