Open
Graph Drawing
Framework

 v. 2023.09 (Elderberry)
 

Loading...
Searching...
No Matches
ogdf::cluster_planarity::edgeValue Struct Reference

Struct for attaching the current lp-value to the corresponding edge. Used in the primal heuristic. More...

#include <ogdf/cluster/internal/basics.h>

Public Attributes

edge e
 
double lpValue
 
bool original
 
node src
 
node trg
 

Detailed Description

Struct for attaching the current lp-value to the corresponding edge. Used in the primal heuristic.

Definition at line 51 of file basics.h.

Member Data Documentation

◆ e

edge ogdf::cluster_planarity::edgeValue::e

Definition at line 56 of file basics.h.

◆ lpValue

double ogdf::cluster_planarity::edgeValue::lpValue

Definition at line 54 of file basics.h.

◆ original

bool ogdf::cluster_planarity::edgeValue::original

Definition at line 55 of file basics.h.

◆ src

node ogdf::cluster_planarity::edgeValue::src

Definition at line 52 of file basics.h.

◆ trg

node ogdf::cluster_planarity::edgeValue::trg

Definition at line 53 of file basics.h.


The documentation for this struct was generated from the following file: