-
Notifications
You must be signed in to change notification settings - Fork 4
/
NAMESPACE
47 lines (46 loc) · 1.08 KB
/
NAMESPACE
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
# Generated by roxygen2 (4.1.1): do not edit by hand
S3method(autoplot,tsp_instance)
S3method(tour_length,tsp_instance)
export(as_TSP)
export(center_of_mass)
export(feature_angle)
export(feature_bounding_box)
export(feature_centroid)
export(feature_chull)
export(feature_cluster)
export(feature_distance)
export(feature_modes)
export(feature_mst)
export(feature_nnds)
export(features)
export(get_solvers)
export(greedy_point_matching)
export(morph_instances)
export(normalization_angle)
export(normalize_rotation)
export(numvec_feature_statistics)
export(random_instance)
export(read_tsplib_instance)
export(read_tsplib_instances)
export(remove_zero_distances)
export(rescale_coords)
export(rescale_instance)
export(rotate_instance)
export(run_solver)
export(tsp_generation_ea)
export(tsp_instance)
import(BBmisc)
import(MASS)
import(TSP)
import(checkmate)
import(ggplot2)
import(stats)
import(stringr)
import(utils)
importFrom(fpc,dbscan)
importFrom(grDevices,chull)
importFrom(splancs,areapl)
importFrom(vegan,spandepth)
importFrom(vegan,spantree)
useDynLib(tspmeta)
useDynLib(tspmeta,do_fast_two_opt)