|
Limbo 3.5.4
|
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 | |
records the information of non-integer values
Definition at line 82 of file LPColoring.h.
|
inline |
constructor
Definition at line 90 of file LPColoring.h.
| 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.
| 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.
| 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.
| 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.