Man pages for gor
Algorithms for the Subject Graphs and Network Optimization

apply_incidence_mapApply incidence map of a graph to an edge vector
bfs_treeBreadth-first search tree
build_cover_approx2-approximation algorithm for vertex cover
build_cover_greedyGreedy algorithm for vertex cover in a graph
build_cover_randomRandom vertex covers
build_cut_greedyGreedy algorithm aimed to build a large weight cut in a graph
build_cut_randomRandom cut generation on a graph
build_tour_2treeDouble-tree heuristic for TSP
build_tour_greedyBuilding a tour for a TSP using the greedy heuristic
build_tour_nnBuilding a tour for a TSP using the nearest neighbor...
build_tour_nn_bestBuild a tour for a TSP using the best nearest neighbor...
color_graph_greedyGreedy coloring of a graph
compute_cut_weightCompute cut weight and size
compute_distance_matrixp-distance matrix computation
compute_gain_transpDistance gain when transposing two cities in a tour
compute_lower_bound_1treeComputing the 1-tree lower bound for a TSP instance
compute_lower_bound_HKHeld-Karp lower bound estimate
compute_path_distanceCompute the distance of a TSP path
compute_p_distanceDistance-p between two-dimensional points
compute_tour_distanceCompute the distance of a TSP tour
crossover_sequencesCrossover of sequences
crossover_toursCrossover operation used by the TSP genetic algorithm
dfs_treeDepth-first search tree
dijkDijkstra' algorithm for shortest paths
find_cover_BBBranch-and-Bound algorithm for the Vertex-Cover problem
find_eulerConstructing an Eulerian Cycle
find_tour_BBBranch-and-Bound algorithm for the TSP
gauge_tourGauging a tour
generate_fundamental_cyclesGenerate fundamental cycles in a connected graph
gorGraphs and Network Optimization algorithms
improve_cover_flipImproving a cover with local search
improve_cut_flipImproving a cut with local search
improve_tour_2optTour improving for a TSP using the 2-opt heuristic
improve_tour_3optTour improving for a TSP using the 3-opt heuristic
improve_tour_LinKerTour improving for a TSP using a poor version of the...
is_coverCheck vertex cover
mutate_binary_sequenceBinary sequence mutation
neigh_indexPrevious, current, and next positions of a given index in a...
next_indexNext position to i in a cycle
perturb_tour_4excRandom 4-exchange transformation
plot_coverVertex cover plotting
plot_cutCut plotting
plot_tourTSP tour simple plotting
search_cover_antsAnt colony optimization algorithm for Vertex-Cover
search_cover_randomRandom vertex covers
search_cut_geneticGenetic Algorithm for Max-Cut
search_tour_antsAnt colony optimization algorithm for the TSP
search_tour_chain2optChained 2-opt search with multiple, random starting tours
search_tour_geneticGenetic Algorithm for the TSP
shave_cycleShaving a hairy cycle
sum_gSum of the higher terms of a list
gor documentation built on May 4, 2023, 1:06 a.m.