#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>
Go to the source code of this file.
◆ DEBUG
Definition at line 41 of file tsp.h.
◆ END_AT
#define END_AT |
( |
|
id, |
|
|
|
p, |
|
|
|
n |
|
) |
| (START_AT((id)+1,p,n)-1) |
Definition at line 50 of file tsp.h.
◆ MWM_H_
Definition at line 11 of file tsp.h.
◆ START_AT
#define START_AT |
( |
|
id, |
|
|
|
p, |
|
|
|
n |
|
) |
| ((id)*(n)/(p)) |
Definition at line 47 of file tsp.h.
◆ THREADS
Definition at line 44 of file tsp.h.