MinLCA algorithms
Functions

Program to test simulated annealing changing the colours on graphs from files. More...

#include <iostream>
#include <lemon/smart_graph.h>
#include <utils/graph_utils.hh>
#include <minlca/optimisation-sa-colours.hh>
#include <utils/timer.hh>
#include <minlca/profiler.hh>
#include <minlca/greedy.hh>
#include <minlca/optimisation-profiler.hh>
Include dependency graph for sa_colours_read_graph.cc:

Go to the source code of this file.

Functions

int main (int argc, char **argv)
 Main function. More...
 

Detailed Description

Program to test simulated annealing changing the colours on graphs from files.

Definition in file sa_colours_read_graph.cc.