Limbo
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | Public Attributes | List of all members
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.


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