Home
last modified time | relevance | path

Searched refs:new_lct (Results 1 – 2 of 2) sorted by relevance

/dports/math/chuffed/chuffed-e04bedd/chuffed/globals/
H A DcumulativeCalendar.cpp133 int * new_lct; member in CumulativeCalProp
272 CUMU_MEMCHECK(new_lct); in CumulativeCalProp()
275 new_lct = NULL; in CumulativeCalProp()
1584 new_lct[i] = lct_2[i]; in ttef_initialise_parameters()
2191 if (end_new < new_lct[j]) { in ttef_bounds_propagation_ub()
2194 new_lct[j] = end_new; in ttef_bounds_propagation_ub()
2305 if (lct_new < new_lct[j]) { in tteef_bounds_propagation_ub()
2308 new_lct[j] = lct_new; in tteef_bounds_propagation_ub()
2548 assert(new_lct <= bound); in ttef_explanation_for_update_ub()
2592 bound = new_lct; in ttef_explanation_for_update_ub()
[all …]
H A Dcumulative.cpp146 int * new_lct; member in CumulativeProp
204 new_lct = (int *) malloc(start.size() * sizeof(int)); in CumulativeProp()
207 new_lct = NULL; in CumulativeProp()
1341 new_lct[task_id[ii]] = lct(task_id[ii]); in ttef_initialise_parameters()
1558 if (lct_new < new_lct[j]) { in ttef_bounds_propagation_lb()
1561 new_lct[j] = lct_new; in ttef_bounds_propagation_lb()
1763 if (end_new < new_lct[j]) { in ttef_bounds_propagation_ub()
1766 new_lct[j] = end_new; in ttef_bounds_propagation_ub()
1872 if (new_lct[task] == bound) { in ttef_update_bounds()