MinLCA algorithms
Files | Functions
Graphs from file + Simulated annealing changing the colours

Files

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

Functions

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

Detailed Description

Function Documentation

int main ( int  argc,
char **  argv 
)

Main function.

This program needs to be executed using the following arguments:

Parameters
argv[1]Input file
argv[2]Graph format (RMF or GRA)
argv[3]Random seed for simulated annealing
argv[4]Simulated annealing steps parameter
argv[5]Simulated annealing stIter parameter
argv[6]Simulated annealing k parameter
argv[7]Simulated annealing lambda parameter
See also
minlca::utils::SimulatedAnnealing
minlca::MinLCAColoursSA::init(int,int,int,double)

Definition at line 32 of file sa_colours_read_graph.cc.