|
Limbo
|
test SDP coloring algorithm More...
#include <iostream>#include <fstream>#include <string>#include <boost/graph/graphviz.hpp>#include <boost/graph/graph_utility.hpp>#include <boost/graph/adjacency_list.hpp>#include <boost/graph/undirected_graph.hpp>#include <limbo/algorithms/coloring/SDPColoringCsdp.h>#include <boost/graph/erdos_renyi_generator.hpp>#include <boost/random/mersenne_twister.hpp>#include <boost/graph/random.hpp>#include <boost/graph/iteration_macros.hpp>#include <boost/version.hpp>#include <boost/graph/detail/is_same.hpp>Go to the source code of this file.
Functions | |
| double | simple_graph () |
| test 1: a simple graph | |
| double | random_graph () |
| test 2: a random graph | |
| double | real_graph (string const &filename) |
| int | main (int argc, char **argv) |
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
main function
| argc | number of arguments |
| argv | values of arguments |
Definition at line 189 of file test_SDPColoring.cpp.
| double real_graph | ( | string const & | filename | ) |
test 3: a real graph from input
| filename | input file in graphviz format |
Definition at line 122 of file test_SDPColoring.cpp.
1.8.8