Limbo 3.5.4
Loading...
Searching...
No Matches
limbo::algorithms::coloring::LPColoring< GraphType >::NonIntegerInfo Struct Reference

records the information of non-integer values More...

#include <LPColoring.h>

Public Member Functions

 NonIntegerInfo ()
 constructor

Public Attributes

uint32_t vertex_non_integer_num
 number of vertices with non-integer solutions
uint32_t edge_non_integer_num
 number of edges with non-integer solutions
uint32_t vertex_half_integer_num
 number of vertices with half-integer solutions
uint32_t edge_half_integer_num
 number of edges with half-integer solutions

Detailed Description

template<typename GraphType>
struct limbo::algorithms::coloring::LPColoring< GraphType >::NonIntegerInfo

records the information of non-integer values

Definition at line 82 of file LPColoring.h.

Constructor & Destructor Documentation

◆ NonIntegerInfo()

template<typename GraphType>
limbo::algorithms::coloring::LPColoring< GraphType >::NonIntegerInfo::NonIntegerInfo ( )
inline

constructor

Definition at line 90 of file LPColoring.h.

Member Data Documentation

◆ edge_half_integer_num

template<typename GraphType>
uint32_t limbo::algorithms::coloring::LPColoring< GraphType >::NonIntegerInfo::edge_half_integer_num

number of edges with half-integer solutions

Definition at line 87 of file LPColoring.h.

◆ edge_non_integer_num

template<typename GraphType>
uint32_t limbo::algorithms::coloring::LPColoring< GraphType >::NonIntegerInfo::edge_non_integer_num

number of edges with non-integer solutions

Definition at line 85 of file LPColoring.h.

◆ vertex_half_integer_num

template<typename GraphType>
uint32_t limbo::algorithms::coloring::LPColoring< GraphType >::NonIntegerInfo::vertex_half_integer_num

number of vertices with half-integer solutions

Definition at line 86 of file LPColoring.h.

◆ vertex_non_integer_num

template<typename GraphType>
uint32_t limbo::algorithms::coloring::LPColoring< GraphType >::NonIntegerInfo::vertex_non_integer_num

number of vertices with non-integer solutions

Definition at line 84 of file LPColoring.h.


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