Home
last modified time | relevance | path

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

/dports/editors/calligraplan/calligraplan-3.3.0/src/libs/kernel/
H A Dkptschedule.h108 enum OBState { OBS_Parent, OBS_Allow, OBS_Deny }; enumerator
H A Dkpttask.cpp1118 m_currentSchedule->setAllowOverbookingState(Schedule::OBS_Allow); in calculatePredeccessors()
1208 cs->setAllowOverbookingState(Schedule::OBS_Allow); in calculateEarlyFinish()
1270 cs->setAllowOverbookingState(Schedule::OBS_Allow); in calculateEarlyFinish()
1386 m_currentSchedule->setAllowOverbookingState(Schedule::OBS_Allow); in calculateSuccessors()
1478 cs->setAllowOverbookingState(Schedule::OBS_Allow); in calculateLateStart()
H A Dkptschedule.cpp217 return m_obstate == OBS_Allow; in allowOverbooking()