Home
last modified time | relevance | path

Searched refs:ttef_filt (Results 1 – 3 of 3) sorted by relevance

/dports/math/chuffed/chuffed-e04bedd/chuffed/flatzinc/mznlib/
H A Dfzn_cumulative.mzn63 % - ttef_filt: TimeTable-EdgeFinding filtering
67 annotation ttef_filt(bool: on_or_off);
/dports/math/chuffed/chuffed-e04bedd/chuffed/globals/
H A Dcumulative.cpp126 CUMU_BOOL ttef_filt; member in CumulativeProp
168 idem(false), tt_check(true), tt_filt(true), ttef_check(false), ttef_filt(false), in CumulativeProp()
184 ttef_filt = true; in CumulativeProp()
186 ttef_filt = false; in CumulativeProp()
197 if (ttef_check || ttef_filt) { in CumulativeProp()
202 if (ttef_filt) { in CumulativeProp()
247 if (ttef_check || ttef_filt) in printStats()
249 if (ttef_filt) { in printStats()
345 if (!bound_update && last_unfixed > 0 && (ttef_check || ttef_filt)) { in propagate()
360 if (ttef_filt) { in propagate()
[all …]
H A DcumulativeCalendar.cpp106 CUMU_BOOL ttef_filt; // Timetabling-edge-finding filtering of the start times member in CumulativeCalProp
173 rassert(!tteef_filt || ttef_filt); in CumulativeCalProp()
186 ttef_filt = true; in CumulativeCalProp()
188 ttef_filt = false; in CumulativeCalProp()
244 if (ttef_check || ttef_filt) { in CumulativeCalProp()
265 if (ttef_filt) { in CumulativeCalProp()
323 if (ttef_check || ttef_filt) in printStats()
325 if (ttef_check && !ttef_filt) { in printStats()
329 if (ttef_filt) { in printStats()
734 if (ttef_filt) { in propagate()
[all …]