#include "LKH.h"
Go to the source code of this file.
Functions | |
void | InitializeStatistics () |
void | PrintStatistics () |
void | UpdateStatistics (GainType Cost, double Time) |
Variables | |
static GainType | CostMax |
static GainType | CostMin |
static GainType | CostSum |
static int | Successes |
static double | TimeMax |
static double | TimeMin |
static double | TimeSum |
static int | TrialsMax |
static int | TrialsMin |
static int | TrialSum |
void InitializeStatistics | ( | void | ) |
Definition at line 7 of file Statistics.c.
void PrintStatistics | ( | void | ) |
Definition at line 41 of file Statistics.c.
void UpdateStatistics | ( | GainType | Cost, |
double | Time | ||
) |
Definition at line 20 of file Statistics.c.
|
static |
Definition at line 4 of file Statistics.c.
|
static |
Definition at line 4 of file Statistics.c.
|
static |
Definition at line 4 of file Statistics.c.
|
static |
Definition at line 3 of file Statistics.c.
|
static |
Definition at line 5 of file Statistics.c.
|
static |
Definition at line 5 of file Statistics.c.
|
static |
Definition at line 5 of file Statistics.c.
|
static |
Definition at line 3 of file Statistics.c.
|
static |
Definition at line 3 of file Statistics.c.
|
static |
Definition at line 3 of file Statistics.c.