Classes | Macros
tsp.h File Reference
#include <algorithm>
#include <cmath>
#include <cstdlib>
#include <cstring>
#include <ctime>
#include <fstream>
#include <iomanip>
#include <iostream>
#include <limits>
#include <pthread.h>
#include <queue>
#include <stack>
#include <string>
#include <stdio.h>
#include <vector>
#include "twoOpt.h"
#include <Eigen/Dense>
#include <Eigen/src/Geometry/Quaternion.h>
Include dependency graph for tsp.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  TSP::City
 
class  TSP
 

Macros

#define DEBUG   0
 
#define END_AT(id, p, n)   (START_AT((id)+1,p,n)-1)
 
#define MWM_H_
 
#define START_AT(id, p, n)   ((id)*(n)/(p))
 
#define THREADS   1
 

Macro Definition Documentation

◆ DEBUG

#define DEBUG   0

Definition at line 41 of file tsp.h.

◆ END_AT

#define END_AT (   id,
  p,
 
)    (START_AT((id)+1,p,n)-1)

Definition at line 50 of file tsp.h.

◆ MWM_H_

#define MWM_H_

Definition at line 11 of file tsp.h.

◆ START_AT

#define START_AT (   id,
  p,
 
)    ((id)*(n)/(p))

Definition at line 47 of file tsp.h.

◆ THREADS

#define THREADS   1

Definition at line 44 of file tsp.h.



co_scan
Author(s):
autogenerated on Mon Feb 28 2022 23:00:58