Home
last modified time | relevance | path

Searched refs:tree_cost (Results 1 – 12 of 12) sorted by relevance

/dports/databases/pgrouting/pgrouting-3.2.0/include/spanningTree/
H A Dpgr_randomSpanningTree.hpp104 tmp.tree_cost = totalcost; in undirectedGraph()
127 tmp.tree_cost = totalcost; // tree_cost in undirectedGraph()
/dports/math/symphony/SYMPHONY-releases-5.6.17/SYMPHONY/Applications/VRP/src/Heuristics/
H A Dmst.c31 int tree_cost, upper_bound; in mst() local
107 tree_cost = make_k_tree(p, tree, lamda, k); in mst()
151 cur_bound += tree_cost; in mst()
/dports/databases/pgrouting/pgrouting-3.2.0/include/c_types/
H A Dpgr_randomSpanningTree_t.h42 double tree_cost; member
H A Dpgr_prim_rt.h42 double tree_cost; member
/dports/databases/pgrouting/pgrouting-3.2.0/sql/spanningTree/
H A D_randomSpanTree.sql45 OUT tree_cost FLOAT) -- Spanning tree cost
H A DrandomSpanTree.sql46 OUT tree_cost FLOAT) -- Spanning tree cost
/dports/math/symphony/SYMPHONY-releases-5.6.17/SYMPHONY/Applications/VRP/src/CutGen/Decomp/
H A Ddecomp_lower_bound.c118 double bound, tree_cost; in decomp_lower_bound() local
130 tree_cost = decomp_make_k_tree(vrp, edge_costs, tree, numroutes); in decomp_lower_bound()
148 bound += tree_cost; in decomp_lower_bound()
/dports/games/libretro-uae/libretro-uae-8333daa/sources/src/
H A Dgengenblitter.c109 static int tree_cost (tree t) in tree_cost() function
247 unsigned int cost = tree_cost (t); in candidate()
272 || best_cost[fn] + 6 < tree_cost (t)) in try_tree()
/dports/emulators/uae/uae-0.8.29/src/
H A Dgengenblitter.c113 static int tree_cost (tree t) in tree_cost() function
251 unsigned int cost = tree_cost (t); in candidate()
276 || best_cost[fn] + 6 < tree_cost (t)) in try_tree()
/dports/databases/pgrouting/pgrouting-3.2.0/src/spanningTree/
H A DrandomSpanningTree.c170 values[4] = Float8GetDatum(result_tuples[funcctx->call_cntr].tree_cost); in randomSpanningTree()
/dports/math/p5-AI-DecisionTree/AI-DecisionTree-0.11/lib/AI/
H A DDecisionTree.pm255 my $tree_cost = 2 * $nodes_below - 1; # $edges_below == $nodes_below - 1
/dports/cad/openroad/OpenROAD-2.0/src/pdr/src/
H A Dgraph.cpp3722 float tree_cost = 0; in calc_tree_cost() local
3728 tree_cost = alpha2 * M * (float) det_cost + (1 - alpha2) * (float) wl; in calc_tree_cost()
3729 return (tree_cost); in calc_tree_cost()