50 #ifndef _LINEARTIMECOSTFUNCTION_H_
51 #define _LINEARTIMECOSTFUNCTION_H_
53 #include "TemporalFlexibilityFunction.h"
64 namespace flexibility {
68 double stretchingCost;
72 double shrinkingFactor,
73 double stretchingFactor,
75 double stretchingCost);
78 double getMaxShrinkingCost();
79 double getMaxStretchingCost();
80 void setMaxShrinkingCost(
double cost);
81 void setMaxStretchingCost(
double cost);
90 #endif //_LINEARTIMECOSTFUNCTION_H_
Definition: LinearTimeCostFunction.h:65
Definition: TemporalFlexibilityFunction.h:67