|
Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
|
#include <Planarity_Test.H>
Public Member Functions | |
| bool | operator< (const Edge_Key &other) const noexcept |
Public Attributes | |
| size_t | u = 0 |
| size_t | v = 0 |
Definition at line 441 of file Planarity_Test.H.
Definition at line 446 of file Planarity_Test.H.
References Aleph::divide_and_conquer_partition_dp(), u, and v.
| size_t Aleph::planarity_detail::Edge_Key::u = 0 |
Definition at line 443 of file Planarity_Test.H.
Referenced by operator<().
| size_t Aleph::planarity_detail::Edge_Key::v = 0 |
Definition at line 444 of file Planarity_Test.H.
Referenced by operator<().