Home
last modified time | relevance | path

Searched defs:TTEFUpdate (Results 1 – 2 of 2) sorted by relevance

/dports/math/chuffed/chuffed-e04bedd/chuffed/globals/
H A Dcumulative.cpp73 struct TTEFUpdate { struct in CumulativeProp
74 int task;
75 int bound_new;
76 int tw_begin;
77 int tw_end;
78 bool is_lb_update;
79 TTEFUpdate(int _t, int _n, int _b, int _e, int _l) : task(_t), bound_new(_n), in TTEFUpdate() function
H A DcumulativeCalendar.cpp43 struct TTEFUpdate { struct in CumulativeCalProp
44 int task;
45 int bound_new;
46 int tw_begin;
47 int tw_end;
48 bool is_lb_update;
49 TTEFUpdate(int _t, int _n, int _b, int _e, int _l) : task(_t), bound_new(_n), in TTEFUpdate() function