suanPan
TestColoring.cpp File Reference
#include <Toolbox/sort_color.hpp>
#include "CatchHeader.h"
Include dependency graph for TestColoring.cpp:

Functions

auto tiny_graph ()
 
auto small_graph (const unsigned long long N, const double D)
 
auto color_graph (const unsigned long long N, const double D, std::vector< std::vector< unsigned > >(&algorithm)(const suanpan::graph< unsigned > &))
 
 TEST_CASE ("Coloring Basic", "[Utility.Coloring]")
 
 TEST_CASE ("Coloring WP", "[Utility.Coloring]")
 
 TEST_CASE ("Coloring MIS", "[Utility.Coloring]")
 

Function Documentation

◆ color_graph()

auto color_graph ( const unsigned long long  N,
const double  D,
std::vector< std::vector< unsigned > >(&)(const suanpan::graph< unsigned > &)  algorithm 
)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ small_graph()

auto small_graph ( const unsigned long long  N,
const double  D 
)
Here is the caller graph for this function:

◆ TEST_CASE() [1/3]

TEST_CASE ( "Coloring Basic"  ,
""  [Utility.Coloring] 
)
Here is the call graph for this function:

◆ TEST_CASE() [2/3]

TEST_CASE ( "Coloring MIS"  ,
""  [Utility.Coloring] 
)
Here is the call graph for this function:

◆ TEST_CASE() [3/3]

TEST_CASE ( "Coloring WP"  ,
""  [Utility.Coloring] 
)
Here is the call graph for this function:

◆ tiny_graph()

auto tiny_graph ( )
Here is the caller graph for this function: