Home
last modified time | relevance | path

Searched refs:ub_overhead (Results 1 – 5 of 5) sorted by relevance

/dports/math/symphony/SYMPHONY-releases-5.6.17/SYMPHONY/Applications/VRP/include/
H A Dvrp_types.h36 double ub_overhead; /*overhead time used doing the upper bounding*/ member
/dports/math/symphony/SYMPHONY-releases-5.6.17/SYMPHONY/Applications/VRP/src/Master/Heuristics/
H A Dstart_heurs.c220 vrp->bd_time.ub_overhead = used_time(&t); in start_heurs()
/dports/math/symphony/SYMPHONY-releases-5.6.17/SYMPHONY/include/
H A Dsym_types.h351 double ub_overhead; /* overhead time used doing the upper bounding */ member
/dports/math/symphony/SYMPHONY-releases-5.6.17/SYMPHONY/src/Master/
H A Dmain.c453 initial_time += env->comp_times.ub_overhead + in main()
H A Dmaster.c798 total_time += env->comp_times.ub_overhead + env->comp_times.ub_heurtime; in sym_find_initial_bounds()
802 printf( " Overhead: UB %.3f\n", env->comp_times.ub_overhead); in sym_find_initial_bounds()
1557 total_time += env->comp_times.ub_overhead + env->comp_times.ub_heurtime;
1564 printf( " UB overhead: %.3f\n", env->comp_times.ub_overhead);